1988 Commits (d5611775423b97b69fa1ec75b643bea6bc643912)
 

Author SHA1 Message Date
anonymoushelpishere d561177542
Updated help information for adig, acountry, and ahost. (#334) 5 years ago
lutianxiong 1b98172b14
avoid read-heap-buffer-overflow (#332) 5 years ago
Ivan Baidakou 4c02944ef1
Fix: sizeof(sizeof(addr.saX)) -> sizeof(addr.saX) in readaddrinfo (#331) 5 years ago
Brad House 74a1426ba6 c-ares 1.16.1 release prep 5 years ago
Brad House 548b95a530 update travis to use xcode11.4 5 years ago
Brad House 1cc7e83c3b Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called 5 years ago
shelley vohr 1c73eccfdc
fix: windows UNICODE incompatibilities with ares_getaddrinfo (#328) 5 years ago
Brad House c498c5320f travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable. 5 years ago
Brad House 77ca6cc493 travis: bump macos image to the latest 5 years ago
Brad House b5235416fc cast-align warnings are false for struct sockaddr, silence 5 years ago
Brad House baf6f4eb42 MacOS: Enable libresolv support for retrieving DNS servers like iOS does. 5 years ago
Dmitry Igrishin dbdde3a424
CMake: Populate the INCLUDE_DIRECTORIES property of installed targets (#323) 5 years ago
Brad House ca90563868 travis: make valgrind use cmake for tests 5 years ago
Brad House 2f9d1a8317 dont try to use libtool to run valgrind 5 years ago
Brad House 9304f67e0b valgrind requires libtool installed to wrap tests 5 years ago
Brad House 454bbe0985 scan build 7 5 years ago
Brad House c406ad3c3e fix travis live test 5 years ago
Brad House 493bcbe897 add debug for travis 5 years ago
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