summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg11-0/+34
X.
2005-04-06better errno constant replacements, as mentioned by Gisle VanemDaniel Stenberg1-2/+2
2005-04-06Include inet_net_pton.h for 'struct in6_addr'. Ideally thisGisle Vanem1-0/+1
should come from <ws2tcpip.h>, but Winsock 1.1 should suffice.
2005-04-06Moved inet_net_pton.h to HHEADERS.Gisle Vanem1-2/+3
2005-04-06check for struct sizes and use those sizes if the NS_* defines are lackingDaniel Stenberg2-0/+46
(IRIX 6.5.22 it seems)
2005-04-06moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg4-23/+45
2005-04-06made the ares_inet_net_pton() proto use size_t size, as the function in theDaniel Stenberg1-1/+1
code uses that
2005-04-05with these changes, it builds on my win32 cross-compilerDaniel Stenberg2-3/+22
2005-04-05check for another arpa headerDaniel Stenberg1-1/+2
2005-04-05check for the arpa/* headersDaniel Stenberg1-0/+2
2005-04-05Provided implementations of inet_net_pton and inet_pton from BIND for ↵Dominick Meglio5-1/+497
systems that do not include these functions. These will be necessary for CIDR support and IPv6 support.
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg1-1/+1
2005-03-22CURL_EXTERN is already in <curl/curl.h>.Gisle Vanem1-4/+0
2005-03-22Prevent redefinition warning with CURLDEBUG.Gisle Vanem1-1/+1
2005-03-21the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg1-11/+11
2005-03-21typecase to fix win32 compiler warning (and intended as other code is)Daniel Stenberg1-12/+11
2005-03-20silence win32 compiler warningsDaniel Stenberg1-2/+5
2005-03-20attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg1-0/+4
2005-03-19silence warnings on win32 about static functions that are never usedDaniel Stenberg1-6/+17
2005-03-13Prevent gcc warning.Gisle Vanem1-1/+5
2005-03-11the ares_parse_aaaa_reply man pageDaniel Stenberg2-1/+65
2005-03-11Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg1-7/+32
exist.
2005-03-11Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg1-11/+9
work fine with cross-compiled builds.
2005-03-11oops, once is enough! ;-)Daniel Stenberg1-1/+0
2005-03-11Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.Daniel Stenberg1-0/+1
2005-03-11Added HAVE_AF_INET6 to Netware's config.hDan Fandrich1-0/+1
2005-03-11Added HAVE_STRUCT_IN6_ADDR to Netware's config.hDan Fandrich1-0/+1
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg7-6/+283
first little steps towards IPv6 support!
2005-03-05Samuel Díaz García's correctionDaniel Stenberg2-8/+8
2005-02-22Updated as suggested by Samuel Díaz GarcíaDaniel Stenberg2-8/+8
2004-12-10untabifiedDaniel Stenberg4-195/+195
2004-12-07NORECURSE clarification, minor formatting updateDaniel Stenberg2-26/+17
2004-11-11fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg1-1/+1
2004-11-11Adapted for C++.Gisle Vanem1-0/+8
2004-11-10Replace IsNT with IS_NT().Gisle Vanem1-1/+1
2004-11-10Replace IsNT with IS_NT().Gisle Vanem5-210/+218
Return correct timeval in windows_port.c. Squelch gcc warnings: use 'ares_socket_t' in ares_fds.c. Don't cast a 'lvalue' in ares_init.c.
2004-11-09fix CURL_EXTERN for debug buildsDaniel Stenberg1-0/+4
2004-11-07two post-1.2.1 changesDaniel Stenberg1-0/+9
2004-11-07added ares_cancel and ares_versionDaniel Stenberg2-0/+28
2004-10-26mention incompatibilities with aresDaniel Stenberg2-1/+4
2004-10-24ignore thisDaniel Stenberg1-0/+1
2004-10-24maketgz now creates a ares_version.h.dist file with the given version dataDaniel Stenberg2-0/+30
properly set, and the Makefile.am is now fixed to use that when building a new package with make dist.
2004-10-201.2.1 release timeDaniel Stenberg1-0/+2
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg20-1037/+1037
2004-09-28- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from DigitalDaniel Stenberg2-3/+28
when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for other OSes. He made c-ares check for and understand it if present. - Now c-ares will use local host name lookup _before_ DNS resolving by default if nothing else is told.
2004-09-26- Henrik Stoerner: found out that C-ARES does not look at the /etc/host.confDaniel Stenberg2-8/+50
file to determine the sequence in which to search /etc/hosts and DNS. So on systems where this order is defined by /etc/host.conf instead of a "lookup" entry in /etc/resolv.conf, C-ARES will always default to looking in DNS first, and /etc/hosts second. c-ares now looks at 1) resolv.conf (for the "lookup" line); 2) nsswitch.fon (for the "hosts:" line); 3) host.conf (for the "order" line). First match wins.
2004-09-26Dominick Meglio host file path discovery patch for windowsDaniel Stenberg4-13/+48
2004-09-14ignore moreDaniel Stenberg1-0/+5
2004-09-03fixed nasty warnings with gcc 3.3.Gunter Knauf1-1/+1
2004-08-30mention Gisle's recent fixesDaniel Stenberg1-0/+8