summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-067.8.1-pre3 commitcurl-7_8_1-pre3Daniel Stenberg
2001-08-06 Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
2001-08-05many fixes mailed in during JulyDaniel Stenberg
2001-08-05curl_escape() no longer attempts to detect already encoded stuff (in orderDaniel Stenberg
2001-08-05- Sergio Ballestrero provided a patch for reading responses from NCSA httpdDaniel Stenberg
2001-08-04-G or similar to make -d data get into a GETDaniel Stenberg
2001-08-03complete rewrite to avoid the BSD license in the previous versionDaniel Stenberg
2001-08-03clarified '-d @filename' with a tiny exampleDaniel Stenberg
2001-08-03fixed the header that wrongly was the krb4-style oneDaniel Stenberg
2001-08-03Andrew Francis base64 decode, my previous base64 encoder, new source header.Daniel Stenberg
2001-08-03added CURLOPT_HTTPGETDaniel Stenberg
2001-08-03httpreq cleanup fixDaniel Stenberg
2001-08-03httpsserver.pl added to release archiveDaniel Stenberg
2001-08-02Funny, I skipped right over this before.Sterling Hughes
2001-08-02manual fix, select() loop fix, progress callback fixDaniel Stenberg
2001-08-02Frank Keeney pointed out a manual mistake for certificate convertionsDaniel Stenberg
2001-08-02"Add an interface that enables a user to select prefered SSL ciphers to use."Daniel Stenberg
2001-08-02don't do final newline output when using progress callbackDaniel Stenberg
2001-08-02FD_ZERO() the keepfd variables properly when keepon is modified (Tomasz LackiDaniel Stenberg
2001-07-12Leftover -- add a note about this in the examples file :)Sterling Hughes
2001-07-12Add win32 initialization support to curl_global_init() andSterling Hughes
2001-07-02borland makefile fixDaniel Stenberg
2001-07-02added more ideas that've been floating around latelyDaniel Stenberg
2001-07-02removed the "change test suite" item, as that is already madeDaniel Stenberg
2001-07-02Added an item about the cookie jar stuff, contains a link to the dev fileDaniel Stenberg
2001-06-29removed static, removed curl special return type, added include windows.hDaniel Stenberg
2001-06-29added strtok.c as a source fileDaniel Stenberg
2001-06-29Nic Roets brought a fix for the certificate verification when using SSL.Daniel Stenberg
2001-06-28added test 43Daniel Stenberg
2001-06-28HTTP Location: following over HTTP proxyDaniel Stenberg
2001-06-27now runs ok on IPv6 enabled hostsDaniel Stenberg
2001-06-27now does OK even on IPv6-enabled hostsDaniel Stenberg
2001-06-27better stripDaniel Stenberg
2001-06-25multiple file transfers with resume fixDaniel Stenberg
2001-06-25'resume from'-fix. When using "-C -" and doing multiple file download, theDaniel Stenberg
2001-06-25- Anton Kalmykov provided a fix that makes curl work with form field namesDaniel Stenberg
2001-06-25Anton Kalmykov's fix for dealing with form names with spaces!Daniel Stenberg
2001-06-21added return type void in SYNOPSISDaniel Stenberg
2001-06-21libcurl.5 is renamed to libcurl.3Daniel Stenberg
2001-06-20all changes from year 2000 was moved to CHANGES.2000 and that is nowDaniel Stenberg
2001-06-20the changelog from year 2000Daniel Stenberg
2001-06-20ftp cut off transfer fix, configure --with-ssl fixDaniel Stenberg
2001-06-20when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg
2001-06-19Added items we've discussed previously, and URLs to dev notes discussingDaniel Stenberg
2001-06-19better treatment of truly aborted transfersDaniel Stenberg
2001-06-18files to ignore by default in cvs operationsDaniel Stenberg
2001-06-14made stdin testing work, also made 'nocheck=true' work when set on theDaniel Stenberg
2001-06-14three more HTTP tests added from the old test suiteDaniel Stenberg
2001-06-12removed a failf() that would overwrite the previous error messageDaniel Stenberg