2827f532 | 05-Aug-2001 |
Daniel Stenberg |
curl_escape() no longer attempts to detect already encoded stuff (in order not to re-encode it). |
47bb09e9 | 05-Aug-2001 |
Daniel Stenberg |
- Sergio Ballestrero provided a patch for reading responses from NCSA httpd 1.5.x servers, as they return really screwed up response headers when asked for with HTTP 1.1. |
7f21669e | 04-Aug-2001 |
Daniel Stenberg |
-G or similar to make -d data get into a GET |
3a145180 | 03-Aug-2001 |
Daniel Stenberg |
complete rewrite to avoid the BSD license in the previous version |
f24d54a9 | 03-Aug-2001 |
Daniel Stenberg |
clarified '-d @filename' with a tiny example |
9478d796 | 03-Aug-2001 |
Daniel Stenberg |
fixed the header that wrongly was the krb4-style one |
00b00c69 | 03-Aug-2001 |
Daniel Stenberg |
Andrew Francis base64 decode, my previous base64 encoder, new source header. No BSD-style license. |
e791f6ec | 03-Aug-2001 |
Daniel Stenberg |
added CURLOPT_HTTPGET |
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. |