119 Commits (e3cb402bbeb26abaf9a3459611cb5ba91826795d)
 

Author SHA1 Message Date
bradh352 e3cb402bbe clean up a couple of compiler warnings 3 years ago
bradh352 778d7cd9e7 use helper function for addrinfo to simplify code 3 years ago
bradh352 43d8946dd1 INSTANTIATE_TEST_CASE_P -> INSTANTIATE_TEST_SUITE_P as new convention in googletest 3 years ago
bradh352 3933719395 gmock: update from 1.8.0 to 1.11.0 3 years ago
bradh352 039130583c Cirrus-CI: fix debian arm build 3 years ago
bradh352 afb20c339f Cirrus-CI: more updates for proper testing 3 years ago
bradh352 b0106fc7f8 install proper packages for asan and analyze 3 years ago
bradh352 4c3f71bb30 fix crash in tests 3 years ago
bradh352 54fdbfc93b try to disable container tests 3 years ago
bradh352 a7427d06d6 need g++ for tests on debian 3 years ago
bradh352 e7645eebf8 try cirrus-ci again 3 years ago
bradh352 8f99aab9a1 whitespace 3 years ago
bradh352 001ed0aaf0 start bringing up cirrus-ci 3 years ago
bradh352 abed6353d4 prep for adding new ci 3 years ago
bradh352 2aa85cf5f6 fix cut and paste error 3 years ago
Brad House 29c4ecdc16
RFC6761: special case "localhost" (#430) 3 years ago
Brad House c642b9fbb1
Reimplement ares_gethostbyname() by wrapping ares_getaddrinfo() (#428) 3 years ago
bradh352 9aacffe563 ares_getaddrinfo() missing sanity check to fix #426 3 years ago
bradh352 ea68b1bf3d ares_getaddrinfo(): continue to next domain in search if query returns ARES_ENODATA 3 years ago
bradh352 b035ed8a5e Allow '/' as a valid character for a returned name 3 years ago
Daniel Stenberg 2227f6982b
libcares.pc.in: update the URL 3 years ago
bradh352 5c995d50b0 ares_expand_name should allow underscores (_) as SRV records legitimately use them 3 years ago
Daniel Stenberg 04d2f06011
domain: update to use c-ares.org 3 years ago
Daniel Stenberg 509f2a00f1
mailing list: moved to lists.haxx.se 3 years ago
Biswapriyo Nath db5dabc74a
CMake: Fix build in cygwin (#422) 3 years ago
bradh352 6ce842ff93 make building more verbose 3 years ago
bradh352 62003c990b add appveyor cmake/mingw static-only build 3 years ago
Sinan Kaya 4418939478
CMake: lower case advapi32 for cross-building with mingw (#420) 3 years ago
bradh352 6299d7be38 autotools: add ax_check_gnu_make.m4 3 years ago
bradh352 8e484b2499 autotools: add ax_require_defined.m4 3 years ago
bradh352 3883d99b05 autotools: dont use newer AC_CHECK_INCLUDES_DEFAULT, don't quote AC_ERROR_MSG 3 years ago
bradh352 8afaa9c1b2 import more files needed by newer ax_code_coverage.m4 3 years ago
bradh352 c54ce6c0b9 import more files needed by newer ax_code_coverage.m4 3 years ago
bradh352 e73fb47266 work around autoreconf -fiv first call returning 'error: too many loops' 3 years ago
bradh352 bd368ad615 restore zz40-xc-ovr.m4 3 years ago
bradh352 bad8bde4d4 autotools: processed configure.ac through autoupdate 3 years ago
bradh352 da6a63bba8 autotools. update ax_code_coverage.m4 to latest. don't use deprecated AC_HELP_STRING 3 years ago
bradh352 5ea4616d2c pull out some old autotools cruft 3 years ago
Felix Yan 7712fcd178
Provide ares_nameser.h as a public interface (#417) 3 years ago
Felix Yan 9c4c483f06
Fix building when latest ax_code_coverage.m4 is imported (#418) 3 years ago
bradh352 8eccad160f bump version to match current release 3 years ago
dhrumilrana 76e7d028a2
z/OS minor update, add missing semicolon in ares_init.c (#414) 3 years ago
Daniel Bevenius de042a65f4
add build to .gitignore (#410) 3 years ago
Martin Holeš 9ac7efc382
Add support for URI(Uniform Resource Identifier) records. (#411) 3 years ago
Daniel Stenberg ccebec8303
ares_getaddrinfo.3: available since 1.16.0 3 years ago
Daniel Stenberg b039ecc87d
README.md: use https:// links 3 years ago
bradh352 6654436a30 fix typo 3 years ago
bradh352 fe282cf172 prep for 1.17.2 release 3 years ago
jeanpierrecartal 11a2bf8efd
Replace strdup() with ares_strdup() (#408) 3 years ago
Brad House c9b6c605b5
Validate hostnames in DNS responses and discard from malicious servers (#406) 3 years ago