78 Commits (9d36fd2030ee30c1377616d99b2db258c30af9b6)

Author SHA1 Message Date
Brad House 91fa52c41e
1.30.0 release prep (#774) 6 months ago
Brad House 6129d9b79f
Basic support for SIG RR record (RFC 2931 / RFC 2535) (#773) 6 months ago
David Hotham f06a414f41
correct deprecation (#768) 6 months ago
Brad House bf4c5fd223
1.29.0 release prep (#762) 6 months ago
David Hotham 2f200b9170
const is fine on ares__channel_[un]lock (#758) 6 months ago
Oliver Welsh 89a8856cca
Add observability into DNS server health via a server state callback, invoked whenever a query finishes (#744) 7 months ago
Oliver Welsh fd81f36d3e
Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay (#731) 8 months ago
Brad House 3a26df136a
release prep for 1.28.1 (#739) 8 months ago
Brad House 8e421bebf8
1.28.0 release prep (#733) 8 months ago
Brad House 9f4c474a7c clang-format 8 months ago
Brad House b2139f6c79 ares_search_dnsrec() takes a const 8 months ago
Brad House 5fd3fc3ab3
mark deprecated functions as such (#732) 8 months ago
Brad House e862d1facc
Rework internals to pass around `ares_dns_record_t` instead of binary data (#730) 8 months ago
Oliver Welsh fab65acae9
Add function ares_search_dnrec() to search for records using the new DNS record parser (#719) 8 months ago
Brad House 8cfe1161cc Doxygen: fix typos 9 months ago
Brad House 9eb57f2c8b
Release 1.27.0 (#715) 9 months ago
Oliver Welsh 035c4c3776
Add flag to not use a default local named server on channel initialization (#713) 9 months ago
Brad House fe04c6cadd clang-format 9 months ago
Brad House e5585105cd
Add ares_queue_active_queries() (#712) 9 months ago
Brad House fed3559cfc
Add ares_queue_wait_empty() for use with EventThreads (#710) 10 months ago
Brad House 34fb93297b fix version 10 months ago
Brad House 7963c519fc
Event Subsystem: No longer require integrators to have their own (#696) 10 months ago
Erik Lax 26642c1014
Added flags to are_dns_parse to force RAW packet parsing (#693) 10 months ago
Brad House 9f03635a22 fix doxygen typo 10 months ago
Brad House b377da2532
no reason to include sys/random.h all the time (#684) 11 months ago
Brad House 037601fe88
1.25.0 release prep (#676) 11 months ago
Brad House 4f490b40df
Autotools: rework to simplify and fix recent issues (#674) 11 months ago
Brad House 290e9e951c
1.24.0 release prep (#657) 12 months ago
Brad House d974c556bb
Support ipv6 link-local servers and %iface syntax (#646) 12 months ago
Brad House f83830f95b
1.23.0 release prep (#641) 1 year ago
Brad House fb52c3f9d1 ares_init_options with ARES_OPT_UDP_PORT wrong byte order 1 year ago
Brad House cd5a41743c fix ares_threadsafety() prototype 1 year ago
Brad House a9442bd828
Basic Thread Safety (#636) 1 year ago
Christian Clauss 054f474a29
Fix typos discovered by codespell (#634) 1 year ago
Brad House 6b408a9bc9 clang-format 1 year ago
Brad House 4982f76a2f
Query Cache support (#625) 1 year ago
Brad House 36466bb240
1.22.1 release prep (#624) 1 year ago
Gregor Jasny 53ed62b163
Fix typos and man page whatis entry (#619) 1 year ago
Brad House 5159314031
Release 1.22.0 (#616) 1 year ago
Brad House 4e73f1055e clang-format 1 year ago
Brad House b2ea0cd6b2 Extended RCODE in OPT RR PsuedoRecord should not be exposed directly, it should be presented as part of the normal rcode 1 year ago
Brad House 4acd5759e9 Slight fixes for PR #615 1 year ago
Brad House cafe6b37db
Add DNS record manpages (#615) 1 year ago
Ignat 7a140cb478
Randomize retry penalties to prevent thundering herd type issues (#606) 1 year ago
Brad House 0cc570eabe
Implement ares_reinit() to reload system configuration into existing channel (#614) 1 year ago
Brad House 956b7ebf68
rewrite adig using new helpers (#607) 1 year ago
Brad House de323adfd5
make dns parser/writer public (#604) 1 year ago
Brad House 80fdc96f9a clang-format 1 year ago
Brad House 9037340ef6 Mark a couple of parameters as const in the public API 1 year ago
Brad House d2389cd3b7
`ares_channel` -> `ares_channel_t *`: don't bury the pointer (#595) 1 year ago