summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* 1.3.0 coming just upc-ares-1_3_0Daniel Stenberg2005-08-291-0/+2
* well hit me, that wasn't possible, use 1:0:0 anyway...Daniel Stenberg2005-08-211-1/+1
* modified the version-info, we only added functionsDaniel Stenberg2005-08-211-1/+1
* increase version infoDaniel Stenberg2005-08-211-1/+1
* Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()Daniel Stenberg2005-08-212-1/+8
* detabifiedDaniel Stenberg2005-08-183-26/+26
* minor Makefile fix.Gunter Knauf2005-08-101-1/+1
* minor Makefile fix.Gunter Knauf2005-08-101-1/+1
* make ares compile again for NetWare.Gunter Knauf2005-08-102-0/+7
* make ares compile again for NetWare.Gunter Knauf2005-08-101-0/+2
* fixed line endings so it works again with gnu make on Win32.Gunter Knauf2005-08-101-18/+18
* killed trailing whitespace, narrowed a few lines to 80 colsDaniel Stenberg2005-08-041-6/+8
* Added some checks for the addrinfo structure.Dominick Meglio2005-06-193-1/+35
* FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg2005-06-032-0/+4
* sigh, define TRUE if not alreadyDaniel Stenberg2005-06-021-0/+5
* William Ahern:Daniel Stenberg2005-06-024-23/+202
* William Ahern:Daniel Stenberg2005-06-022-0/+16
* More of the sameDominick Meglio2005-05-171-1/+2
* More compiler warning cleanupsDominick Meglio2005-05-171-2/+7
* Made ares_free_hostent man page refer to ares_parse_aaaa_replyDominick Meglio2005-05-161-2/+3
* Cleaned up some compile warningsDominick Meglio2005-05-161-4/+7
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-1610-434/+1034
* Converted some macros to use NS_* so they work on non-IPv6 systemsDominick Meglio2005-05-151-5/+5
* Forgot to ares_-ize inet_ntopDominick Meglio2005-05-151-5/+1
* replaced the CRLF newlines with plain LF onesDaniel Stenberg2005-05-141-274/+274
* Added an inet_ntop function from BIND for systems that do not have itDominick Meglio2005-05-145-255/+531
* prevent NS_IN6ADDRSZ from getting set to zero if the struct doesn't existDaniel Stenberg2005-05-111-0/+5
* the new functions and the upcoming ipv6 calls for the next version to becomeDaniel Stenberg2005-05-021-2/+2
* fix for recent changes.Gunter Knauf2005-04-231-1/+1
* Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg2005-04-222-0/+10
* changes for building with IPV6.Gunter Knauf2005-04-221-2/+9
* added missing headersDaniel Stenberg2005-04-211-1/+1
* indented source to look more like other ares code,Daniel Stenberg2005-04-191-347/+353
* sortlist_alloc() is never used on win32, so ifdef out it to prevent warningDaniel Stenberg2005-04-191-1/+1
* avoid warning on windowsDaniel Stenberg2005-04-161-1/+1
* add needed includeDaniel Stenberg2005-04-151-0/+1
* Attempted to fix c-ares not building on non-IPv6 systemsDominick Meglio2005-04-153-23/+45
* Allow environment variables to override default autotools.Dan Fandrich2005-04-131-5/+5
* creditsDaniel Stenberg2005-04-112-1/+14
* Removed usage of u_int and u_charDominick Meglio2005-04-092-18/+18
* Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio2005-04-095-23/+95
* Made sortlist support CIDR matching for IPv4Dominick Meglio2005-04-095-27/+77
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-087-38/+151
* Added include for inet_net_pton.h to ares__get_hostent.cDominick Meglio2005-04-081-0/+1
* Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio2005-04-085-30/+105
* include sys/types.h too when checking for headers as otherwise this breaksDaniel Stenberg2005-04-081-0/+3
* Try harder to see if arpa/nameser_compat.h REALLY is a good header file toDaniel Stenberg2005-04-071-1/+9
* Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg2005-04-0611-0/+34
* better errno constant replacements, as mentioned by Gisle VanemDaniel Stenberg2005-04-061-2/+2
* Include inet_net_pton.h for 'struct in6_addr'. Ideally thisGisle Vanem2005-04-061-0/+1