summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg2005-10-031-1/+2
* 1 - attempted fix of uninitialized variableDaniel Stenberg2005-09-211-28/+44
* simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg2005-09-211-4/+1
* fixed the check for the addrinfo structDaniel Stenberg2005-09-211-4/+11
* Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio2005-09-185-627/+731
* mention the configure changeDaniel Stenberg2005-09-151-0/+5
* Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg2005-09-102-23/+4
* 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