summaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyname.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed c-ares setup.h to ares_setup.hYang Tse2009-11-021-1/+1
* Support lookup of IPv4 literals in ares_gethostbyname(), even when the addres...Steinar H. Gunderson2009-08-271-5/+9
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-2/+2
* * February 3 2009 (Phil Blundell)Phil Blundell2009-02-031-7/+7
* - ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolvingDaniel Stenberg2009-01-311-41/+54
* Constified some arguments in local functions.Gisle Vanem2009-01-181-9/+11
* In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse2008-11-251-4/+4
* use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg2008-11-201-5/+7
* - Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg2008-11-191-0/+25
* adjust inclusion of "nameser.h"Yang Tse2008-09-171-13/+8
* include header file only when availableYang Tse2008-09-151-1/+12
* move inclusion of ares_private.h lastYang Tse2008-09-111-1/+1
* - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup andDaniel Stenberg2008-07-031-0/+9
* check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg2008-05-081-0/+3
* fix compiler warning: local variable may be used without having been initializedYang Tse2008-04-071-1/+1
* 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