89872447 | 03-Aug-2001 |
Daniel Stenberg |
httpreq cleanup fix |
9b69f6fa | 03-Aug-2001 |
Daniel Stenberg |
httpsserver.pl added to release archive |
e7b966b9 | 02-Aug-2001 |
Sterling Hughes |
Funny, I skipped right over this before. everyting -> everything |
e7801afe | 02-Aug-2001 |
Daniel Stenberg |
manual fix, select() loop fix, progress callback fix |
929366b5 | 02-Aug-2001 |
Daniel Stenberg |
Frank Keeney pointed out a manual mistake for certificate convertions |
e1d8c5da | 02-Aug-2001 |
Daniel Stenberg |
"Add an interface that enables a user to select prefered SSL ciphers to use." Rob Styles posted the question, as he could've used this... |
2b44fdab | 02-Aug-2001 |
Daniel Stenberg |
don't do final newline output when using progress callback |
3e0a95bb | 02-Aug-2001 |
Daniel Stenberg |
FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki reported 12 Jul 2001) |
f0efa894 | 12-Jul-2001 |
Sterling Hughes |
Leftover -- add a note about this in the examples file :) |
45037a39 | 12-Jul-2001 |
Sterling Hughes |
Add win32 initialization support to curl_global_init() and curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so
Add win32 initialization support to curl_global_init() and curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup().
show more ...
|
31336d63 | 02-Jul-2001 |
Daniel Stenberg |
borland makefile fix |
2c39a438 | 02-Jul-2001 |
Daniel Stenberg |
added more ideas that've been floating around lately |
532624ba | 02-Jul-2001 |
Daniel Stenberg |
removed the "change test suite" item, as that is already made |
84699183 | 02-Jul-2001 |
Daniel Stenberg |
Added an item about the cookie jar stuff, contains a link to the dev file about this subject |
9646a8b3 | 29-Jun-2001 |
Daniel Stenberg |
removed static, removed curl special return type, added include windows.h |
5e2a74fc | 29-Jun-2001 |
Daniel Stenberg |
added strtok.c as a source file |
813d7585 | 29-Jun-2001 |
Daniel Stenberg |
Nic Roets brought a fix for the certificate verification when using SSL. |
ae55c1c1 | 28-Jun-2001 |
Daniel Stenberg |
added test 43 |
1a6143fe | 28-Jun-2001 |
Daniel Stenberg |
HTTP Location: following over HTTP proxy |
b70a4227 | 27-Jun-2001 |
Daniel Stenberg |
now runs ok on IPv6 enabled hosts |
7d82bc81 | 27-Jun-2001 |
Daniel Stenberg |
now does OK even on IPv6-enabled hosts |
be449bde | 27-Jun-2001 |
Daniel Stenberg |
better strip |
798aaf0c | 25-Jun-2001 |
Daniel Stenberg |
multiple file transfers with resume fix |
6f2fca53 | 25-Jun-2001 |
Daniel Stenberg |
'resume from'-fix. When using "-C -" and doing multiple file download, the first resume was used on all files instead of being reset between each file. As found by Bj�rn Stenberg. |
cd4aed66 | 25-Jun-2001 |
Daniel Stenberg |
- Anton Kalmykov provided a fix that makes curl work with form field names with spaces like when -F is used. |