summaryrefslogtreecommitdiff
path: root/m4/cares-functions.m4
AgeCommit message (Expand)AuthorFilesLines
2012-12-17cares-functions.m4: improve gethostname arg 2 data type checkYang Tse1-2/+4
2012-12-15cares-functions.m4: add gethostname arg 2 data type check and definitionYang Tse1-1/+29
2012-12-15cares-functions.m4: update thread-safeness detection of getaddrinfo()Yang Tse1-7/+47
2011-07-29cares-functions.m4 serial # bumpYang Tse1-1/+1
2011-07-29Revert "configure: additional flag checks for fcntl() and socket()"Yang Tse1-201/+1
2011-07-29configure: additional flag checks for fcntl() and socket()Yang Tse1-1/+201
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse1-2/+87
2010-12-15configure: inet_net_pton function check adjustmentsYang Tse1-3/+228
2009-11-16Fix three var namesYang Tse1-4/+4
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse1-7/+13
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse1-12/+10
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse1-6/+15
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse1-1/+19
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse1-1/+7
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse1-2/+45
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse1-1/+99
2009-06-18add CloseSocket camel case function checkYang Tse1-1/+91
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse1-1/+214
2009-04-28Added CARES_INCLUDES_SYS_TYPESYang Tse1-1/+19
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse1-2/+19
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich1-4/+6
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse1-1/+189
2008-11-17Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse1-1/+57
2008-11-17fix leftover from previous commitYang Tse1-2/+2
2008-11-17fix inet_pton() runtime configure checkYang Tse1-15/+4
2008-11-14fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse1-2/+2
2008-11-14#include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse1-1/+3
2008-11-14fix symbol definition check for fcntl.h inclusionYang Tse1-2/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-1/+785
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse1-1/+97
2008-10-30update aclocal file serial numberYang Tse1-1/+1
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse1-147/+0
2008-10-29fix commentYang Tse1-2/+2
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse1-134/+132
2008-10-28fix leftoverYang Tse1-2/+2
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-0/+75
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-1/+259
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse1-1/+26
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-0/+161
2008-09-24HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse1-1/+185
2008-09-22attempt to make work the gethostname functionYang Tse1-2/+39
2008-09-18fix netdb.h prerequisite inclusionYang Tse1-1/+1
2008-09-17improve detection of getservbyport_r()Yang Tse1-1/+162
2008-09-17improve detection of gethostname()Yang Tse1-0/+106
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse1-0/+106
2008-09-15improve detection of:Yang Tse1-2/+514
2008-09-11strdup() clone for systems/configurations which lack itYang Tse1-0/+126