176 Commits (v1.32)

Author SHA1 Message Date
Brad House b335522ce7 Empty TXT records were not being preserved (#922) 2 weeks ago
Brad House 3ba577c8c4 ares_getaddrinfo() for AF_UNSPEC should retry if ipv6 received 2 weeks ago
Brad House 51dda54652 try to fix compat with googletest 1.15 (#874) 3 months ago
Brad House 505634654a Fix Sysconfig ndots default value and add test case (#862) 3 months ago
Brad House 6385409913 backport needed fixes 3 months ago
Brad House f154a6cad3 Blank DNS names would result in ARES_ENOMEM due to bug in query cache 3 months ago
Brad House 8f40969d4f fix build failure in tests 4 months ago
Brad House 23a400bcfb tests: Disable LotsOfConnections test 4 months ago
Brad House e9e23d4f37 tests: reduce required testing time for ServerFailoverOpts on most platforms 4 months ago
Brad House 237894021f test: bypass BadLoopbackServerNoTimeouts strict validation on NetBSD 4 months ago
Brad House 0810f6752d test: ServerFailoverOpts can fail on heavily loaded systems due to its reliance on sleep and time. Try to harden it a little bit 4 months ago
Brad House ccd11aa377 UDP write may fail indicating host isn't reachable (#821) 4 months ago
Brad House e8b32b864f Prevent complex recursion during query requeing and connection cleanup 4 months ago
Brad House 47be750b3a Issue #819: preliminary test case 4 months ago
Brad House a9bc0a2dee propagate actual error condition on requeue 4 months ago
Brad House de01baa9c3 prevent SIGPIPE from being generated 4 months ago
Brad House 95b09bf421 Propagate record duplication error code (#820) 4 months ago
Brad House 4ecf4855bb Rework WinAFD event code (#811) 4 months ago
Brad House 93a2627866 tests: use std::chrono instead of pulling in ares__tvnow and ares__timeval_remaining (#809) 5 months ago
Brad House 614bdd88b9
Tests: fix test cleanup race condition (#803) 5 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 c96200353d valgrind: fix warning in test case 5 months ago
Brad House 51ca744459
Clean up header inclusion, simplification (#797) 5 months ago
Brad House 9b6f197fec warning in test 5 months ago
Brad House 1b8cfdedc9 build fix 5 months ago
Brad House 853244bc58 build fix 5 months ago
Brad House 54808a5190 fix comments 5 months ago
Brad House 8293a05f63 cleanup more warnings due to new compiler flags 5 months ago
Brad House bbcb1a2bdf clang-format 5 months ago
Brad House 827a1d523c ares_queryloop: output server list 5 months ago
Brad House f8d1e63840 ares_queryloop: properly capture CTRL-C and cleanup 5 months ago
Brad House 7ea18a83b3 test: clean up some minor warnings 5 months ago
Brad House f9faa3f05c try to work around windows ASAN issue by not using std::string::npos 5 months ago
Brad House 268092a390
MSVC: enable strict warnings (#792) 5 months ago
Brad House 4248c642d2
Enable QueryCache by default (#786) 5 months ago
Brad House f05465e59b tests: set ndots:1 as default, don't honor system config as it may skew results 5 months ago
Brad House c0d41d08ab
Coverage code annotations for identification of desirable paths that need testing (#775) 5 months ago
Gregor Jasny 9d36fd2030
fix some obvious errors reported by the CLion Project Analyzer (#779) 6 months ago
Brad House 6129d9b79f
Basic support for SIG RR record (RFC 2931 / RFC 2535) (#773) 6 months ago
Brad House f70f09f01c
Fix windows y2k38 issue by creating our own timeval datatype (#772) 6 months ago
Brad House 7497991ae5 clang-format 6 months ago
Brad House 8d80486e04
Auto reload config on changes (requires EventThread) (#759) 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 09e82e05a3
Improve reliability in the server retry delay regression tests (#747) 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 7d455baa27 remove tests that have been disabled forever 8 months ago
Brad House 5fd3fc3ab3
mark deprecated functions as such (#732) 8 months ago
Brad House a516bbbbaf tests: mockserver is local, shorten timeouts to make test cases run faster to use less CI resources 8 months ago