| Commit message (Expand) | Author | Age | Files | Lines |
* | complete rewrite to avoid the BSD license in the previous version | Daniel Stenberg | 2001-08-03 | 1 | -295/+75 |
* | clarified '-d @filename' with a tiny example | Daniel Stenberg | 2001-08-03 | 1 | -2/+3 |
* | fixed the header that wrongly was the krb4-style one | Daniel Stenberg | 2001-08-03 | 1 | -35/+22 |
* | Andrew Francis base64 decode, my previous base64 encoder, new source header. | Daniel Stenberg | 2001-08-03 | 1 | -124/+231 |
* | added CURLOPT_HTTPGET | Daniel Stenberg | 2001-08-03 | 1 | -2/+7 |
* | httpreq cleanup fix | Daniel Stenberg | 2001-08-03 | 4 | -31/+31 |
* | httpsserver.pl added to release archive | Daniel Stenberg | 2001-08-03 | 1 | -2/+2 |
* | Funny, I skipped right over this before. | Sterling Hughes | 2001-08-02 | 1 | -1/+1 |
* | manual fix, select() loop fix, progress callback fix | Daniel Stenberg | 2001-08-02 | 1 | -0/+9 |
* | Frank Keeney pointed out a manual mistake for certificate convertions | Daniel Stenberg | 2001-08-02 | 1 | -1/+1 |
* | "Add an interface that enables a user to select prefered SSL ciphers to use." | Daniel Stenberg | 2001-08-02 | 1 | -0/+2 |
* | don't do final newline output when using progress callback | Daniel Stenberg | 2001-08-02 | 1 | -1/+3 |
* | FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz Lacki | Daniel Stenberg | 2001-08-02 | 1 | -0/+5 |
* | Leftover -- add a note about this in the examples file :) | Sterling Hughes | 2001-07-12 | 1 | -0/+6 |
* | Add win32 initialization support to curl_global_init() and | Sterling Hughes | 2001-07-12 | 5 | -59/+78 |
* | borland makefile fix | Daniel Stenberg | 2001-07-02 | 1 | -0/+2 |
* | added more ideas that've been floating around lately | Daniel Stenberg | 2001-07-02 | 1 | -0/+10 |
* | removed the "change test suite" item, as that is already made | Daniel Stenberg | 2001-07-02 | 1 | -6/+0 |
* | Added an item about the cookie jar stuff, contains a link to the dev file | Daniel Stenberg | 2001-07-02 | 1 | -0/+5 |
* | removed static, removed curl special return type, added include windows.h | Daniel Stenberg | 2001-06-29 | 1 | -2/+5 |
* | added strtok.c as a source file | Daniel Stenberg | 2001-06-29 | 1 | -1/+2 |
* | Nic Roets brought a fix for the certificate verification when using SSL. | Daniel Stenberg | 2001-06-29 | 2 | -1/+13 |
* | added test 43 | Daniel Stenberg | 2001-06-28 | 1 | -4/+4 |
* | HTTP Location: following over HTTP proxy | Daniel Stenberg | 2001-06-28 | 1 | -0/+64 |
* | now runs ok on IPv6 enabled hosts | Daniel Stenberg | 2001-06-27 | 1 | -0/+2 |
* | now does OK even on IPv6-enabled hosts | Daniel Stenberg | 2001-06-27 | 1 | -0/+3 |
* | better strip | Daniel Stenberg | 2001-06-27 | 1 | -2/+7 |
* | multiple file transfers with resume fix | Daniel Stenberg | 2001-06-25 | 1 | -0/+4 |
* | 'resume from'-fix. When using "-C -" and doing multiple file download, the | Daniel Stenberg | 2001-06-25 | 1 | -4/+10 |
* | - Anton Kalmykov provided a fix that makes curl work with form field names | Daniel Stenberg | 2001-06-25 | 1 | -0/+4 |
* | Anton Kalmykov's fix for dealing with form names with spaces! | Daniel Stenberg | 2001-06-25 | 1 | -1/+1 |
* | added return type void in SYNOPSIS | Daniel Stenberg | 2001-06-21 | 1 | -1/+1 |
* | libcurl.5 is renamed to libcurl.3 | Daniel Stenberg | 2001-06-21 | 3 | -2/+2 |
* | all changes from year 2000 was moved to CHANGES.2000 and that is now | Daniel Stenberg | 2001-06-20 | 1 | -1382/+0 |
* | the changelog from year 2000 | Daniel Stenberg | 2001-06-20 | 1 | -0/+1381 |
* | ftp cut off transfer fix, configure --with-ssl fix | Daniel Stenberg | 2001-06-20 | 1 | -0/+10 |
* | when --with-ssl is used with a specified path, we use that path immediately | Daniel Stenberg | 2001-06-20 | 1 | -4/+11 |
* | Added items we've discussed previously, and URLs to dev notes discussing | Daniel Stenberg | 2001-06-19 | 1 | -4/+11 |
* | better treatment of truly aborted transfers | Daniel Stenberg | 2001-06-19 | 1 | -2/+2 |
* | files to ignore by default in cvs operations | Daniel Stenberg | 2001-06-18 | 1 | -0/+6 |
* | made stdin testing work, also made 'nocheck=true' work when set on the | Daniel Stenberg | 2001-06-14 | 1 | -2/+4 |
* | three more HTTP tests added from the old test suite | Daniel Stenberg | 2001-06-14 | 4 | -4/+127 |
* | removed a failf() that would overwrite the previous error message | Daniel Stenberg | 2001-06-12 | 1 | -1/+1 |
* | better ssl error msg, libcurl.def fix, -version-info corrected, more test | Daniel Stenberg | 2001-06-12 | 1 | -0/+15 |
* | Salvador Dávila's ftp range download fix | Daniel Stenberg | 2001-06-12 | 1 | -0/+6 |
* | New test cases added | Daniel Stenberg | 2001-06-12 | 9 | -3/+299 |
* | supports SIZE now | Daniel Stenberg | 2001-06-12 | 1 | -5/+12 |
* | corrected the -version-info | Daniel Stenberg | 2001-06-11 | 1 | -1/+1 |
* | Added a check that 'localhost' resolves before the gethostbyname_r() checks, | Daniel Stenberg | 2001-06-11 | 1 | -1/+28 |
* | duplicate curl_unescape entry removed | Daniel Stenberg | 2001-06-07 | 1 | -10/+9 |