summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* add needed includeDaniel Stenberg2005-04-151-0/+1
* Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio2005-04-153-23/+45
* Allow environment variables to override default autotools.Dan Fandrich2005-04-131-5/+5
* creditsDaniel Stenberg2005-04-112-1/+14
* Removed usage of u_int and u_charDominick Meglio2005-04-092-18/+18
* Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio2005-04-095-23/+95
* Made sortlist support CIDR matching for IPv4Dominick Meglio2005-04-095-27/+77
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-087-38/+151
* Added include for inet_net_pton.h to ares__get_hostent.cDominick Meglio2005-04-081-0/+1
* Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio2005-04-085-30/+105
* include sys/types.h too when checking for headers as otherwise this breaksDaniel Stenberg2005-04-081-0/+3
* Try harder to see if arpa/nameser_compat.h REALLY is a good header file toDaniel Stenberg2005-04-071-1/+9
* Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg2005-04-0611-0/+34
* better errno constant replacements, as mentioned by Gisle VanemDaniel Stenberg2005-04-061-2/+2
* Include inet_net_pton.h for 'struct in6_addr'. Ideally thisGisle Vanem2005-04-061-0/+1
* Moved inet_net_pton.h to HHEADERS.Gisle Vanem2005-04-061-2/+3
* check for struct sizes and use those sizes if the NS_* defines are lackingDaniel Stenberg2005-04-062-0/+46
* moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg2005-04-064-23/+45
* made the ares_inet_net_pton() proto use size_t size, as the function in theDaniel Stenberg2005-04-061-1/+1
* with these changes, it builds on my win32 cross-compilerDaniel Stenberg2005-04-052-3/+22
* check for another arpa headerDaniel Stenberg2005-04-051-1/+2
* check for the arpa/* headersDaniel Stenberg2005-04-051-0/+2
* Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio2005-04-055-1/+497
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* CURL_EXTERN is already in <curl/curl.h>.Gisle Vanem2005-03-221-4/+0
* Prevent redefinition warning with CURLDEBUG.Gisle Vanem2005-03-221-1/+1
* the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg2005-03-211-11/+11
* typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg2005-03-211-12/+11
* silence win32 compiler warningsDaniel Stenberg2005-03-201-2/+5
* attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg2005-03-201-0/+4
* silence warnings on win32 about static functions that are never usedDaniel Stenberg2005-03-191-6/+17
* Prevent gcc warning.Gisle Vanem2005-03-131-1/+5
* the ares_parse_aaaa_reply man pageDaniel Stenberg2005-03-112-1/+65
* Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg2005-03-111-7/+32
* Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg2005-03-111-11/+9
* oops, once is enough! ;-)Daniel Stenberg2005-03-111-1/+0
* Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.Daniel Stenberg2005-03-111-0/+1
* Added HAVE_AF_INET6 to Netware's config.hDan Fandrich2005-03-111-0/+1
* Added HAVE_STRUCT_IN6_ADDR to Netware's config.hDan Fandrich2005-03-111-0/+1
* Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg2005-03-107-6/+283
* Samuel Díaz García's correctionDaniel Stenberg2005-03-052-8/+8
* Updated as suggested by Samuel Díaz GarcíaDaniel Stenberg2005-02-222-8/+8
* untabifiedDaniel Stenberg2004-12-104-195/+195
* NORECURSE clarification, minor formatting updateDaniel Stenberg2004-12-072-26/+17
* fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg2004-11-111-1/+1
* Adapted for C++.Gisle Vanem2004-11-111-0/+8
* Replace IsNT with IS_NT().Gisle Vanem2004-11-101-1/+1
* Replace IsNT with IS_NT().Gisle Vanem2004-11-105-210/+218
* fix CURL_EXTERN for debug buildsDaniel Stenberg2004-11-091-0/+4
* two post-1.2.1 changesDaniel Stenberg2004-11-071-0/+9