- Mar 06, 2007
-
-
Yang Tse authored
-
- Feb 22, 2007
- Feb 17, 2007
-
-
Dan Fandrich authored
-
Dan Fandrich authored
and those required by other components to avoid forcing unneeded dependencies into the target objects.
-
- Feb 14, 2007
-
-
Yang Tse authored
macro to provide this functionality on all platforms
-
Dan Fandrich authored
dependencies to applications.
-
- Feb 13, 2007
-
-
Yang Tse authored
provide a suitable replacement for use in our ISBLANK macro
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
- Feb 07, 2007
-
-
Yang Tse authored
assumes that pointers can only point to an object of the same type.
-
- Feb 02, 2007
-
-
Daniel Stenberg authored
upcoming libgcrypt-capable libssh2-versions
-
- Dec 03, 2006
-
-
Daniel Stenberg authored
a warning output if no OpenSSL was found
-
- Nov 25, 2006
-
-
Yang Tse authored
-
- Nov 22, 2006
-
-
Yang Tse authored
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
-
- Nov 03, 2006
-
-
Yang Tse authored
-
- Nov 02, 2006
-
-
Daniel Stenberg authored
-
- Oct 27, 2006
-
-
Yang Tse authored
-
- Oct 16, 2006
-
-
Daniel Stenberg authored
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
-
- Oct 13, 2006
-
-
Yang Tse authored
-
- Sep 24, 2006
-
-
Daniel Stenberg authored
-
- Jul 28, 2006
-
-
Yang Tse authored
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
-
- Jul 19, 2006
-
-
Dan Fandrich authored
file: URLs only.
-
- Jul 11, 2006
-
-
Dan Fandrich authored
-
Yang Tse authored
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included.
-
- Jul 04, 2006
-
-
Yang Tse authored
-
- Jul 03, 2006
-
-
Yang Tse authored
-
- Jun 13, 2006
-
-
Dan Fandrich authored
-
- Jun 12, 2006
-
-
Dan Fandrich authored
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-
- May 23, 2006
-
-
Daniel Stenberg authored
script to fail on debian unstable (some specific bash version perhaps?)
-
- May 11, 2006
-
-
Daniel Stenberg authored
AC_CHECK_HEADERS() and the action-if-found since that action is run even if just one of the six headers is found and I just now fell over a case with a duplicate file name (a krb4 implementation with an err.h file). I converted the check to manually make sure three of the headers are present before considering them fine.
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
arguments work properly - and the option is not harmful for the rest of the curl build either!
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
fork support for cooler tests
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 20, 2006
-
-
Daniel Stenberg authored
-
- Mar 02, 2006
-
-
Daniel Stenberg authored
-
- Feb 11, 2006
-
-
Daniel Stenberg authored
instead of LDFLAGS.
-
- Jan 16, 2006
-
-
Daniel Stenberg authored
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time.
-
- Dec 23, 2005
-
-
Dan Fandrich authored
-
- Dec 21, 2005
-
-
Yang Tse authored
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected
-