82 Commits (ac33bdc7c2e36e1906c26e9ce91c68d5a2e3c053)

Author SHA1 Message Date
Brad House 4bedfd0d55
Add DNS cookie support (RFC7873 + RFC9018) (#833) 4 months ago
Brad House f691523042 man: ares_dns_record_set_id() 4 months ago
Gregor Jasny a6fc828b47
Fix typo reported by Lintian (#816) 4 months ago
Brad House 378d26144d
DNS RR TXT strings should not be automatically concatenated (#801) 5 months ago
Brad House 70f10a85f3
DNS 0x20 implementation (#800) 5 months ago
Brad House 1dc567d9c0 fix wording in docs 5 months ago
Brad House 209e7077bb thread safety enhancements 5 months ago
Brad House 93aa939169 thread deadlock: make sure channel lock isn't used recursively 5 months ago
Brad House a488525f08
Automatic query timeout adjustment based on server history (#794) 5 months ago
Brad House 4248c642d2
Enable QueryCache by default (#786) 5 months ago
Gregor Jasny 7be364571c
docs: distribute ares_dns_rec_type_tostr (#778) 6 months ago
Brad House 6129d9b79f
Basic support for SIG RR record (RFC 2931 / RFC 2535) (#773) 6 months ago
Brad House 8d80486e04
Auto reload config on changes (requires EventThread) (#759) 6 months ago
David Hotham 2f200b9170
const is fine on ares__channel_[un]lock (#758) 6 months ago
Brad House 26361885be add missing copyrights 7 months ago
Brad House a2efab6c75 manpage: remove AUTHOR section 7 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) 7 months ago
Brad House 458c937213
Allow configuration value for NDots to be zero (#735) 8 months ago
Brad House b2139f6c79 ares_search_dnsrec() takes a const 8 months ago
Brad House 1aa0683d05 fix missing doc 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 6a89286c7a Remove acountry completely from code, including manpage 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 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 58e029f332 make docs match PR #705 10 months ago
Andriy Utkin 71b413d804
docs/ares_init_options.3: fix args in analogy (#701) 10 months ago
Brad House 55bf3028e2 remove outdated copyright text 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 95c6d70a6e
man ares_fds(3): mark as deprecated and add explanation (#691) 10 months ago
Brad House 87eb22ef26 docs: host -> ip 11 months ago
Brad House 44c59a91c3
ahost should use ares_getaddrinfo() these days (#669) 11 months ago
Brad House ae06072e88 reference alternative to ares_getsock() in docs 12 months ago
Brad House 6c91f510a0 tag some functions as deprecated in docs 12 months ago
Brad House d974c556bb
Support ipv6 link-local servers and %iface syntax (#646) 12 months ago
Brad House c7f4804b98 add missing manpage to distribution list 1 year ago
Brad House 45698509d8 remove a simply 1 year ago
Brad House 0529f6f1dc fix doc typo 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 320cefe1c7 ares_set_servers_*() should allow an empty server list 1 year ago
Brad House 4982f76a2f
Query Cache support (#625) 1 year ago
Brad House b7e5182899 fix more docs 1 year ago
Gregor Jasny 53ed62b163
Fix typos and man page whatis entry (#619) 1 year ago
Brad House 99f5340e3c getaddrinfo ESERVICE 1 year ago
Brad House 5159314031
Release 1.22.0 (#616) 1 year ago
Brad House 4acd5759e9 Slight fixes for PR #615 1 year ago