1955 Commits (65d0878870f4b9a90efdd84f1b5335a7e6b66f49)
 

Author SHA1 Message Date
Brad House 65d0878870
CMake: Rework library function checking (#310) 5 years ago
Dron Rathore e0517f97d9
Parse SOA records from ns_t_any response (#103) 5 years ago
Stephen Bryant 49894389fd
Added CPack functionality for generating RPM or DEB packages (#283) 5 years ago
tjwalton 287bde0558
ares_gethostbyname: Return ENODATA if no valid A or AAAA record found (#304) 5 years ago
Michal Rostecki d30999dc89
test: Separate live tests from SetServers* tests (#299) 5 years ago
Adam Majer b9eb3a0cfe
Only count valid addresses when response parsing (#302) 5 years ago
Kyle Edwards 0819848c72 CMake: Provide c-ares version in package export file (#296) 5 years ago
Ben Noordhuis 14e38b154c Accept invalid /etc/resolv.conf lookup values, ability to build container tests (#274) 5 years ago
Christian Ammer dbd4c441fb Parallel A and AAAA lookups in `ares_getaddrinfo` (#290) 5 years ago
Vy Nguyen b3cac7a826 Move variables into the block where it is used to avoid unused-vars (#281) 5 years ago
Vy Nguyen 40b5293b46 Rename local macros to avoid conflicting with system ones and remove unsed variables. (Otherwise code will break once compiled with [-Werror,-Wmacro-redefined,-Wunused-variable] ) (#280) 5 years ago
Egor Pugin a4d7a5bf2a [ares_getenv] Return NULL in all cases. (#279) 5 years ago
Abhishek Arya 3e22e3480b Add OSS-Fuzz fuzzing badge (#278) 5 years ago
Peter Eisentraut 6a5113d1d7 ares_init_options.3: Fix layout (#275) 5 years ago
Gregor Jasny 804753224f manpages: Fix typos detected by lintian (#269) 5 years ago
lifenjoiner bc86e4c22f keep command line usage up to date (#256) 5 years ago
Dan Noé 1cd0a36f6e ares-test.cc: Handle nullptr in AddrInfo ostream. (#268) 5 years ago
Dan Noé 33ed2aa6d1 Add missing limits.h include from ares_getaddrinfo.c (#267) 5 years ago
Andrew Selivanov d7e070e728 fix fuzzer docs and add missing getaddrinfo docs (#265) 5 years ago
Andrew Selivanov b949cc3ddf Fix leak and crash in ares_parse_a/aaaa_reply (#264) 6 years ago
Andrew Selivanov 5dd3629bc9 fix segfault when parsing wrong type of record (#262) 6 years ago
Brad House c5bfbe0dc3 work around mingw compile failure 6 years ago
Brad House bb558d699c c++ requires explicit casts 6 years ago
Brad House 4beb390b83 support EnvValue on Windows by implementing setenv/unsetenv 6 years ago
Andrew Selivanov 7d3591ee8a getaddrinfo enhancements (#257) 6 years ago
Andrew Selivanov ba1aa0635a fix ares__sortaddrinfo, use wrappers for sock_funcs (#258) 6 years ago
Brad House 9f1fdbf5dd Fix c89 compilation support broken by .onion rejection changes 6 years ago
kedixa 4160535a23 getaddrinfo: callback must be called on bad domain (#249) 6 years ago
Darrin W. Cullop cedcbcc565 Windows ARM/ARM64 requires AdvApi32 (#252) 6 years ago
kedixa 602aaec984 getaddrinfo: avoid infinite loop in case of NXDOMAIN(#240) (#242) 6 years ago
Brad House c7ab5f9149 Portability fix for ares__sortaddrinfo() 6 years ago
Khaidi Chu 43a915a1b7 fix: init bufp before reject .onion to make it can be free correctly (#241) 6 years ago
Andrew Selivanov a9c2068e25 Add ares__sortaddrinfo() to support getaddrinfo() sorted results (#239) 6 years ago
Christian Ammer b688805423 Increase portability of `ares-test-mock-ai.cc` (#235) 6 years ago
Fabrice Fontaine 4222811f53 m4/xc-cc-check.m4: use XC_CHECK_BUILD_FLAGS (#236) 6 years ago
Christian Ammer 42fc7fa1cd Bugfix for `ares_getaddrinfo` and additional unit tests (#234) 6 years ago
Christian Ammer 98857e30b7 Remaining queries counter fix, additional unit tests for `ares_getaddrinfo` (#233) 6 years ago
Christian Ammer f8cca0878d Add initial implementation for ares_getaddrinfo (#112) 6 years ago
Ben Noordhuis 753f61031c test: fix bad expectation in ipv6 localhost test (#227) 6 years ago
Ben Noordhuis 000e963fff ares_version.h: bump version (#230) 6 years ago
Daniel Stenberg 330b364a9c
ares_library_init_android.3: minor syntax edits, fixed AVAILABILITY 6 years ago
Brad House e982924ace last minute 1.15.0 addition 6 years ago
Ben Noordhuis 955df983d7 Report ARES_ENOTFOUND for .onion domain names as per RFC7686. (#228) 6 years ago
Brad House e798083905 prepare for c-ares 1.15.0 release 6 years ago
Brad House 2164acef44 AIX Build Fix 6 years ago
Brad House bfd5975854 Fix crash in ares_dup() due to new ARES_OPT_RESOLVCONF 6 years ago
Sarat Addepalli 7e6af8efbc Add ares_init_options() configurability for path to resolv.conf file 6 years ago
Brad House ad5852734c remove stale variables 6 years ago
Brad House e7c0f1b151 fix prototype name for ares_strsplit_free() 6 years ago
Brad House 2244ea7cc6 add missing prototype 6 years ago