Historial de Commits

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