711 Commits (505634654a4d0189d4f37b557359e3768b238c2d)
 

Author SHA1 Message Date
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 4 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. 4 months ago
Brad House a649c605ac properly honor channel->maxtimeout 4 months ago
Brad House 80c2648f0a release-1.32.2 (#812) 4 months ago
Brad House be8f8f8a4e ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 4 months ago
Brad House 59e3a1f4cb win32: ip address change notification passed bad pointer. Regression from 1.30.0 4 months ago
Brad House 4ecf4855bb Rework WinAFD event code (#811) 4 months ago
Brad House 5aad7981a4 kqueue: fix allocation size when socket count > 8 4 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
Brad House 5c2bab35c9 windows 32bit: config change callback needs to be stdcall 5 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 5 months ago
Brad House bf162a7feb 1.32.1 release (#807) 5 months ago
Brad House 8b1237a84a pthread: use recursive mutexes to allow callbacks to enqueue new c-ares queries. Regression from 1.31.0. 5 months ago
Brad House 4b653744b4 Created release branch v1.32 5 months ago
Brad House 71ad08bc39 SonarCloud: fix recently introduced minor codesmells 5 months ago
Brad House 2b6f54bc40
release-1.32.0 (#804) 5 months ago
Brad House 614bdd88b9
Tests: fix test cleanup race condition (#803) 5 months ago
Brad House 378d26144d
DNS RR TXT strings should not be automatically concatenated (#801) 5 months ago
Cheng 64df444e6f
Fix building with UNICODE (#802) 5 months ago
Brad House 70f10a85f3
DNS 0x20 implementation (#800) 5 months ago