Age | Commit message (Expand) | Author |
2005-05-16 | Cleaned up some compile warnings | Dominick Meglio |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio |
2005-05-15 | Converted some macros to use NS_* so they work on non-IPv6 systems | Dominick Meglio |
2005-05-15 | Forgot to ares_-ize inet_ntop | Dominick Meglio |
2005-05-14 | replaced the CRLF newlines with plain LF ones | Daniel Stenberg |
2005-05-14 | Added an inet_ntop function from BIND for systems that do not have it | Dominick Meglio |
2005-05-11 | prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't exist | Daniel Stenberg |
2005-05-02 | the new functions and the upcoming ipv6 calls for the next version to become | Daniel Stenberg |
2005-04-23 | fix for recent changes. | Gunter Knauf |
2005-04-22 | Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. | Daniel Stenberg |
2005-04-22 | changes for building with IPV6. | Gunter Knauf |
2005-04-21 | added missing headers | Daniel Stenberg |
2005-04-19 | indented source to look more like other ares code, | Daniel Stenberg |
2005-04-19 | sortlist_alloc() is never used on win32, so ifdef out it to prevent warning | Daniel Stenberg |
2005-04-16 | avoid warning on windows | Daniel Stenberg |
2005-04-15 | add needed include | Daniel Stenberg |
2005-04-15 | Attempted to fix c-ares not building on non-IPv6 systems | Dominick Meglio |
2005-04-13 | Allow environment variables to override default autotools. | Dan Fandrich |
2005-04-11 | credits | Daniel Stenberg |
2005-04-09 | Removed usage of u_int and u_char | Dominick Meglio |
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio |
2005-04-09 | Made sortlist support CIDR matching for IPv4 | Dominick Meglio |
2005-04-08 | Added preliminary IPv6 support to ares_gethostbyname | Dominick Meglio |
2005-04-08 | Added include for inet_net_pton.h to ares__get_hostent.c | Dominick Meglio |
2005-04-08 | Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family | Dominick Meglio |
2005-04-08 | include sys/types.h too when checking for headers as otherwise this breaks | Daniel Stenberg |
2005-04-07 | Try harder to see if arpa/nameser_compat.h REALLY is a good header file to | Daniel Stenberg |
2005-04-06 | Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS | Daniel Stenberg |
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 |
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 |
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 |
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 systems... | Dominick Meglio |
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 |
2005-03-11 | Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to | Daniel Stenberg |