1970 Commits (1ee90f2a5a2d6491c8017e45f22ec42bdffa1103)
 

Author SHA1 Message Date
Brad House 1ee90f2a5a try without sudo 5 years ago
Brad House f1915252db attempt to modernize travis build environment 5 years ago
Teemu R 3e65e03554
Allow TXT records on CHAOS qclass (#321) 5 years ago
Brad House 649fe82c08 Remove warnings from ares_getaddrinfo.3 man page 5 years ago
Brad House b987fb43d1 ares_getaddrinfo man page render better for man2html 5 years ago
Brad House 82a187d299 update man pages to render better for man2html 5 years ago
Brad House 077a587dcc 1.16.0 release notes draft 5 years ago
Brad House 910df394fc attempt to fix double-free introduced in e0517f9 5 years ago
David Drysdale 61f06d2a58
test: fuzzer input triggering double free (#315) 5 years ago
Brad House 0dbc58a475
CMake: Install Manpages (#314) 5 years ago
Brad House 3cd3c19558
Enable cmake tests for AppVeyor (#313) 5 years ago
Brad House f3d9d7f55f Add AppVeyor badge 5 years ago
Brad House e5df80d86b bump c-ares version to 1.16.0. test AppVeyor integration. 5 years ago
Brad House 3a46457deb
replace all usages of inet_addr() with ares_inet_pton() which is more proper (#312) 5 years ago
Brad House ea12ea6338
CMake: Generate WinPDB files during build (#311) 5 years ago
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