summaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
Commit message (Expand)AuthorAgeFilesLines
* curl-functions.m4: improve gethostname arg 2 data type checkYang Tse2012-12-171-4/+6
* curl-functions.m4: add gethostname arg 2 data type check and definitionYang Tse2012-12-151-1/+29
* curl-functions.m4: update detection logic of getaddrinfo() thread-safenessYang Tse2012-03-281-13/+37
* curl-functions.m4: update detection logic of getaddrinfo() thread-safenessYang Tse2012-03-211-2/+18
* curl-functions.m4 serial # bumpYang Tse2011-07-291-1/+1
* Revert "configure: additional flag checks for fcntl() socket() and socketpair()"Yang Tse2011-07-291-335/+1
* configure: additional flag checks for fcntl() socket() and socketpair()Yang Tse2011-07-291-1/+335
* socketpair() usage tracking to allow fd leak detectionYang Tse2011-07-291-1/+90
* treaded-resolver: better error messagesDaniel Stenberg2011-04-281-1/+94
* curl-functions: provide xattr function tests that also check number of argumentsYang Tse2010-11-101-84/+976
* write extended attributes by using fsetxattrStefan Tomanek2010-11-101-37/+37
* serial number bumpYang Tse2010-11-091-2/+2
* xattr-check: correct the comment as wellDaniel Stenberg2010-11-081-1/+1
* setxattr: fix the checksDaniel Stenberg2010-11-081-4/+24
* xattr: add configure check and #ifdefsDaniel Stenberg2010-11-051-0/+84
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* update outdated serial numberYang Tse2010-03-171-1/+1
* - Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg2010-03-021-3/+6
* Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse2010-01-061-1/+6
* Update serial numberYang Tse2009-11-161-1/+1
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-1/+113
* Added check for memrchr function or macroYang Tse2009-09-281-1/+106
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-1/+1
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-1/+99
* add CloseSocket camel case function checkYang Tse2009-06-181-1/+91
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-1/+30
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+185
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse2009-04-281-1/+25
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-2/+37
* check for poll() as it is done for other functionsYang Tse2009-02-131-1/+151
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189
* Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse2008-11-171-1/+57
* fix leftover from previous commitYang Tse2008-11-171-2/+2
* fix inet_pton() runtime configure checkYang Tse2008-11-171-15/+4
* fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse2008-11-141-2/+2
* #include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse2008-11-141-1/+3
* fix symbol definition check for fcntl.h inclusionYang Tse2008-11-141-2/+2
* #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototypeYang Tse2008-11-141-1/+3
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-1/+785
* check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse2008-11-081-1/+226
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-301-1/+97
* update aclocal file serial numberYang Tse2008-10-301-1/+1
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-301-147/+0