4cf14e9f | 13-Dec-2004 |
Gisle Vanem |
Added CURLcode CURLE_SSL_ENGINE_INITFAILED, Added CURLINFO_SLIST type for returing a 'struct slist' in curl_easy_getinfo(). Added CURLINFO_SSL_ENGINES. |
d02b2c43 | 13-Dec-2004 |
Gisle Vanem |
Fixed missing braces warning. |
1687a9eb | 13-Dec-2004 |
Daniel Stenberg |
large file file:// resumes on windows |
344c6a37 | 13-Dec-2004 |
Daniel Stenberg |
Gisle's fix for resuming large file:// files on windows - slightly edited by me. |
f966dad3 | 13-Dec-2004 |
Daniel Stenberg |
Dan Fandrich did minor corrections to his SSL cleanup patch |
887f41c0 | 13-Dec-2004 |
Daniel Stenberg |
Dan Fandrich added libcurl.pc.in to the dist |
4b1350e4 | 12-Dec-2004 |
Daniel Stenberg |
when failing to verify a HTTP server, display what curl said on stderr to help debugging. (when using ipv6 I fell over this server that didn't have the ipv6 module loaded) |
22a0c577 | 12-Dec-2004 |
Gisle Vanem |
Missing 'in6addr_any' in MingW's lib. ld bug? |
fec571f5 | 11-Dec-2004 |
Daniel Stenberg |
modified to use the current error code name, not the obsolete one |
976285cc | 11-Dec-2004 |
Daniel Stenberg |
undef more obsolete defines if CURL_NO_OLDIES is defined |
9b3b7ad2 | 11-Dec-2004 |
Daniel Stenberg |
HTTP IPv6 support added to the test suite |
1b8ac7c6 | 11-Dec-2004 |
Daniel Stenberg |
provide an error string when resuming fails - and use the proper error code, not the former one |
bd2db872 | 11-Dec-2004 |
Daniel Stenberg |
fixed error message |
df3ca591 | 11-Dec-2004 |
Daniel Stenberg |
Dan Fandrich: 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
Dan Fandrich: 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.
show more ...
|
3ca4509a | 11-Dec-2004 |
Daniel Stenberg |
Dan F's initial pkg-config file (not installed yet) |
d5319262 | 11-Dec-2004 |
Daniel Stenberg |
mention the maybe-missing initial zero in the vernum output |
357fdb60 | 10-Dec-2004 |
Daniel Stenberg |
Dan Fandrich: added some missing files. "I can't try them so they might still be broken, but at least they'll be less broken than they are now." |
b6f855cb | 10-Dec-2004 |
Daniel Stenberg |
Dan Fandrich corrects spelling mistakes |
b6646310 | 10-Dec-2004 |
Daniel Stenberg |
Dan Fandrich extended the cross compile section and corrected spelling errors |
070da3c0 | 10-Dec-2004 |
Daniel Stenberg |
untabified |
6b7f6369 | 10-Dec-2004 |
Daniel Stenberg |
username and IPv6 numerical address URL parser fix |
309e3ce4 | 10-Dec-2004 |
Daniel Stenberg |
David Byron's debug build fix |
8a4eb8ed | 10-Dec-2004 |
Daniel Stenberg |
move the port number extraction to after the extraction of user name/password, as suggested by Kai Sommerfeld |
eee70dcf | 10-Dec-2004 |
Daniel Stenberg |
two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST) |
c0c885a1 | 10-Dec-2004 |
Daniel Stenberg |
don't try the rewind if no http struct is allocated yet |