704 Commits (8f40969d4fe86ac4f9ef6b5849a4e49b45a0f0ad)
 

Author SHA1 Message Date
Brad House 8f40969d4f fix build failure in tests 7 months ago
Brad House 23a400bcfb tests: Disable LotsOfConnections test 7 months ago
Brad House e9e23d4f37 tests: reduce required testing time for ServerFailoverOpts on most platforms 7 months ago
Brad House 7f50e62f14 CI: Migrate latest linux testing from Cirrus-CI to GitHub Actions (#828) 7 months ago
Brad House 5899dea2b1 release-1.32.3 (#826) 7 months ago
Brad House aa462b351d man: ares_dns_record_set_id() 7 months ago
Brad House db2abdca27 CI: fix coverage build 7 months ago
Brad House 36039ec0db CI: cirrus-ci doesn't support ipv6 testing 7 months ago
Brad House 237894021f test: bypass BadLoopbackServerNoTimeouts strict validation on NetBSD 7 months ago
Brad House 1642db7c33 CI: backport test fixes from main 7 months ago
Brad House 2c60d70a42 CI: MacOS: move to GitHub Actions instead of Cirrus-CI (#825) 7 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 7 months ago
Brad House 9c2ef343ff CMake MSVC Parallelizm issue: Don't build adig and ahost simultaneously 7 months ago
Brad House 4524a0cdb8 mem leak due to `ares__hosts_entry_to_hostent()` allocation strategy (#824) 7 months ago
Brad House 5e540c460e clang static analyzer: silence warning 7 months ago
Brad House ccd11aa377 UDP write may fail indicating host isn't reachable (#821) 7 months ago
Brad House e8b32b864f Prevent complex recursion during query requeing and connection cleanup 7 months ago
Brad House 47be750b3a Issue #819: preliminary test case 7 months ago
Brad House a9bc0a2dee propagate actual error condition on requeue 7 months ago
Brad House fa4ef0187c Event Select: need to monitor for socket exceptions too 7 months ago
Brad House de01baa9c3 prevent SIGPIPE from being generated 7 months ago
Brad House 95b09bf421 Propagate record duplication error code (#820) 7 months ago
Brad House 49605e9885 netbsd: pass -u option to pkg_add 7 months ago
Brad House 5609bd479a windows crash: during shutdown the IOCP wake signal handle is cleaned up but there might still be a pending event that gets delivered. Make sure we don't try to access the pointer in this situation. 7 months ago
Brad House a649c605ac properly honor channel->maxtimeout 7 months ago
Brad House 80c2648f0a release-1.32.2 (#812) 7 months ago
Brad House be8f8f8a4e ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 7 months ago
Brad House 59e3a1f4cb win32: ip address change notification passed bad pointer. Regression from 1.30.0 7 months ago
Brad House 4ecf4855bb Rework WinAFD event code (#811) 7 months ago
Brad House 5aad7981a4 kqueue: fix allocation size when socket count > 8 7 months ago
Brad House 93a2627866 tests: use std::chrono instead of pulling in ares__tvnow and ares__timeval_remaining (#809) 8 months ago
Brad House 7a25398c4f win32: swap GetTickCount64() for more precise QueryPerformanceCounters() 8 months ago
Brad House 5c2bab35c9 windows 32bit: config change callback needs to be stdcall 8 months ago
Brad House d3aac820ac thread safety: during ares_destroy() when we cleanup the config change monitoring, it needs to be surrounded by a channel lock 8 months ago
Brad House bf162a7feb 1.32.1 release (#807) 8 months ago
Brad House 8b1237a84a pthread: use recursive mutexes to allow callbacks to enqueue new c-ares queries. Regression from 1.31.0. 8 months ago
Brad House 4b653744b4 Created release branch v1.32 8 months ago
Brad House 71ad08bc39 SonarCloud: fix recently introduced minor codesmells 8 months ago
Brad House 2b6f54bc40
release-1.32.0 (#804) 8 months ago
Brad House 614bdd88b9
Tests: fix test cleanup race condition (#803) 8 months ago
Brad House 378d26144d
DNS RR TXT strings should not be automatically concatenated (#801) 8 months ago
Cheng 64df444e6f
Fix building with UNICODE (#802) 8 months ago
Brad House 70f10a85f3
DNS 0x20 implementation (#800) 8 months ago
Brad House 5e1c3a7575 tell google test to print backtraces 8 months ago
Brad House 1dc567d9c0 fix wording in docs 8 months ago
Brad House 17cf8c04e8 revert change that didn't work for #796 8 months ago
Brad House d2a3d954c4 coverity: fix new false positives 8 months ago
Brad House c96200353d valgrind: fix warning in test case 8 months ago
Brad House 51ca744459
Clean up header inclusion, simplification (#797) 8 months ago
Brad House 209e7077bb thread safety enhancements 8 months ago