Change the upstream source URL
[platform/upstream/c-ares.git] / m4 / cares-functions.m4
2020-12-23 Seonah MoonRevert "Revert "Imported Upstream version 1.17.1""
2020-12-23 Seonah MoonRevert "Imported Upstream version 1.17.1"
2020-12-23 Seonah MoonUpgrade to 1.17.1
2020-12-15 Seonah MoonImported Upstream version 1.17.1 23/249623/1 upstream/1.17.1
2016-11-09 Yu JiungImported Upstream version 1.10.0 17/96417/1
2012-12-17 Yang Tsecares-functions.m4: improve gethostname arg 2 data...
2012-12-15 Yang Tsecares-functions.m4: add gethostname arg 2 data type...
2012-12-15 Yang Tsecares-functions.m4: update thread-safeness detection...
2012-10-30 Anas NashifImported Upstream version 1.7.5 upstream/1.7.5
2011-07-29 Yang Tsecares-functions.m4 serial # bump
2011-07-29 Yang TseRevert "configure: additional flag checks for fcntl...
2011-07-29 Yang Tseconfigure: additional flag checks for fcntl() and socket()
2011-03-23 Yang Tsebuild: use getenv() replacement function for systems...
2010-12-15 Yang Tseconfigure: inet_net_pton function check adjustments
2009-11-16 Yang TseFix three var names
2009-11-15 Yang Tsegetaddrinfo is fully thread safe on solaris versions...
2009-11-13 Yang TseAssume that getaddrinfo is thread safe, unless hard...
2009-11-13 Yang TseRelated with the threadsafe capability of getaddrinfo:
2009-11-12 Yang TseAIX 5.2 and newer have threadsafe getaddrinfo.
2009-11-12 Yang TseHP-UX 11.11 and later have threadsafe getaddrinfo
2009-11-12 Yang TseCheck if getaddrinfo is threadsafe when function check...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-18 Yang Tseadd CloseSocket camel case function check
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-04-28 Yang TseAdded CARES_INCLUDES_SYS_TYPES
2009-04-26 Yang TseInitial step towards a configure time curl_socklen_t...
2008-11-20 Dan FandrichMake checking for struct ifreq a prerequisite for setting
2008-11-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
2008-11-17 Yang TseMake configure script check if ioctl with the SIOCGIFAD...
2008-11-17 Yang Tsefix leftover from previous commit
2008-11-17 Yang Tsefix inet_pton() runtime configure check
2008-11-14 Yang Tsefix typo affecting inclusion of <arpa/inet.h> in configure
2008-11-14 Yang Tse#include <string.h> in the getaddrinfo() runtime check...
2008-11-14 Yang Tsefix symbol definition check for fcntl.h inclusion
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-10-30 Yang Tsecheck for freeaddrinfo() at configuration phase
2008-10-30 Yang Tseupdate aclocal file serial number
2008-10-30 Yang Tseremove verification of the freeability of the addrinfo...
2008-10-29 Yang Tsefix comment
2008-10-29 Yang Tsemake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
2008-10-28 Yang Tsefix leftover
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-09-24 Yang TseHAVE_INET_PTON will only be defined when an IPv6 capabl...
2008-09-24 Yang TseHAVE_INET_NTOP will only be defined when an IPv6 capabl...
2008-09-22 Yang Tseattempt to make work the gethostname function
2008-09-18 Yang Tsefix netdb.h prerequisite inclusion
2008-09-17 Yang Tseimprove detection of getservbyport_r()
2008-09-17 Yang Tseimprove detection of gethostname()
2008-09-16 Yang Tserearrange to allow internal/private use of ares_writev...
2008-09-15 Yang Tseimprove detection of:
2008-09-11 Yang Tsestrdup() clone for systems/configurations which lack it