Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-08 | include sys/types.h too when checking for headers as otherwise this breaks | Daniel Stenberg | |
on Solaris and FreeBSD. At least. | |||
2005-04-07 | Try harder to see if arpa/nameser_compat.h REALLY is a good header file to | Daniel Stenberg | |
include, as it seems at least some AIX versions don't really allow it to be include at the same time as the original nameser.h. | |||
2005-04-06 | Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS | Daniel Stenberg | |
X. | |||
2005-04-06 | better errno constant replacements, as mentioned by Gisle Vanem | Daniel Stenberg | |
2005-04-06 | Include inet_net_pton.h for 'struct in6_addr'. Ideally this | Gisle Vanem | |
should come from <ws2tcpip.h>, but Winsock 1.1 should suffice. | |||
2005-04-06 | Moved inet_net_pton.h to HHEADERS. | Gisle Vanem | |
2005-04-06 | check for struct sizes and use those sizes if the NS_* defines are lacking | Daniel Stenberg | |
(IRIX 6.5.22 it seems) | |||
2005-04-06 | moved the *_inet_pton protos to inet_net_pton.h instead | Daniel Stenberg | |
2005-04-06 | made the ares_inet_net_pton() proto use size_t size, as the function in the | Daniel Stenberg | |
code uses that | |||
2005-04-05 | with these changes, it builds on my win32 cross-compiler | Daniel Stenberg | |
2005-04-05 | check for another arpa header | Daniel Stenberg | |
2005-04-05 | check for the arpa/* headers | Daniel Stenberg | |
2005-04-05 | Provided implementations of inet_net_pton and inet_pton from BIND for ↵ | Dominick Meglio | |
systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-22 | CURL_EXTERN is already in <curl/curl.h>. | Gisle Vanem | |
2005-03-22 | Prevent redefinition warning with CURLDEBUG. | Gisle Vanem | |
2005-03-21 | the same fix here too, typecast to prevent win32 compiler warning | Daniel Stenberg | |
2005-03-21 | typecase to fix win32 compiler warning (and intended as other code is) | Daniel Stenberg | |
2005-03-20 | silence win32 compiler warnings | Daniel Stenberg | |
2005-03-20 | attempt to fix the ares link breakage with --enable-debug in libcurl and here | Daniel Stenberg | |
2005-03-19 | silence warnings on win32 about static functions that are never used | Daniel Stenberg | |
2005-03-13 | Prevent gcc warning. | Gisle Vanem | |
2005-03-11 | the ares_parse_aaaa_reply man page | Daniel Stenberg | |
2005-03-11 | Check for winsock.h to work with win32. Only include system headers we know | Daniel Stenberg | |
exist. | |||
2005-03-11 | Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to | Daniel Stenberg | |
work fine with cross-compiled builds. | |||
2005-03-11 | oops, once is enough! ;-) | Daniel Stenberg | |
2005-03-11 | Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate. | Daniel Stenberg | |
2005-03-11 | Added HAVE_AF_INET6 to Netware's config.h | Dan Fandrich | |
2005-03-11 | Added HAVE_STRUCT_IN6_ADDR to Netware's config.h | Dan Fandrich | |
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg | |
first little steps towards IPv6 support! | |||
2005-03-05 | Samuel Díaz García's correction | Daniel Stenberg | |
2005-02-22 | Updated as suggested by Samuel Díaz García | Daniel Stenberg | |
2004-12-10 | untabified | Daniel Stenberg | |
2004-12-07 | NORECURSE clarification, minor formatting update | Daniel Stenberg | |
2004-11-11 | fix the -I path to the proper include dir when --enable-debug is used | Daniel Stenberg | |
2004-11-11 | Adapted for C++. | Gisle Vanem | |
2004-11-10 | Replace IsNT with IS_NT(). | Gisle Vanem | |
2004-11-10 | Replace IsNT with IS_NT(). | Gisle Vanem | |
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-09 | fix CURL_EXTERN for debug builds | Daniel Stenberg | |
2004-11-07 | two post-1.2.1 changes | Daniel Stenberg | |
2004-11-07 | added ares_cancel and ares_version | Daniel Stenberg | |
2004-10-26 | mention incompatibilities with ares | Daniel Stenberg | |
2004-10-24 | ignore this | Daniel Stenberg | |
2004-10-24 | maketgz now creates a ares_version.h.dist file with the given version data | Daniel Stenberg | |
properly set, and the Makefile.am is now fixed to use that when building a new package with make dist. | |||
2004-10-20 | 1.2.1 release time | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-09-28 | - Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital | Daniel Stenberg | |
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.conf | Daniel Stenberg | |
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-26 | Dominick Meglio host file path discovery patch for windows | Daniel Stenberg | |
2004-09-14 | ignore more | Daniel Stenberg | |