summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-10make ares compile again for NetWare.Gunter Knauf2-0/+7
2005-08-10make ares compile again for NetWare.Gunter Knauf1-0/+2
2005-08-10fixed line endings so it works again with gnu make on Win32.Gunter Knauf1-18/+18
2005-08-04killed trailing whitespace, narrowed a few lines to 80 colsDaniel Stenberg1-6/+8
2005-06-19Added some checks for the addrinfo structure.Dominick Meglio3-1/+35
2005-06-03FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg2-0/+4
2005-06-02sigh, define TRUE if not alreadyDaniel Stenberg1-0/+5
2005-06-02William Ahern:Daniel Stenberg4-23/+202
2005-06-02William Ahern:Daniel Stenberg2-0/+16
2005-05-17More of the sameDominick Meglio1-1/+2
2005-05-17More compiler warning cleanupsDominick Meglio1-2/+7
2005-05-16Made ares_free_hostent man page refer to ares_parse_aaaa_replyDominick Meglio1-2/+3
2005-05-16Cleaned up some compile warningsDominick Meglio1-4/+7
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio10-434/+1034
2005-05-15Converted some macros to use NS_* so they work on non-IPv6 systemsDominick Meglio1-5/+5
2005-05-15Forgot to ares_-ize inet_ntopDominick Meglio1-5/+1
2005-05-14replaced the CRLF newlines with plain LF onesDaniel Stenberg1-274/+274
2005-05-14Added an inet_ntop function from BIND for systems that do not have itDominick Meglio5-255/+531
2005-05-11prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't existDaniel Stenberg1-0/+5
2005-05-02the new functions and the upcoming ipv6 calls for the next version to becomeDaniel Stenberg1-2/+2
2005-04-23fix for recent changes.Gunter Knauf1-1/+1
2005-04-22Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg2-0/+10
2005-04-22changes for building with IPV6.Gunter Knauf1-2/+9
2005-04-21added missing headersDaniel Stenberg1-1/+1
2005-04-19indented source to look more like other ares code,Daniel Stenberg1-347/+353
2005-04-19sortlist_alloc() is never used on win32, so ifdef out it to prevent warningDaniel Stenberg1-1/+1
2005-04-16avoid warning on windowsDaniel Stenberg1-1/+1
2005-04-15add needed includeDaniel Stenberg1-0/+1
2005-04-15Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio3-23/+45
2005-04-13Allow environment variables to override default autotools.Dan Fandrich1-5/+5
2005-04-11creditsDaniel Stenberg2-1/+14
2005-04-09Removed usage of u_int and u_charDominick Meglio2-18/+18
2005-04-09Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio5-23/+95
2005-04-09Made sortlist support CIDR matching for IPv4Dominick Meglio5-27/+77
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio7-38/+151
2005-04-08Added include for inet_net_pton.h to ares__get_hostent.cDominick Meglio1-0/+1
2005-04-08Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio5-30/+105
2005-04-08include sys/types.h too when checking for headers as otherwise this breaksDaniel Stenberg1-0/+3
2005-04-07Try harder to see if arpa/nameser_compat.h REALLY is a good header file toDaniel Stenberg1-1/+9
2005-04-06Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg11-0/+34
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
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
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
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 systems...Dominick Meglio5-1/+497