- Dec 19, 2004
-
-
Gisle Vanem authored
Kerberos, have <pkcs12.h>, <engine.h> and built-in engines.
-
Gisle Vanem authored
-
Daniel Stenberg authored
a precedence problem with the zlib header. See CHANGES for details.
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-
- Dec 17, 2004
-
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
uses fastcall by default, so force cdecl.
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 16, 2004
-
-
Daniel Stenberg authored
a URL-encoded path is used.
-
Gisle Vanem authored
stat(), fstat() and lseek().
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
of struct_stat in formdata.c as well, to support formpost uploads of large files on Windows too
-
Daniel Stenberg authored
-
Daniel Stenberg authored
formpost (including a file upload part) was aborted before the whole file was sent.
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 14, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
connection.
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Gisle Vanem authored
ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist which must be freed by caller.
-
Daniel Stenberg authored
UrlState sub-struct. Also made the engine_list exist for non-ssl builds to make curl build.
-
- Dec 13, 2004
-
-
Gisle Vanem authored
Needed elsewhere too?
-
Gisle Vanem authored
Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.).
-
Gisle Vanem authored
Handle new info list CURLINFO_SSL_ENGINES.
-
Daniel Stenberg authored
by me.
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not the former one
-
Daniel Stenberg authored
-
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.
-