ares.h: there is no ares_free_soa function
[platform/upstream/c-ares.git] / ares_gethostbyname.c
2013-02-17 Daniel Stenbergares_inet_pton/ntop: cleanup
2013-02-13 Daniel Stenbergares__bitncmp: use two underscores for private functions
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-14 Yang TseHeader inclusion clean-up
2011-08-20 Yang Tsewarnings: fix some 'conversion may lose significant...
2011-08-15 Jakub HrozekOnly fall back to AF_INET searches when looking for...
2011-06-15 Jakub HrozekRevert "Only fall back to AF_INET searches when looking...
2011-06-14 Jakub HrozekOnly fall back to AF_INET searches when looking for...
2011-03-25 Yang Tserenamed getplatform() to ares__getplatform() to avoid...
2011-03-24 Yang Tsebuild: move platform stuff to ares_platform.c and ares_...
2011-03-23 Yang Tsebuild: find out windows platform using GetVersionEx()
2010-06-02 Daniel Stenbergstyle: make code less than 80 columns wide
2010-03-27 Daniel Stenbergremove all $Id$ lines
2010-03-06 Yang Tseremoved usage of 's6_addr', fixing compilation issue...
2010-03-05 Yang TseAdded IPv6 name servers support
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-08-27 Steinar H. GundersonSupport lookup of IPv4 literals in ares_gethostbyname...
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2009-02-03 Phil Blundell* February 3 2009 (Phil Blundell)
2009-01-31 Daniel Stenberg- ares_gethostbyname() now accepts 'AF_UNSPEC' as a...
2009-01-18 Gisle VanemConstified some arguments in local functions.
2008-11-25 Yang TseIn preparation for the upcomming IPv6 nameservers patch...
2008-11-20 Daniel Stenberguse unsigned short better intead of mixing with ints...
2008-11-19 Daniel Stenberg- Brad Spencer brought the new function ares_gethostbyn...
2008-09-17 Yang Tseadjust inclusion of "nameser.h"
2008-09-15 Yang Tseinclude header file only when available
2008-09-11 Yang Tsemove inclusion of ares_private.h last
2008-07-03 Daniel Stenberg- Phil Blundell: If you ask ares_gethostbyname() to...
2008-05-08 Daniel Stenbergcheck for strings.h in configure and use it for the...
2008-04-07 Yang Tsefix compiler warning: local variable may be used withou...
2007-11-28 Daniel Stenbergfix next_lookup() to continue searching even if c-ares...
2007-11-15 Steinar H. GundersonWhen looking up in DNS and then in the hosts file,...
2007-11-15 Steinar H. GundersonReturn TTL data from ares_parse_{a,aaaa}_reply, if...
2007-10-02 Daniel StenbergFixed the problem where next_lookup would use 'status...
2007-09-30 Steinar H. GundersonFix a memory leak that I recently inadvertedly introduced.
2007-09-29 Steinar H. GundersonUse ISDIGIT instead of isdigit; fixes a gcc warning.
2007-09-29 Steinar H. GundersonBe stricter about what's a valid IP address in fake_hos...
2007-09-28 Steinar H. GundersonUnrevert previous 'missing' hunks. They were missing...
2007-09-28 Steinar H. GundersonYet more missing hunks... Nggh.
2007-09-28 Steinar H. GundersonMake the query callbacks return the number of timeouts...
2007-06-04 Daniel StenbergRevered Ashish Sharma's multiple entries patch, as...
2007-06-02 Daniel StenbergAshish Sharma provided a patch for supporting multiple...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> in .c-files
2007-02-19 Yang Tseadd debug messages for initialization failures
2007-01-29 Yang Tsefix compiler warning "discards qualifiers from pointer...
2006-08-04 Gisle VanemFixed comment.
2006-07-22 Gisle Vanem2nd try adding CVS id.
2006-07-22 Gisle VanemAdded CVS id.
2005-08-18 Daniel Stenbergdetabified
2005-04-22 Daniel StenbergFixed for Mac OS X builds based on excellent feedback...
2005-04-09 Dominick MeglioMade sortlist support IPv6 (this can probably use some...
2005-04-09 Dominick MeglioMade sortlist support CIDR matching for IPv4
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-08 Dominick MeglioMade ares_gethostbyaddr support IPv6 by specifying...
2005-04-06 Daniel StenbergTupone Alfredo fixed includes of arpa/nameser_compat...
2005-03-21 Daniel Stenbergthe same fix here too, typecast to prevent win32 compil...
2004-12-10 Daniel Stenberguntabified
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-09-26 Daniel StenbergDominick Meglio host file path discovery patch for...
2004-08-20 Gisle VanemMore patches for Watt-32 on Win32; don't include "names...
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-01 Daniel Stenbergdjgpp fixes by Gisle
2004-02-02 Daniel Stenbergremove rcsid stuff from c files, it serves no useful...
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches