628 Commits (4c4321b67e87200fa189b327bef2c883d8c5e7ab)
 

Author SHA1 Message Date
Brad House 4c4321b67e CI: fix coverage build 7 months ago
Brad House 7899b70ca9 CI: cirrus-ci doesn't support ipv6 testing 7 months ago
Brad House a0d1c5766d test: bypass BadLoopbackServerNoTimeouts strict validation on NetBSD 7 months ago
Brad House dec818c5d7 CI: backport test fixes from main 7 months ago
Brad House 7283230f97 CI: MacOS: move to GitHub Actions instead of Cirrus-CI (#825) 7 months ago
Brad House a1d1d48cb9 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 1cf71ee166 CMake MSVC Parallelizm issue: Don't build adig and ahost simultaneously 7 months ago
Brad House 8626edda0a mem leak due to `ares__hosts_entry_to_hostent()` allocation strategy (#824) 7 months ago
Brad House 501213a2e4 clang static analyzer: silence warning 7 months ago
Brad House 5fb9ef4fb6 UDP write may fail indicating host isn't reachable (#821) 7 months ago
Brad House a499c1a1c3 Prevent complex recursion during query requeing and connection cleanup 7 months ago
Brad House 9dbb67f75d Issue #819: preliminary test case 7 months ago
Brad House d07f3456f6 propagate actual error condition on requeue 7 months ago
Brad House bc61d96d8f Event Select: need to monitor for socket exceptions too 7 months ago
Brad House 8d38c51e58 prevent SIGPIPE from being generated 7 months ago
Brad House 6408e5f2ef Propagate record duplication error code (#820) 7 months ago
Brad House 1f332cd82d netbsd: pass -u option to pkg_add 7 months ago
Brad House 201117cb7e 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 51cfc6235a ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 7 months ago
Brad House ee7a9446a9 Rework WinAFD event code (#811) 7 months ago
Brad House 5f694a7935 kqueue: fix allocation size when socket count > 8 7 months ago
Brad House a056ae7ca6 win32: swap GetTickCount64() for more precise QueryPerformanceCounters() 8 months ago
Brad House e74f5a505b windows 32bit: config change callback needs to be stdcall 8 months ago
Brad House ec01bb6e2a 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 1f84559216 pthread: use recursive mutexes to allow callbacks to enqueue new c-ares queries. Regression from 1.31.0. 8 months ago
Brad House 18c1137d5a thread safety enhancements 8 months ago
Brad House 01481781e2 thread deadlock: make sure channel lock isn't used recursively 8 months ago
Brad House e337d5cdfd ares_timeout: missing thread-safety lock 8 months ago
Brad House bb6829441d CI: Move some Appveyor builds to GitHub actions (#791) 8 months ago
Brad House f4955b9770 CMAKE: Some systems might expect configure macros to be defined to 1 8 months ago
Brad House a13f2aeac8 tests: set ndots:1 as default, don't honor system config as it may skew results 8 months ago
Brad House cc10c6e4b5 ndots:0 in system config not being honored due to bad sanity check 8 months ago
Brad House 1e505cc457 MacOS legacy: resovler->domain changed meaning around MacOS 10.8 8 months ago
Brad House b07f6826c4 remove some excessive UBSAN workaround 8 months ago
Brad House 495fdec7d0 MacOS Legacy: simplify, don't forget change monitoring 8 months ago
Brad House 699e52f148 MacOS Legacy: get rid of RTLD_NOLOAD 8 months ago
Brad House 894cdf16cc MacOS Legacy: try to work with 10.5 8 months ago
Brad House 51f589114f MacOS Legacy: omit unneeded header on old macos versions 8 months ago
Brad House e64772f3b4 MacOS legacy: Attempt to support last MacOS PPC release - 10.6 8 months ago
Brad House fbbaa46a1f no reason to keep around other dnsinfo.h 8 months ago
Brad House 035ec0b8db MacOS - legacy: back off to older upstream dnsinfo.h 8 months ago
Brad House 540389215c MacOS - legacy versions: add fcntl.h to prevent undefined symbols for config change detection 8 months ago
Gregor Jasny 5fbe31a844 fix some obvious errors reported by the CLion Project Analyzer (#779) 9 months ago
Gregor Jasny 485b97601a docs: distribute ares_dns_rec_type_tostr (#778) 9 months ago
Brad House f90e73304a add verification section 9 months ago
Brad House 1e59fcf114 release keys 9 months ago
Brad House 3063a6dee3 kill old wording 9 months ago
Brad House 91fa52c41e
1.30.0 release prep (#774) 9 months ago
Brad House dc5a03dcc6 ConfigChange: Linux slight cleanup tweak 9 months ago
Brad House a16560761e coverage: apparently coveralls doesn't support LCOV_EXCL_BR_* 9 months ago