summaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyname.c
Commit message (Expand)AuthorAgeFilesLines
* fix next_lookup() to continue searching even if c-ares failed to load theDaniel Stenberg2007-11-281-1/+5
* When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson2007-11-151-3/+5
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-151-2/+2
* Fixed the problem where next_lookup would use 'status' uninitialized. NowDaniel Stenberg2007-10-021-7/+6
* Fix a memory leak that I recently inadvertedly introduced.Steinar H. Gunderson2007-09-301-0/+1
* Use ISDIGIT instead of isdigit; fixes a gcc warning.Steinar H. Gunderson2007-09-291-1/+1
* Be stricter about what's a valid IP address in fake_hostent. (Patch from the ...Steinar H. Gunderson2007-09-291-1/+21
* Unrevert previous 'missing' hunks. They were missing since the patch is still...Steinar H. Gunderson2007-09-281-2/+2
* Yet more missing hunks... Nggh.Steinar H. Gunderson2007-09-281-2/+2
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-11/+13
* Revered Ashish Sharma's multiple entries patch, as it caused memory madnessDaniel Stenberg2007-06-041-119/+20
* Ashish Sharma provided a patch for supporting multiple entries in theDaniel Stenberg2007-06-021-20/+119
* Removed inclusion of <sys/types.h> in .c-filesGisle Vanem2007-02-261-3/+2
* add debug messages for initialization failuresYang Tse2007-02-191-2/+17
* fix compiler warning "discards qualifiers from pointer target type" in debug ...Yang Tse2007-01-291-1/+1
* Fixed comment.Gisle Vanem2006-08-041-1/+1
* 2nd try adding CVS id.Gisle Vanem2006-07-221-1/+1
* Added CVS id.Gisle Vanem2006-07-221-0/+2
* detabifiedDaniel Stenberg2005-08-181-7/+7
* Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg2005-04-221-0/+5
* Made sortlist support IPv6 (this can probably use some testing)Dominick Meglio2005-04-091-8/+64
* Made sortlist support CIDR matching for IPv4Dominick Meglio2005-04-091-5/+7
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-081-37/+57
* Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio2005-04-081-1/+1
* Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OSDaniel Stenberg2005-04-061-0/+3
* the same fix here too, typecast to prevent win32 compiler warningDaniel Stenberg2005-03-211-11/+11
* untabifiedDaniel Stenberg2004-12-101-56/+56
* Replace IsNT with IS_NT().Gisle Vanem2004-11-101-57/+57
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-58/+58
* Dominick Meglio host file path discovery patch for windowsDaniel Stenberg2004-09-261-6/+16
* More patches for Watt-32 on Win32; don't include "nameser.h".Gisle Vanem2004-08-201-1/+6
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-0/+1
* djgpp fixes by GisleDaniel Stenberg2004-07-011-0/+6
* remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg2004-02-021-2/+0
* ares 1.1.1 with collected applied patchesDaniel Stenberg2003-10-071-0/+297