743 Commits (ac33bdc7c2e36e1906c26e9ce91c68d5a2e3c053)
 

Author SHA1 Message Date
Brad House ac33bdc7c2
Refactor connection handling (#839) 4 months ago
Brad House 2f9805fb61 README.md DNS Cookies are done, no longer in progress 4 months ago
Brad House a1fe471796 fix double-free in ares_dns_rr_set_opt{_own}() recently introduced 4 months ago
Brad House d90ce411b3
Reorganize more files into subdirectories (#834) 4 months ago
Brad House c9c235761f server cookie wasn't being passed back due to missing length 4 months ago
Brad House 2614afc553 SonarCloud: fix warning about memcmp() on padded structure 4 months ago
Brad House 4bedfd0d55
Add DNS cookie support (RFC7873 + RFC9018) (#833) 4 months ago
Brad House d4282d7665
`ares_destroy()` race condition during shutdown due to missing lock (#831) 4 months ago
Brad House b827cdc52e fix build failure in tests 4 months ago
Brad House 9db6f9dde8 tests: Disable LotsOfConnections test 4 months ago
Brad House 8d77e2832e
CI: Make Msys2 builds act more like unix builds (#830) 4 months ago
Brad House 5c555b7c0b clang-format 4 months ago
Brad House 341b34d140 tests: reduce required testing time for ServerFailoverOpts on most platforms 4 months ago
Brad House 5a67f7fe2d
CI: Migrate latest linux testing from Cirrus-CI to GitHub Actions (#828) 4 months ago
Brad House ea0a188145 reorg: move ares__timeval.c to util 4 months ago
Brad House 0df626b829 release procedure: make commands cut and paste-able as a whole 4 months ago
Brad House 2cc44777b3
release-1.32.3 (#826) 4 months ago
Brad House 2b80c0f7d9 msvc Makefiles: Remove support for MSVC 6 and 7 since we can't target legacy Windows versions supported by those compilers anymore 4 months ago
Brad House f691523042 man: ares_dns_record_set_id() 4 months ago
Brad House 7122aec68a CI: fix coverage build 4 months ago
Brad House e84c7d1f61 test: bypass BadLoopbackServerNoTimeouts strict validation on NetBSD 4 months ago
Brad House 1dea1145f7 CI: BSD needs to symlink bash location 4 months ago
Brad House c3e4c1a83d CI: install bash on *BSD 4 months ago
Brad House 6ddc193281 alpine install bash 4 months ago
Brad House 721d255962 CI: don't use PWD variable name 4 months ago
Brad House 334272c10e test: restore path 4 months ago
Brad House b622f61bb5 Test: test.sh should use bash 4 months ago
Brad House 072972aec1
CI: MacOS: move to GitHub Actions instead of Cirrus-CI (#825) 4 months ago
Brad House 8a53099184 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 ad12e89a24 tests: set library path for autotools 4 months ago
Brad House 48f8628738 fix autotools debugger tests 4 months ago
Brad House cdd942640a CI: remove deprecated coverage methodology 4 months ago
Brad House 2a65901744 CMake MSVC Parallelizm issue: Don't build adig and ahost simultaneously 4 months ago
Brad House 5f855b89f1 coveralls: attempt to enable ipv6 testing 4 months ago
Brad House 6936e672f9
mem leak due to `ares__hosts_entry_to_hostent()` allocation strategy (#824) 4 months ago
Brad House 130fd4794b
Reorganize source tree (#822) 4 months ago
Brad House 58ae7e809a remove unused test option 4 months ago
Brad House a548eabbe6
UDP write may fail indicating host isn't reachable (#821) 4 months ago
Brad House 529906d1cc Prevent complex recursion during query requeing and connection cleanup 4 months ago
Brad House 897e75e24a CI Solaris: add note as to why we can't run through a debugger 4 months ago
Brad House a588812a3a propagate actual error condition on requeue 4 months ago
Brad House 1dcc170a81 Issue #819: preliminary test case 4 months ago
Brad House 45801911a0 Event Select: need to monitor for socket exceptions too 4 months ago
Brad House 44f0cc7457 prevent SIGPIPE from being generated 4 months ago
Brad House 2bd73c9a7d CI: ability to run tests through debugger and print backtrace if there is a crash 4 months ago
Brad House f68992a159
Propagate record duplication error code (#820) 4 months ago
Gregor Jasny a6fc828b47
Fix typo reported by Lintian (#816) 4 months ago
Brad House cd5664d15d use _XOPEN_SOURCE=600 for Solaris 4 months ago
Brad House bf7c946b76 clang static analyzer: silence warning 4 months ago
Brad House 9873be4cdb Solaris: turn of verbosity 4 months ago