summaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2005-04-16avoid warning on windowsDaniel Stenberg
2005-04-15add needed includeDaniel Stenberg
2005-04-15Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio
2005-04-13Allow environment variables to override default autotools.Dan Fandrich
2005-04-11creditsDaniel Stenberg
2005-04-09Removed usage of u_int and u_charDominick Meglio
2005-04-09Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio
2005-04-09Made sortlist support CIDR matching for IPv4Dominick Meglio
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio
2005-04-08Added include for inet_net_pton.h to ares__get_hostent.cDominick Meglio
2005-04-08Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio
2005-04-08include sys/types.h too when checking for headers as otherwise this breaksDaniel Stenberg
2005-04-07Try harder to see if arpa/nameser_compat.h REALLY is a good header file toDaniel Stenberg
2005-04-06Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg
2005-04-06better errno constant replacements, as mentioned by Gisle VanemDaniel Stenberg
2005-04-06Include inet_net_pton.h for 'struct in6_addr'. Ideally thisGisle Vanem
2005-04-06Moved inet_net_pton.h to HHEADERS.Gisle Vanem
2005-04-06check for struct sizes and use those sizes if the NS_* defines are lackingDaniel Stenberg
2005-04-06moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg
2005-04-06made the ares_inet_net_pton() proto use size_t size, as the function in theDaniel Stenberg
2005-04-05with these changes, it builds on my win32 cross-compilerDaniel Stenberg
2005-04-05check for another arpa headerDaniel Stenberg
2005-04-05check for the arpa/* headersDaniel Stenberg
2005-04-05Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg
2005-03-22CURL_EXTERN is already in <curl/curl.h>.Gisle Vanem
2005-03-22Prevent redefinition warning with CURLDEBUG.Gisle Vanem
2005-03-21the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg
2005-03-21typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg
2005-03-20silence win32 compiler warningsDaniel Stenberg
2005-03-20attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg
2005-03-19silence warnings on win32 about static functions that are never usedDaniel Stenberg
2005-03-13Prevent gcc warning.Gisle Vanem
2005-03-11the ares_parse_aaaa_reply man pageDaniel Stenberg
2005-03-11Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg
2005-03-11Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg
2005-03-11oops, once is enough! ;-)Daniel Stenberg
2005-03-11Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.Daniel Stenberg
2005-03-11Added HAVE_AF_INET6 to Netware's config.hDan Fandrich
2005-03-11Added HAVE_STRUCT_IN6_ADDR to Netware's config.hDan Fandrich
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg
2005-03-05Samuel Díaz García's correctionDaniel Stenberg
2005-02-22Updated as suggested by Samuel Díaz GarcíaDaniel Stenberg
2004-12-10untabifiedDaniel Stenberg
2004-12-07NORECURSE clarification, minor formatting updateDaniel Stenberg
2004-11-11fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg
2004-11-11Adapted for C++.Gisle Vanem
2004-11-10Replace IsNT with IS_NT().Gisle Vanem
2004-11-10Replace IsNT with IS_NT().Gisle Vanem
2004-11-09fix CURL_EXTERN for debug buildsDaniel Stenberg