859 Commits (07827dcabe59babe977c209a67af0fc5068e414f)
 

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