695 Commits (bf7c946b769e722c3e3e4062b24393ede1b3bb51)
 

Author SHA1 Message Date
Brad House bf7c946b76 clang static analyzer: silence warning 4 months ago
Brad House 9873be4cdb Solaris: turn of verbosity 4 months ago
Brad House ef6a3dfe76
CI: Add solaris (#814) 4 months ago
Brad House d82e1ea256 fix typo 4 months ago
Brad House 094aa9c6e3 kill some compiler warnings on NetBSD 4 months ago
Brad House 1e44e0bb80 netbsd: pass -u option to pkg_add 4 months ago
Brad House 932bec264c ignore warning about anonymous union in Windows code 4 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. 4 months ago
Brad House 6a1e098917 properly honor channel->maxtimeout 4 months ago
Brad House b1e7cd91cd
release-1.32.2 (#812) 4 months ago
Brad House 273fa1c3d8 ares_destroy() deadlock during cleanup of config change monitoring if a configuration change comes in during shutdown 4 months ago
Brad House afb8548068 win32: ip address change notification passed bad pointer. Regression from 1.30.0 4 months ago
Brad House b19c186ce7
Rework WinAFD event code (#811) 4 months ago
Brad House 986bef771c kqueue: fix allocation size when socket count > 8 4 months ago
Brad House 67db56c341 whitespace 5 months ago
Brad House 46bf21a702 fix 5 months ago
Brad House fb60be7436 document some RFCs in use 5 months ago
Brad House f90a81ed81
tests: use std::chrono instead of pulling in ares__tvnow and ares__timeval_remaining (#809) 5 months ago
Brad House 8a50fc6c67 win32: swap GetTickCount64() for more precise QueryPerformanceCounters() 5 months ago
Brad House 8f265c9d51 windows 32bit: config change callback needs to be stdcall 5 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 5 months ago
Brad House 51e7590610
1.32.1 release (#807) 5 months ago
Brad House 805ffbc62b pthread: use recursive mutexes to allow callbacks to enqueue new c-ares queries. Regression from 1.31.0. 5 months ago
Brad House 595cf21334 don't put a heading on the license 5 months ago
Brad House 9526fc6de1 update release procedure 5 months ago
Brad House b649b85917 tests: fix compile warning 5 months ago
Brad House b9d36509f6 more release procedure notes 5 months ago
Brad House e24f81594e update release procedure to make it easier to cut and paste 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
Brad House 5e1c3a7575 tell google test to print backtraces 5 months ago
Brad House 1dc567d9c0 fix wording in docs 5 months ago
Brad House 17cf8c04e8 revert change that didn't work for #796 5 months ago
Brad House d2a3d954c4 coverity: fix new false positives 5 months ago
Brad House c96200353d valgrind: fix warning in test case 5 months ago
Brad House 51ca744459
Clean up header inclusion, simplification (#797) 5 months ago
Brad House 209e7077bb thread safety enhancements 5 months ago
Brad House 93aa939169 thread deadlock: make sure channel lock isn't used recursively 5 months ago
Brad House 74a64e486a ares_timeout: missing thread-safety lock 5 months ago
Brad House ef186fe2a4 remove unused SEND_QUAL_ARG2 5 months ago
Brad House 0d1008355a remove unneeded warning disablement 5 months ago
Brad House 7d6de797d1 MSVC: Prevent C1041 error 5 months ago
Brad House cd1ff7b2f3 remove outdated comment 5 months ago
Brad House 350be9e1f1 mingw32 build fix 5 months ago
Brad House 325c75abd0 don't try to install removed header ares_rules.h 5 months ago
Brad House e57a5b877b remove duplicate typedef 5 months ago