Commit History

Author SHA1 Message Date
  Yang Tse 74a16db975 Initial attempt to detect at configuration time if the getaddrinfo() 16 years ago
  Yang Tse 0989cd358a Initial attempt to detect at configuration time if the getaddrinfo() 16 years ago
  Yang Tse 507cd13793 Raise message severity up to warning, when strerror_r() exists but 16 years ago
  Yang Tse 0abaf22467 #include <stdlib.h> for exit() prototype 16 years ago
  Yang Tse 83c199bb00 siginterrupt, signal and sigsetjmp checks 16 years ago
  Yang Tse 4d437416da HAVE_INET_PTON will only be defined when an IPv6 capable working 16 years ago
  Yang Tse 267b942383 configure script now checks availability of the inet_ntop() function, 16 years ago
  Yang Tse 006cab3e9e temporarily enable CURL_CHECK_FUNC_INET_NTOA_R 16 years ago
  Yang Tse 54e49d10d2 attempt to make work the gethostname function 16 years ago
  Yang Tse 4e4f6c1ec8 configure script now checks availability of the alarm() function 16 years ago
  Yang Tse a059e9241e fix false negative strerror_r detection 16 years ago
  Yang Tse acd637160f fix wrong number used in comparison 16 years ago
  Yang Tse ddb2783f9a fix wrong variable used in comparison 16 years ago
  Yang Tse 8fa895d65e fix netdb.h prerequisite inclusion 16 years ago
  Yang Tse d84440d53b improve detection of gethostbyaddr_r() and gethostbyname_r() 16 years ago
  Yang Tse 0c1ae21c11 improve detection of getservbyport_r() 16 years ago
  Yang Tse d7e406e020 improve detection of gethostname(), localtime_r() and strstr() 16 years ago
  Yang Tse aa41743ebd rearrange to allow internal/private use of ares_writev to any system 16 years ago
  Yang Tse 3081207a4c remove debug tracing 16 years ago
  Yang Tse 4c621bc697 improve detection of: 16 years ago
  Yang Tse 77bafd823b also check for an 'unsigned int' for third argument of strerror_r() 16 years ago
  Yang Tse 624b5f228b improve detection of strerror_r() 16 years ago
  Yang Tse 20723cb792 add some debug tracing 16 years ago
  Yang Tse b93ad10fa5 improve detection of fdopen() and strerror_r() 16 years ago
  Yang Tse 28e2007767 do not check if gmtime_r usage is allowed when a previous check has failed 16 years ago
  Yang Tse fce9c3a9f1 improve detection of strdup() and ftruncate() 16 years ago
  Yang Tse 969903ebf2 improve detection of sigaction() and strtok_r() 16 years ago
  Yang Tse ea1362a936 improve detection of gmtime_r() and strtoll() 16 years ago