index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ares
/
m4
/
cares-functions.m4
Age
Commit message (
Expand
)
Author
2009-11-16
Fix three var names
Yang Tse
2009-11-15
getaddrinfo is fully thread safe on solaris versions which
Yang Tse
2009-11-13
Assume that getaddrinfo is thread safe, unless hard coded
Yang Tse
2009-11-13
Related with the threadsafe capability of getaddrinfo:
Yang Tse
2009-11-12
AIX 5.2 and newer have threadsafe getaddrinfo.
Yang Tse
2009-11-12
HP-UX 11.11 and later have threadsafe getaddrinfo
Yang Tse
2009-11-12
Check if getaddrinfo is threadsafe when function check allows it to be used
Yang Tse
2009-06-20
Refactor how libraries are checked for connect() function,
Yang Tse
2009-06-18
add CloseSocket camel case function check
Yang Tse
2009-06-17
check for socket() and closesocket() as it is done for other functions
Yang Tse
2009-04-28
Added CARES_INCLUDES_SYS_TYPES
Yang Tse
2009-04-26
Initial step towards a configure time curl_socklen_t definition
Yang Tse
2008-11-20
Make checking for struct ifreq a prerequisite for setting
Dan Fandrich
2008-11-18
check for gethostbyaddr and gethostbyname as it is done for other functions
Yang Tse
2008-11-17
Make configure script check if ioctl with the SIOCGIFADDR command can be
Yang Tse
2008-11-17
fix leftover from previous commit
Yang Tse
2008-11-17
fix inet_pton() runtime configure check
Yang Tse
2008-11-14
fix typo affecting inclusion of <arpa/inet.h> in configure
Yang Tse
2008-11-14
#include <string.h> in the getaddrinfo() runtime check for the memset() proto...
Yang Tse
2008-11-14
fix symbol definition check for fcntl.h inclusion
Yang Tse
2008-11-13
Refactor configure script detection of functions used to set sockets into
Yang Tse
2008-10-30
check for freeaddrinfo() at configuration phase
Yang Tse
2008-10-30
update aclocal file serial number
Yang Tse
2008-10-30
remove verification of the freeability of the addrinfo struct pointer members
Yang Tse
2008-10-29
fix comment
Yang Tse
2008-10-29
make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
Yang Tse
2008-10-28
fix leftover
Yang Tse
2008-10-28
Initial attempt to detect at configuration time if the getaddrinfo()
Yang Tse
2008-10-28
Initial attempt to detect at configuration time if the getaddrinfo()
Yang Tse
2008-10-23
#include <stdlib.h> for exit() prototype
Yang Tse
2008-09-24
HAVE_INET_PTON will only be defined when an IPv6 capable working
Yang Tse
2008-09-24
HAVE_INET_NTOP will only be defined when an IPv6 capable working
Yang Tse
2008-09-22
attempt to make work the gethostname function
Yang Tse
2008-09-18
fix netdb.h prerequisite inclusion
Yang Tse
2008-09-17
improve detection of getservbyport_r()
Yang Tse
2008-09-17
improve detection of gethostname()
Yang Tse
2008-09-16
rearrange to allow internal/private use of ares_writev to any system
Yang Tse
2008-09-15
improve detection of:
Yang Tse
2008-09-11
strdup() clone for systems/configurations which lack it
Yang Tse