aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2005-10-03Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg
2005-09-211 - attempted fix of uninitialized variableDaniel Stenberg
2005-09-21simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg
2005-09-21fixed the check for the addrinfo structDaniel Stenberg
2005-09-18Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio
2005-09-15mention the configure changeDaniel Stenberg
2005-09-10Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg
2005-08-291.3.0 coming just upDaniel Stenberg
2005-08-21well hit me, that wasn't possible, use 1:0:0 anyway...Daniel Stenberg
2005-08-21modified the version-info, we only added functionsDaniel Stenberg
2005-08-21increase version infoDaniel Stenberg
2005-08-21Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()Daniel Stenberg
2005-08-18detabifiedDaniel Stenberg
2005-08-10minor Makefile fix.Gunter Knauf
2005-08-10minor Makefile fix.Gunter Knauf
2005-08-10make ares compile again for NetWare.Gunter Knauf
2005-08-10make ares compile again for NetWare.Gunter Knauf
2005-08-10fixed line endings so it works again with gnu make on Win32.Gunter Knauf
2005-08-04killed trailing whitespace, narrowed a few lines to 80 colsDaniel Stenberg
2005-06-19Added some checks for the addrinfo structure.Dominick Meglio
2005-06-03FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg
2005-06-02sigh, define TRUE if not alreadyDaniel Stenberg
2005-06-02William Ahern:Daniel Stenberg
2005-06-02William Ahern:Daniel Stenberg
2005-05-17More of the sameDominick Meglio
2005-05-17More compiler warning cleanupsDominick Meglio
2005-05-16Made ares_free_hostent man page refer to ares_parse_aaaa_replyDominick Meglio
2005-05-16Cleaned up some compile warningsDominick Meglio
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio
2005-05-15Converted some macros to use NS_* so they work on non-IPv6 systemsDominick Meglio
2005-05-15Forgot to ares_-ize inet_ntopDominick Meglio
2005-05-14replaced the CRLF newlines with plain LF onesDaniel Stenberg
2005-05-14Added an inet_ntop function from BIND for systems that do not have itDominick Meglio
2005-05-11prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't existDaniel Stenberg
2005-05-02the new functions and the upcoming ipv6 calls for the next version to becomeDaniel Stenberg
2005-04-23fix for recent changes.Gunter Knauf
2005-04-22Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg
2005-04-22changes for building with IPV6.Gunter Knauf
2005-04-21added missing headersDaniel Stenberg
2005-04-19indented source to look more like other ares code,Daniel Stenberg
2005-04-19sortlist_alloc() is never used on win32, so ifdef out it to prevent warningDaniel Stenberg
2005-04-16avoid warning on windowsDaniel Stenberg
2005-04-15add needed includeDaniel Stenberg
2005-04-15Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio
2005-04-13Allow environment variables to override default autotools.Dan Fandrich
2005-04-11creditsDaniel Stenberg
2005-04-09Removed usage of u_int and u_charDominick Meglio
2005-04-09Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio
2005-04-09Made sortlist support CIDR matching for IPv4Dominick Meglio
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio