- Apr 26, 2006
-
-
Gisle Vanem authored
HAVE_PROCESS_H added for all except scc.
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- 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.
-
- Jan 09, 2006
-
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Gisle Vanem authored
-
- Dec 20, 2005
-
-
Gisle Vanem authored
we just love swedish products...
-
- Dec 17, 2005
- Dec 16, 2005
-
-
Yang Tse authored
-
- Dec 11, 2005
-
-
Daniel Stenberg authored
-
- Dec 09, 2005
-
-
Yang Tse authored
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
configure.
-
- Nov 23, 2005
-
-
Daniel Stenberg authored
we define an empty macro for the ntlm cleanup function
-
Daniel Stenberg authored
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
in files that actually need the struct.
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
- Oct 02, 2005
-
-
Gisle Vanem authored
runtime libs.
-
- May 07, 2005
-
-
Daniel Stenberg authored
debug builds only. Made the ftp code use it on several places.
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
typecast the third argument in the macros to avoid compiler warnings.
-
Daniel Stenberg authored
-
- Apr 24, 2005
-
-
Daniel Stenberg authored
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
-
- Apr 19, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
internally, with code provided by sslgen.c. All SSL-layer-specific code is then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS). As far as possible, internals should not need to know what SSL layer that is in use. Building with GnuTLS currently makes two test cases fail. TODO.gnutls contains a few known outstanding issues for the GnuTLS support. GnuTLS support is enabled with configure --with-gnutls
-
- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 19, 2005
-
-
Daniel Stenberg authored
-
- Mar 17, 2005
-
-
Dan Fandrich authored
-
- Mar 15, 2005
-
-
Dan Fandrich authored
-
- Jan 04, 2005
-
-
Gisle Vanem authored
-
- Dec 16, 2004
-
-
Gisle Vanem authored
stat(), fstat() and lseek().
-
Daniel Stenberg authored
of struct_stat in formdata.c as well, to support formpost uploads of large files on Windows too
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them.
-
- Nov 26, 2004
-
-
Gisle Vanem authored
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Nov 08, 2004
-
-
Daniel Stenberg authored
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264.
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 26, 2004
-
-
Daniel Stenberg authored
-
- Oct 02, 2004
-
-
Daniel Stenberg authored
-