838 Commits (02745437e66affc4c1f26dc2899ab184f20250da)
 

Author SHA1 Message Date
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
Brad House 8d360330a5
Probe for failed servers instead of redirecting query (#877) 3 months ago
Brad House 90d545c642 ares_process_fd() broken when read_fd and write_fd different 3 months ago
Brad House e0ef6a8a7a
More modularization for sockets/connections (#876) 3 months ago
Brad House 3b80588384
New function `ares_process_fds()` (#875) 3 months ago
Brad House 3ab50cbee7
try to fix compat with googletest 1.15 (#874) 3 months ago
Brad House f09f0a021b
Remove `ares__` prefix, just use `ares_` (#872) 3 months ago
Brad House 69473eb1e4
Split ares_private.h into multiple headers (#871) 3 months ago
Brad House d2f93915d8 FEATURES.md: slight wording tweaks for clarification 3 months ago
Brad House 16f217cd64 Move FUZZING.md to the top level 3 months ago
Brad House eb68207130 FEATURES.md: spelling/grammar 3 months ago
Brad House a7beebcbf7 FEATURES.md: Fix link to TCP Fast Open 3 months ago
Brad House 5410a79428 Feature Documentation (FEATURES.md) 3 months ago
Brad House 063379049f OSS-Fuzz: can't modify build commands easily, work around on our side 3 months ago
Brad House fb3160f375 Fuzzing: Fix memory leak in test case 3 months ago
Brad House 50511d6920 REUSE compliance 3 months ago
Brad House bb9c616d03 Fuzzing: add fetcher/writers to fuzzing suite 3 months ago
Brad House 1b1196809d SonarCloud: 31 character identifier violation 3 months ago
Brad House 4c86bf3e9d SonarCloud: fix 31 character identifier max 3 months ago
Brad House db9c8e9ad2 ares_set_notify_pending_write_callback -> ares_set_pending_write_cb 3 months ago
Brad House d543ac438e clang-format 3 months ago
Brad House 7565878792 SonarCloud: Fix minor codesmells 3 months ago
Brad House b4b430f0f8 adig: compiler warnings 3 months ago
Brad House 7fb17cbe64 fuzzer: call parser directly for enhanced iterations per second 3 months ago