722 Commits (b335522ce74a26eaefb28c9594431152a83ba3db)
 

Author SHA1 Message Date
Brad House b335522ce7 Empty TXT records were not being preserved (#922) 2 weeks ago
Brad House 42469b0b11 Android: <= 7 might require sys/system_properties.h 3 weeks ago
Brad House 2e82080a3e fix backport issue 3 weeks ago
Jiwoo Park 76e1a5cf89 Use `_GNU_SOURCE` macro on Android (#914) 3 weeks ago
Jiwoo Park ac352d70dc Silence TSAN, lock before checking `ares_event_thread::isup` (#915) 3 weeks ago
Brad House 3ba577c8c4 ares_getaddrinfo() for AF_UNSPEC should retry if ipv6 received 3 weeks ago
Brad House 6c54b345ae Backport parts of bbea2cd from main 3 weeks ago
Brad House da2b703cef rewrite EBADRESP to EBADQUERY on ares_send 3 weeks ago
Brad House 8a32755d96 fcntl doesn't take O_CLOEXEC, it takes FD_CLOEXEC 2 months ago
Brad House 8a329c9b81 CMake: strip -l prefix on CMAKE_THREAD_LIBS_INIT (#884) 2 months 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 e645683338 Query Timeout Calculation: Fix calculation when timeout > 1s 4 months ago
Yauheni Khnykin 200ebe10dd Preserve thread name after attaching it to JVM (#838) 4 months ago
Brad House bf9bacb43e Windows UWP (Store) support fix (#845) 4 months ago
Brad House b905a654a1 `ares_destroy()` race condition during shutdown due to missing lock (#831) 4 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 7f50e62f14 CI: Migrate latest linux testing from Cirrus-CI to GitHub Actions (#828) 4 months ago
Brad House 5899dea2b1 release-1.32.3 (#826) 4 months ago
Brad House aa462b351d man: ares_dns_record_set_id() 4 months ago
Brad House db2abdca27 CI: fix coverage build 4 months ago
Brad House 36039ec0db CI: cirrus-ci doesn't support ipv6 testing 4 months ago
Brad House 237894021f test: bypass BadLoopbackServerNoTimeouts strict validation on NetBSD 4 months ago
Brad House 1642db7c33 CI: backport test fixes from main 4 months ago
Brad House 2c60d70a42 CI: MacOS: move to GitHub Actions instead of Cirrus-CI (#825) 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 9c2ef343ff CMake MSVC Parallelizm issue: Don't build adig and ahost simultaneously 4 months ago
Brad House 4524a0cdb8 mem leak due to `ares__hosts_entry_to_hostent()` allocation strategy (#824) 4 months ago
Brad House 5e540c460e clang static analyzer: silence warning 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 fa4ef0187c Event Select: need to monitor for socket exceptions too 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 49605e9885 netbsd: pass -u option to pkg_add 5 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. 5 months ago
Brad House a649c605ac properly honor channel->maxtimeout 5 months ago
Brad House 80c2648f0a release-1.32.2 (#812) 5 months ago
Brad House be8f8f8a4e ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 5 months ago
Brad House 59e3a1f4cb win32: ip address change notification passed bad pointer. Regression from 1.30.0 5 months ago
Brad House 4ecf4855bb Rework WinAFD event code (#811) 5 months ago
Brad House 5aad7981a4 kqueue: fix allocation size when socket count > 8 5 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 7a25398c4f win32: swap GetTickCount64() for more precise QueryPerformanceCounters() 5 months ago