Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-14 | use HAVE_LIMITS_H symbol to protect limits.h inclusion | Yang Tse | |
2009-01-11 | - Phil Blundell added the internal function ares__expand_name_for_response() | Daniel Stenberg | |
that is now used by the ares_parse_*_reply() functions instead of the ares_expand_name() simply to easier return ARES_EBADRESP for the cases where the name expansion fails as in responses that really isn't expected. | |||
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | |
2008-09-15 | include header file only when available | Yang Tse | |
2008-05-08 | check for strings.h in configure and use it for the strcasecmp() proto | Daniel Stenberg | |
2007-11-16 | Fix a double free. | Steinar H. Gunderson | |
2007-11-15 | Needed now that in6_addr is referenced in ares.h | Yang Tse | |
2007-11-15 | Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. ↵ | Steinar H. Gunderson | |
Patch from the Google tree. | |||
2007-02-26 | Removed inclusion of <sys/types.h> in .c-files | Gisle Vanem | |
since it's already included through "setup.h". | |||
2006-07-22 | 2nd try adding CVS id. | Gisle Vanem | |
2005-04-22 | Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. | 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-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg | |
first little steps towards IPv6 support! |