Commit History

作者 SHA1 備註 提交日期
  Yang Tse 0daeab3b8d Initial step towards a configure time curl_socklen_t definition 15 年之前
  Yang Tse 9770899a4b Moved potential inclusion of system's malloc.h and memory.h header files to 15 年之前
  Daniel Stenberg b9fdc0c251 - Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665) 15 年之前
  Dan Fandrich c4f4fa4089 Automatically detect OpenBSD's CA cert bundle. 15 年之前
  Yang Tse 17d2a464ad Refactor configure script detection of functions used to set sockets into 15 年之前
  Yang Tse 0989cd358a Initial attempt to detect at configuration time if the getaddrinfo() 15 年之前
  Yang Tse 0abaf22467 #include <stdlib.h> for exit() prototype 15 年之前
  Yang Tse 2245ac2f88 Initial attempt to support configure's --(dis|en)able-warnings 15 年之前
  Yang Tse 4aee6822ca now compiler warnings are activated for all gcc builds, not only debug ones. 15 年之前
  Yang Tse 4e909ee8b1 ntoa() and inet_ntoa_r() no longer used 16 年之前
  Yang Tse a8323cc3f5 icc adjustments 16 年之前
  Yang Tse d84440d53b improve detection of gethostbyaddr_r() and gethostbyname_r() 16 年之前
  Yang Tse d7e406e020 improve detection of gethostname(), localtime_r() and strstr() 16 年之前
  Yang Tse b93ad10fa5 improve detection of fdopen() and strerror_r() 16 年之前
  Yang Tse 3072c5b8a1 icc adjustments 16 年之前
  Dan Fandrich 304537c24f Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crt 16 年之前
  Yang Tse f9894f4ebc Don't abort configuration if recvfrom() is not available. 16 年之前
  Yang Tse fef60d9d41 Added check and symbol definition for WIN32 file API usage in configure, 16 年之前
  Yang Tse f164260eee For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 年之前
  Yang Tse a091121293 Rename some shell vars with more descriptive names: 16 年之前
  Yang Tse 66fb9ca5f6 For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 年之前
  Yang Tse 709a2ed474 Take three at trying to detect signed and unsigned curl_off_t integer constant 16 年之前
  Yang Tse 34281925d6 Change CURL_CHECK_DEF_INTXX_C suffix definition detection. 16 年之前
  Yang Tse a06e077938 Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONG 16 年之前
  Yang Tse 7bdae7be4f Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONG 16 年之前
  Yang Tse 2abf9221e3 Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. 16 年之前
  Yang Tse feb03e4717 The size of long is a build time characteristic and as such it is now recorded 16 年之前
  Yang Tse 2eba5f33b9 Fix CURL_CHECK_DEF_INTXX_C suffix definition detection 16 年之前
  Yang Tse b5b25b39e9 Added missing signed and unsigned curl_off_t integer constant suffixes for 16 年之前
  Yang Tse b7ac885d38 Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEF 16 年之前