aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Rob Styles posted the question, as he could've used this...
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
reported 12 Jul 2001)
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
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().
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
about this subject
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
first resume was used on all files instead of being reset between each file. As found by Björn Stenberg.
2001-06-25- Anton Kalmykov provided a fix that makes curl work with form field namesDaniel Stenberg
with spaces like when -F is used.
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
only available in CVS
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
to check libs and include files in, we don't check the default places first!
2001-06-19Added items we've discussed previously, and URLs to dev notes discussingDaniel Stenberg
the matter
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
reply data section
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
2001-06-12better ssl error msg, libcurl.def fix, -version-info corrected, more testDaniel Stenberg
cases and fixed FTP ranges
2001-06-12Salvador Dávila's ftp range download fixDaniel Stenberg
2001-06-12New test cases addedDaniel Stenberg
2001-06-12supports SIZE nowDaniel Stenberg
2001-06-11corrected the -version-infoDaniel Stenberg
2001-06-11Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg
as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have a hard time finding out why configure can't detect their gethostbyname_r()-setup.
2001-06-07duplicate curl_unescape entry removedDaniel Stenberg
2001-06-077.8 commitDaniel Stenberg
2001-06-07SM's suggested update of the Microsoft and SSL compiling sectionDaniel Stenberg
2001-06-07SDavila posted a fix that sets conn->bits.use_range properly when doingDaniel Stenberg
resumed downloads
2001-06-07Jörn corrected the mingw32 makefileDaniel Stenberg
2001-06-06S. Moonesamy updates, strtok.[ch] issuesDaniel Stenberg
2001-06-06Added note about src/hughelp.c and the new *.cvs file that can be used ifDaniel Stenberg
you really can't generate that file.
2001-06-06For people using CVS but with no perl, like all those windows losers. TheyDaniel Stenberg
can just rename this file and cut off the extension instead...
2001-06-06corrected the CVS note about not creating a subdirectory... which it does nowDaniel Stenberg
2001-06-05MUTE is gone, PHP examples, new CVS structureDaniel Stenberg