845 Commits (fc0f8a47e8dd49bc1c477fbeb529d02ea6bc460e)
 

Author SHA1 Message Date
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
Brad House e0ef6a8a7a
More modularization for sockets/connections (#876) 5 months ago
Brad House 3b80588384
New function `ares_process_fds()` (#875) 6 months ago
Brad House 3ab50cbee7
try to fix compat with googletest 1.15 (#874) 6 months ago
Brad House f09f0a021b
Remove `ares__` prefix, just use `ares_` (#872) 6 months ago
Brad House 69473eb1e4
Split ares_private.h into multiple headers (#871) 6 months ago
Brad House d2f93915d8 FEATURES.md: slight wording tweaks for clarification 6 months ago
Brad House 16f217cd64 Move FUZZING.md to the top level 6 months ago
Brad House eb68207130 FEATURES.md: spelling/grammar 6 months ago
Brad House a7beebcbf7 FEATURES.md: Fix link to TCP Fast Open 6 months ago
Brad House 5410a79428 Feature Documentation (FEATURES.md) 6 months ago
Brad House 063379049f OSS-Fuzz: can't modify build commands easily, work around on our side 6 months ago
Brad House fb3160f375 Fuzzing: Fix memory leak in test case 6 months ago
Brad House 50511d6920 REUSE compliance 6 months ago
Brad House bb9c616d03 Fuzzing: add fetcher/writers to fuzzing suite 6 months ago