Brad House

Results 141 comments of Brad House

The docs did previously mention it would return ARES_ENOTIMP in such a case. But as of PR #594, this is fully supported.

I would actually like to go a completely different direction to accomplish this. The `ares_query()` interface I'd consider legacy (along with `ares_create_query()` and `ares_mkquery()`). I'd like to kill all internal...

Thanks for being accepting of my feedback :) I'll definitely try to keep up with any changes you make and provide feedback early and often.

looks good overall, i threw in some comments as reviews. I also pushed to main (and the branches being maintained) the freebsd CI image change.

whoops, heh, you're right, I never hit submit, sorry about that.

Oh, and once we're good on the prototypes, we'll just need the man pages updated. docs/ares_search.3 just add info about the new ares_search_dnsrec() function (and new callback prototype).

Looks great, If you can just edit the description for the PR to reflect the current implementation (which is used as the commit message), I'll go ahead and merge it!...

Out of curiosity, is there a particular purpose to defining a primary vs backup? I've never found a *legitimate* purpose for such a thing where there wasn't a better solution...

ok, so really just for load balancing reasons. I can look at implementing this internally after I finish rewriting the last config parser using the new memory-safe parsing routines. There's...

You can change the server list no problem without affecting inflight queries, they'll just be requeued. The problem is if you clear the server list, then repopulate the server list,...