689 Commits (932bec264c06149039e5005588fcf4033e3ae97c)
 

Author SHA1 Message Date
Brad House 932bec264c ignore warning about anonymous union in Windows code 9 months ago
Brad House a18a6ad3a1 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. 9 months ago
Brad House 6a1e098917 properly honor channel->maxtimeout 9 months ago
Brad House b1e7cd91cd
release-1.32.2 (#812) 9 months ago
Brad House 273fa1c3d8 ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 9 months ago
Brad House afb8548068 win32: ip address change notification passed bad pointer. Regression from 1.30.0 9 months ago
Brad House b19c186ce7
Rework WinAFD event code (#811) 9 months ago
Brad House 986bef771c kqueue: fix allocation size when socket count > 8 9 months ago
Brad House 67db56c341 whitespace 9 months ago
Brad House 46bf21a702 fix 9 months ago
Brad House fb60be7436 document some RFCs in use 9 months ago
Brad House f90a81ed81
tests: use std::chrono instead of pulling in ares__tvnow and ares__timeval_remaining (#809) 9 months ago
Brad House 8a50fc6c67 win32: swap GetTickCount64() for more precise QueryPerformanceCounters() 9 months ago
Brad House 8f265c9d51 windows 32bit: config change callback needs to be stdcall 9 months ago
Brad House 2c1a20bbc4 thread safety: during ares_destroy() when we cleanup the config change monitoring, it needs to be surrounded by a channel lock 9 months ago
Brad House 51e7590610
1.32.1 release (#807) 9 months ago
Brad House 805ffbc62b pthread: use recursive mutexes to allow callbacks to enqueue new c-ares queries. Regression from 1.31.0. 9 months ago
Brad House 595cf21334 don't put a heading on the license 10 months ago
Brad House 9526fc6de1 update release procedure 10 months ago
Brad House b649b85917 tests: fix compile warning 10 months ago
Brad House b9d36509f6 more release procedure notes 10 months ago
Brad House e24f81594e update release procedure to make it easier to cut and paste 10 months ago
Brad House 71ad08bc39 SonarCloud: fix recently introduced minor codesmells 10 months ago
Brad House 2b6f54bc40
release-1.32.0 (#804) 10 months ago
Brad House 614bdd88b9
Tests: fix test cleanup race condition (#803) 10 months ago
Brad House 378d26144d
DNS RR TXT strings should not be automatically concatenated (#801) 10 months ago
Cheng 64df444e6f
Fix building with UNICODE (#802) 10 months ago
Brad House 70f10a85f3
DNS 0x20 implementation (#800) 10 months ago
Brad House 5e1c3a7575 tell google test to print backtraces 10 months ago
Brad House 1dc567d9c0 fix wording in docs 10 months ago
Brad House 17cf8c04e8 revert change that didn't work for #796 10 months ago
Brad House d2a3d954c4 coverity: fix new false positives 10 months ago
Brad House c96200353d valgrind: fix warning in test case 10 months ago
Brad House 51ca744459
Clean up header inclusion, simplification (#797) 10 months ago
Brad House 209e7077bb thread safety enhancements 10 months ago
Brad House 93aa939169 thread deadlock: make sure channel lock isn't used recursively 10 months ago
Brad House 74a64e486a ares_timeout: missing thread-safety lock 10 months ago
Brad House ef186fe2a4 remove unused SEND_QUAL_ARG2 10 months ago
Brad House 0d1008355a remove unneeded warning disablement 10 months ago
Brad House 7d6de797d1 MSVC: Prevent C1041 error 10 months ago
Brad House cd1ff7b2f3 remove outdated comment 10 months ago
Brad House 350be9e1f1 mingw32 build fix 10 months ago
Brad House 325c75abd0 don't try to install removed header ares_rules.h 10 months ago
Brad House e57a5b877b remove duplicate typedef 10 months ago
Brad House adc6659486 simplify header include order 10 months ago
Brad House 94b69fbd45 try to fix build 10 months ago
Brad House 9b6f197fec warning in test 10 months ago
Brad House 381d38d925 forcibly kill bogus warning 10 months ago
Brad House 1b8cfdedc9 build fix 10 months ago
Brad House bdd08d8dd4 fix warning 10 months ago