aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
AgeCommit message (Expand)Author
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-18add CloseSocket camel case function checkYang Tse
2009-06-17socket() and closesocket() prototypes might be in socket.hYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-04-28Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse
2009-02-13check for poll() as it is done for other functionsYang Tse
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse
2008-11-17Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse
2008-11-17fix leftover from previous commitYang Tse
2008-11-17fix inet_pton() runtime configure checkYang Tse
2008-11-14fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse
2008-11-14#include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse
2008-11-14fix symbol definition check for fcntl.h inclusionYang Tse
2008-11-14#include <stdlib.h> in the getifaddrs() runtime check for the exit() prototypeYang Tse
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse
2008-11-08check for getifaddrs and freeifaddrs as it is done for other functionsYang Tse
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse
2008-10-30update aclocal file serial numberYang Tse
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse
2008-10-28fix leftoverYang Tse
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
2008-10-23Raise message severity up to warning, when strerror_r() exists butYang Tse
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse
2008-09-26siginterrupt, signal and sigsetjmp checksYang Tse
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-09-24temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse
2008-09-22attempt to make work the gethostname functionYang Tse
2008-09-19configure script now checks availability of the alarm() functionYang Tse
2008-09-18fix false negative strerror_r detectionYang Tse
2008-09-18fix wrong number used in comparisonYang Tse
2008-09-18fix wrong variable used in comparisonYang Tse
2008-09-18fix netdb.h prerequisite inclusionYang Tse
2008-09-17improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse
2008-09-17improve detection of getservbyport_r()Yang Tse
2008-09-17improve detection of gethostname(), localtime_r() and strstr()Yang Tse
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
2008-09-15remove debug tracingYang Tse
2008-09-15improve detection of:Yang Tse
2008-09-12also check for an 'unsigned int' for third argument of strerror_r()Yang Tse
2008-09-12improve detection of strerror_r()Yang Tse
2008-09-12add some debug tracingYang Tse
2008-09-12improve detection of fdopen() and strerror_r()Yang Tse
2008-09-11do not check if gmtime_r usage is allowed when a previous check has failedYang Tse
2008-09-10improve detection of strdup() and ftruncate()Yang Tse
2008-09-10improve detection of sigaction() and strtok_r()Yang Tse