Skip to content
GitLab
Explore
Sign in
Commits · d4514f9c1058f5145addcc9856a31acdb099175b
tlmsp-curl
m4
curl-functions.m4
Browse files
Oct 28, 2008
fix leftover
· d4514f9c
Yang Tse
authored
Oct 28, 2008
d4514f9c
Initial attempt to detect at configuration time if the getaddrinfo()
· 74a16db9
Yang Tse
authored
Oct 28, 2008
74a16db9
Initial attempt to detect at configuration time if the getaddrinfo()
· 0989cd35
Yang Tse
authored
Oct 28, 2008
0989cd35
Oct 23, 2008
Raise message severity up to warning, when strerror_r() exists but
· 507cd137
Yang Tse
authored
Oct 23, 2008
507cd137
#include <stdlib.h> for exit() prototype
· 0abaf224
Yang Tse
authored
Oct 23, 2008
0abaf224
Sep 26, 2008
siginterrupt, signal and sigsetjmp checks
· 83c199bb
Yang Tse
authored
Sep 26, 2008
83c199bb
Sep 24, 2008
HAVE_INET_PTON will only be defined when an IPv6 capable working
· 4d437416
Yang Tse
authored
Sep 24, 2008
4d437416
configure script now checks availability of the inet_ntop() function,
· 267b9423
Yang Tse
authored
Sep 24, 2008
267b9423
temporarily enable CURL_CHECK_FUNC_INET_NTOA_R
· 006cab3e
Yang Tse
authored
Sep 24, 2008
006cab3e
Sep 22, 2008
attempt to make work the gethostname function
· 54e49d10
Yang Tse
authored
Sep 22, 2008
54e49d10
Sep 19, 2008
configure script now checks availability of the alarm() function
· 4e4f6c1e
Yang Tse
authored
Sep 19, 2008
4e4f6c1e
Sep 18, 2008
fix false negative strerror_r detection
· a059e924
Yang Tse
authored
Sep 18, 2008
a059e924
fix wrong number used in comparison
· acd63716
Yang Tse
authored
Sep 18, 2008
acd63716
fix wrong variable used in comparison
· ddb2783f
Yang Tse
authored
Sep 18, 2008
ddb2783f
fix netdb.h prerequisite inclusion
· 8fa895d6
Yang Tse
authored
Sep 18, 2008
8fa895d6
Sep 17, 2008
improve detection of gethostbyaddr_r() and gethostbyname_r()
· d84440d5
Yang Tse
authored
Sep 17, 2008
d84440d5
improve detection of getservbyport_r()
· 0c1ae21c
Yang Tse
authored
Sep 17, 2008
0c1ae21c
improve detection of gethostname(), localtime_r() and strstr()
· d7e406e0
Yang Tse
authored
Sep 17, 2008
d7e406e0
Sep 16, 2008
rearrange to allow internal/private use of ares_writev to any system
· aa41743e
Yang Tse
authored
Sep 16, 2008
aa41743e
Sep 15, 2008
remove debug tracing
· 3081207a
Yang Tse
authored
Sep 15, 2008
3081207a
improve detection of:
· 4c621bc6
Yang Tse
authored
Sep 15, 2008
4c621bc6
Sep 12, 2008
also check for an 'unsigned int' for third argument of strerror_r()
· 77bafd82
Yang Tse
authored
Sep 12, 2008
77bafd82
improve detection of strerror_r()
· 624b5f22
Yang Tse
authored
Sep 12, 2008
624b5f22
add some debug tracing
· 20723cb7
Yang Tse
authored
Sep 12, 2008
20723cb7
improve detection of fdopen() and strerror_r()
· b93ad10f
Yang Tse
authored
Sep 12, 2008
b93ad10f
Sep 11, 2008
do not check if gmtime_r usage is allowed when a previous check has failed
· 28e20077
Yang Tse
authored
Sep 11, 2008
28e20077
Sep 10, 2008
improve detection of strdup() and ftruncate()
· fce9c3a9
Yang Tse
authored
Sep 10, 2008
fce9c3a9
improve detection of sigaction() and strtok_r()
· 969903eb
Yang Tse
authored
Sep 10, 2008
969903eb
improve detection of gmtime_r() and strtoll()
· ea1362a9
Yang Tse
authored
Sep 10, 2008
ea1362a9
Loading