105 Commits (6f98a126bad15f531e4a2e94a5e03be555a2ae6f)

Author SHA1 Message Date
Brad House 3dd167fad0 propagate actual error condition on requeue 5 months ago
Brad House 81a3361360 prevent SIGPIPE from being generated 5 months ago
Gregor Jasny 49a6583329 fix some obvious errors reported by the CLion Project Analyzer (#779) 6 months ago
Brad House dc4c66dcca tests: mockserver is local, shorten timeouts to make test cases run faster to use less CI resources 9 months ago
Brad House 429033c5d2 Do not sanity check RR Name vs Question (#685) 11 months ago
Brad House 368384f61c tests: replace google DNS with CloudFlare for reverse lookups as google's servers stopped responding properly 12 months ago
Brad House e57e4660fb fix test building with symbol hiding 1 year ago
Brad House fea189d8d0 ares_cancel() could trigger callback with wrong response code (#663) 1 year ago
Brad House b8732c07a2 increment failures on timeout (#651) 1 year ago
Brad House 6e83c28ab4 clang-format 1 year ago
Brad House fb52c3f9d1 ares_init_options with ARES_OPT_UDP_PORT wrong byte order 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
Ignat 2985ce35d0
Support attempts and timeout options from resolv.conf (#632) 1 year ago
Brad House 00f7cf6d25 fix test case regression due to missing parens 1 year ago
Brad House 5262da7e88 now that warnings are enabled on test cases, clear a bunch of warnings 1 year ago
Brad House 33ee6c0573 CMake: CXXFLAGS environment wasn't being read because C++ compiler was enabled after settings warnings. 1 year ago
Brad House ecf7a7f166 fix additional windows test warnings 1 year ago
Brad House 5c1a5d8050 cleanup some Windows warnings in test 1 year ago
Brad House 3db69bbfeb
Fix Windows UWP (Store) building and add to CI/CD (#627) 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 818904643e additional test coverage 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
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 c433477753
Add SVCB and HTTPS RR (RFC 9460) (#603) 1 year ago
Brad House df1cbdccf7
OPT RR should support parsing key/value options (#602) 1 year ago
Brad House 80fdc96f9a clang-format 1 year ago
Brad House fb43c04bae
Add TLSA record support (#600) 1 year ago
Brad House eaa172a157 memory leak in test case 1 year ago
Brad House 5bbf3f3962 DNS Write: fix name compression 1 year ago
Brad House 35c1300078 Coverage: add tests for writing and parsing various record formats 1 year ago
Brad House 784ee5a754
DNS Record Write (#598) 1 year ago
Brad House 17136d8f29 build fix 1 year ago
Brad House a116fede19 remove tests that depend on randomness 1 year ago
Brad House d2389cd3b7
`ares_channel` -> `ares_channel_t *`: don't bury the pointer (#595) 1 year ago
Brad House c8bd83a4ca
Dynamic Server List (#594) 1 year ago
Brad House fb361064eb
AppVeyor: update compiler versions, use Msys2, and Windows fixes (#593) 1 year ago
Brad House bcd80b5313 Coverage: add some code misuse test cases 1 year ago
Brad House 8a3664b8cb
Replace hosts parser, add caching capabilities (#591) 1 year ago
Brad House 424243dc49 add test vector said to cause a memory leak 1 year ago
Brad House 7dc3d98fba
Modernization: replace multiple hand-parsers with new memory-safe parser (#581) 1 year ago
Brad House c3e050ac72
remove ares_nowarn helpers #580 1 year ago
Brad House 1549415228
Reformat code using clang-format (#579) 1 year ago
Brad House 3b10e571da
Fix internal datatype usage and warnings (#573) 1 year ago
Brad House 432c42572d Enhance test of ares_getsock() 1 year ago
Brad House 973023b4b9
ares_status_t enum for status codes (#567) 1 year ago
Daniel Stenberg e8fe27eaa8
ares-test: silence warning (#564) 1 year ago