861 Commits (efd327254317f0b2f08136250c15349bb573b464)
 

Author SHA1 Message Date
Brad House efd3272543 Some upstream DNS servers are non-compliant with EDNS options 2 weeks ago
Jiwoo Park f89f3cabe4 Silence TSAN, lock before checking `ares_event_thread::isup` (#915) 2 weeks ago
Jiwoo Park 07827dcabe Use `_GNU_SOURCE` macro on Android (#914) 2 weeks ago
Brad House 24793e2e6c ares_getaddrinfo() for AF_UNSPEC should retry if ipv6 received 2 weeks ago
Brad House e0409fb01f rewrite EBADRESP to EBADQUERY on ares_send 2 weeks ago
Brad House a5e2761e9b release automation (#906) 1 month ago
Brad House 21343d7d32 update release procedure after PR #906 1 month ago
Brad House a57ff692ee release-1.34.2 (#903) 1 month ago
Brad House 67e9520d0c fcntl doesn't take O_CLOEXEC, it takes FD_CLOEXEC 1 month ago
Brad House 6d44c3d156 package missing manpages 2 months ago
Brad House 0c1c60dc60 release notes 2 months ago
Brad House b22bc1f36e release-1.34.1 2 months ago
Brad House 9db9b35523 fix headers 2 months ago
Brad House 94a3234600 Created release branch v1.34 2 months ago
Brad House 382ff77691
release-1.34.0 (#896) 2 months ago
Brad House 43dcbbe346 ares_set_socket_functions.3 more manpage fixes 2 months ago
Brad House fc0f8a47e8 ares_set_socket_functions.3 more manpage fixes 2 months ago
Brad House e615ce65ba fix formatting in ares_set_socket_functions manpage 2 months ago
Kefu Chai 3f55f806d7
ares_conn: use sock_funcs.agetsockname() instead of getsockname() (#895) 2 months ago
Brad House 735c23d7f8 more manpage beautification 2 months ago
Brad House 5a9ee49e79 manpage beautification 2 months ago
Brad House db8203e5bb typo 2 months ago
Brad House 08f452809e SonarCloud: fix minor codesmells 2 months ago
Brad House 02745437e6
Improve socket function replacement subsystem (#894) 2 months ago
Brad House 759343ae00 adig manpage: missing -s 2 months ago
Brad House e6f700dad4 adig: fix invalid argument handling add back `-s server` option 2 months ago
lifenjoiner 80eb40f65e
adig: set fallback TCP port (#891) 2 months ago
Brad House ec67acaa3d ARES_VERSION_STR should not need to be manually updated. Should stringify macro based on ARES_VERSION_MAJOR/MINOR/PATCH 2 months ago
Brad House e037002e14 adig: fix clang and sonarcloud false positives for things that can't actually happen 2 months ago
Brad House 4a3779721a adig: fix regression from last commit in command line parsing 2 months ago
Brad House b5b0b0f9ff adig: fix compiler warnings on some systems due to cast of function pointer 2 months ago
Brad House a41b85ed11
adig: rework command line arguments to mimic dig from bind (#890) 2 months ago
Cristian Rodríguez 3c4084c30c
ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets (#887) 2 months ago
Cristian Rodríguez 9e64b10f5e
docs: Update ares_set_local_dev man page (#886) 2 months ago
Brad House 8b2f5e01eb Tests: fix memory leak in test case 2 months ago
Brad House e5e7acd01b Tests: add more tests to improve code coverage 2 months ago
Brad House e0aa32c4ca SonarCloud: fix meaningless warning 2 months ago
Brad House 3c544901b8 SonarCloud: Fix some code smells (missing const qualifiers) 2 months ago
Brad House 79a4c63062
CMake: strip -l prefix on CMAKE_THREAD_LIBS_INIT (#884) 2 months ago
Brad House 9dd78e2f23
URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv() (#882) 2 months ago
Brad House b3b5d0b81d Array: fix memmove param 2 months ago
Brad House 17eec6f3b2 array: fix array shifting when using an offset 2 months ago
Brad House b7fa48c6f4 FUZZING.md: fix corpus copy location 2 months ago
Brad House 45a6fe44b1 FUZZING.md: update example for libfuzzer 2 months ago
Brad House 3a2ac4e687
CI: Solaris: update gtest version (#881) 3 months ago
Brad House e0e1b79dd7
CI: Solaris: Switch to latest vm image with gcc11 and gdb support (#880) 3 months ago
Brad House 8c5f5d7b82
remove ares_platform.c/h (#879) 3 months ago
Brad House 850209137a fix warning when systems do not support TCPFastOpen 3 months ago
Brad House 9c95982968 clang-format: reformat recent code changes 3 months ago
Brad House fccfe11519 SonarCloud: mark some parameters/variables as const 3 months ago