configure: fix symbol hiding usability check
[platform/upstream/c-ares.git] / ares_getnameinfo.c
2011-06-14 Jakub HrozekUse correct sizeof in ares_getnameinfo()
2011-05-26 Yang Tsecompiler warning: fix
2010-11-16 Yang Tseares_getnameinfo: Partially revert commit 85520d66e0ac7...
2010-11-16 Yang Tseares_getnameinfo: Validate socket address family and...
2010-11-16 Yang Tseares_getnameinfo: fix two compiler warnings
2010-11-13 Yang TseRevert commit 494274e653936335c255a47599970de3df21e7c4
2010-11-12 Yang TseFix compiler warning: array subscript has type 'char'
2010-11-12 Yang TseFix GCC 4 compiler warning 'dereferencing type-punned...
2010-06-16 Andrew C. Morrowfix memory leak in ares_getnameinfo
2010-06-02 Daniel Stenbergstyle: make code less than 80 columns wide
2010-03-27 Daniel Stenbergremove all $Id$ lines
2010-03-05 Yang TseAdded IPv6 name servers support
2009-11-09 Yang TseRemove unneeded preprocessor directives
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
2009-09-17 Yang TseAttempt to silence bogus compiler warning: "Potential...
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2008-11-28 Dan FandrichMake use of gethostname() conditional on it being available
2008-09-17 Yang Tseimprove detection of getservbyport_r()
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
2007-10-04 Steinar H. GundersonAnother timeout fix in ares_getnameinfo().
2007-10-04 Steinar H. GundersonSend the timeout count in ares_getnameinfo().
2007-09-28 Steinar H. GundersonMake the query callbacks return the number of timeouts...
2007-07-03 Gunter Knauffew minor changes to make ares compile for NetWare...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> in .c-files
2007-02-06 Yang Tsecompiler warning fix
2007-02-05 Yang Tsecompiler warning fix
2007-02-02 Yang Tsecompiler warning fix
2007-02-01 Yang Tsecompiler warning fix
2007-02-01 Yang Tsecompiler warning fix
2007-01-29 Yang Tsefix compiler warning "discards qualifiers from pointer...
2006-10-25 Gisle VanemFixed "'x' might be used uninitialized in this function...
2006-08-29 Daniel StenbergBrad Spencer did
2005-12-11 Yang TseUndo last changes
2005-12-11 Yang TseFix compiler warning and compatibility issue with the...
2005-12-10 Yang TseModified lookup_service() to avoid the risk of a potent...
2005-12-09 Yang TseFix compiler warning
2005-11-25 Daniel StenbergChange based on Yang Tse's excellent fix to reduce...
2005-11-24 Daniel Stenbergavoid doing #if an a predef symbol that might not be...
2005-11-14 Gisle VanemAdded CVS id.
2005-10-03 Daniel StenbergOk, based on the online docs for AIX'es getservbyport_r...
2005-09-21 Daniel Stenberg1 - attempted fix of uninitialized variable
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-05-17 Dominick MeglioMore of the same
2005-05-17 Dominick MeglioMore compiler warning cleanups
2005-05-16 Dominick MeglioCleaned up some compile warnings
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API