8847e61f | 15-Dec-2004 |
Daniel Stenberg |
yet another mirror! |
95b84adb | 15-Dec-2004 |
Daniel Stenberg |
precaution to prevent double typedefs of the bool |
b34d1617 | 15-Dec-2004 |
Daniel Stenberg |
moved the bool typedef to setup.h |
d88b3d3d | 15-Dec-2004 |
Daniel Stenberg |
fixed how backslashes are treated in glob strings |
f2fb9039 | 15-Dec-2004 |
Dan Fandrich |
Make some arrays of pointers const, too. |
a28b32aa | 15-Dec-2004 |
Dan Fandrich |
Make some arrays of pointers const, too. |
1ba47e7a | 15-Dec-2004 |
Dan Fandrich |
Add 'const' to immutable arrays. |
9359498b | 14-Dec-2004 |
Daniel Stenberg |
clarify that the app must free the engine list |
553082e2 | 14-Dec-2004 |
Daniel Stenberg |
prevent compiler warning when built without engine support |
dc28a9c0 | 14-Dec-2004 |
Daniel Stenberg |
make sure the ipv6 http server gets its pid stored in a separate file |
1faef62d | 14-Dec-2004 |
Daniel Stenberg |
use the correct variables, not fixed values |
0d0d5e7e | 14-Dec-2004 |
Daniel Stenberg |
Harshal Pradhan fixed changing username/password on a persitent HTTP connection. |
4f567d0f | 14-Dec-2004 |
Daniel Stenberg |
mistake |
f23d923f | 14-Dec-2004 |
Dan Fandrich |
Only declare static variables if they're needed. Fixed some compile warnings. |
10d6d8b2 | 14-Dec-2004 |
Dan Fandrich |
Header files are in openssl/ only if USE_OPENSSL is set. |
358e08b9 | 14-Dec-2004 |
Dan Fandrich |
Removed fputc() prototype since it's already in stdio.h |
e181eda2 | 14-Dec-2004 |
Gisle Vanem |
Caller must free 'engines' list. |
7d3f5d7a | 14-Dec-2004 |
Gisle Vanem |
urldata.h: Removed engine_list. ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist which must be freed by caller. |
37c7a695 | 14-Dec-2004 |
Daniel Stenberg |
Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so that the others remain at previous values. |
07f107ae | 14-Dec-2004 |
Daniel Stenberg |
Moved the engine stuff from the root-level of the SessionHandle struct to the UrlState sub-struct. Also made the engine_list exist for non-ssl builds to make curl build. |
5c14b3be | 13-Dec-2004 |
Gisle Vanem |
Document CURLINFO_SSL_ENGINES and "--engine". |
1dc15ec1 | 13-Dec-2004 |
Gisle Vanem |
Set 'data->state.os_errno = error' in some places. Needed elsewhere too? |
6a9ed440 | 13-Dec-2004 |
Gisle Vanem |
Support for "--engine list" option. Moved CURLOPT_SSLENGINE* options to after verbose mode is set. Added a goto. Eek! |
bdb06205 | 13-Dec-2004 |
Gisle Vanem |
Added handling of CURLINFO_SSL_ENGINES; Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.). |
be9ea07e | 13-Dec-2004 |
Gisle Vanem |
Handle new type CURLINFO_SLIST. Handle new info list CURLINFO_SSL_ENGINES. |