summaryrefslogtreecommitdiff
path: root/ares__get_hostent.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-17ares_inet_pton/ntop: cleanupDaniel Stenberg1-1/+1
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse1-3/+0
2011-08-20warnings: fix some 'conversion may lose significant bits' compiler warningsYang Tse1-3/+4
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-05Added IPv6 name servers supportYang Tse1-5/+5
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2009-10-19Fix compiler warning: local variable may be used without having been initializedYang Tse1-13/+13
2009-10-08Fix compiler warningYang Tse1-4/+5
2009-10-08Fix compiler warningYang Tse1-2/+2
2009-10-08Fix compiler warning: addition result could be truncated before cast to bigge...Yang Tse1-1/+1
2009-10-07Overhauled ares__get_hostent()Yang Tse1-96/+156
2009-04-14fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse1-2/+2
2009-01-31- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolvingDaniel Stenberg1-10/+14
2008-09-15include header file only when availableYang Tse1-1/+9
2008-09-11move inclusion of ares_private.h lastYang Tse1-1/+1
2007-06-02Ashish Sharma provided a patch for supporting multiple entries in theDaniel Stenberg1-0/+1
2007-02-26Removed inclusion of <sys/types.h> in .c-filesGisle Vanem1-1/+0
2006-10-18Replace is*() macros with our own IS*() ones.Yang Tse1-9/+9
2006-07-222nd try adding CVS id.Gisle Vanem1-1/+1
2006-07-22Added CVS id.Gisle Vanem1-0/+2
2005-04-08Added include for inet_net_pton.h to ares__get_hostent.cDominick Meglio1-0/+1
2005-04-08Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the familyDominick Meglio1-5/+21
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg1-58/+58
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem1-3/+1
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg1-0/+1
2004-05-27better checks to avoid free(NULL)Daniel Stenberg1-4/+4
2004-05-27James Bursa's fix to prevent free(NULL) to occurDaniel Stenberg1-5/+9
2004-02-02remove rcsid stuff from c files, it serves no useful purposeDaniel Stenberg1-2/+0
2003-10-07ares 1.1.1 with collected applied patchesDaniel Stenberg1-0/+171