aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2004-11-25FTP improvements:Daniel Stenberg
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format.
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-23yet another bindingDaniel Stenberg
2004-11-19David Phillips' FD_SETSIZE fixDaniel Stenberg
2004-11-15clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg
2004-11-11recent fixesDaniel Stenberg
2004-11-09with all external functions marked with CURL_EXTERN it is easy to count themDaniel Stenberg
and... yes, they are 46!
2004-11-08today's workDaniel Stenberg
2004-11-05Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg
2004-11-04updateDaniel Stenberg
2004-11-02recent changesDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-18start over on 7.12.3Daniel Stenberg
2004-10-17new mirrorDaniel Stenberg
2004-10-16today's changesDaniel Stenberg
2004-10-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-13.NET bindingDaniel Stenberg
2004-10-12recent fixesDaniel Stenberg
2004-10-07Gisle's new fix, the old file:// leakDaniel Stenberg
2004-10-06Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
2004-10-06updates of todayDaniel Stenberg
2004-10-05recent fixesDaniel Stenberg
2004-10-04closing in on releaseDaniel Stenberg
2004-10-01reflect the last few changesDaniel Stenberg
2004-09-28Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakinglyDaniel Stenberg
enable the progress meter.
2004-09-28recent stuffDaniel Stenberg
2004-09-22Dan Fandrich patched three testsDaniel Stenberg
2004-09-22Jean-Claude Chauve is a friend!Daniel Stenberg
2004-09-22jean-claude Chauve fixed an LDAP bugDaniel Stenberg
2004-09-19the error message fix for failed connectsDaniel Stenberg
2004-09-17Location:-follow problemDaniel Stenberg
2004-09-16one more option, one more friendDaniel Stenberg
2004-09-16Added CURLOPT_FTPSSLAUTHDaniel Stenberg
2004-09-15the new date parser affects -zDaniel Stenberg
2004-09-11mention more friendsDaniel Stenberg
2004-09-10fixed -F to support setting type= even on parts that aren't file-uploadsDaniel Stenberg
2004-09-10up to date with recent changesDaniel Stenberg
2004-08-30proxy connection close and soDaniel Stenberg
2004-08-30getdate fix, adacurl releaseDaniel Stenberg
2004-08-20Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg
byte file is downloaded.
2004-08-19Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, andDaniel Stenberg
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
2004-08-17recent fixesDaniel Stenberg
2004-08-10and we're back on a clean notes sheet againDaniel Stenberg
2004-08-107.12.1 notesDaniel Stenberg
2004-08-09version string, krb4 link fix, added number of web mirrors and libcurl bindingsDaniel Stenberg
2004-08-06new web mirrorDaniel Stenberg
2004-08-05negotiate fix and new glib/GTK+ bindingDaniel Stenberg
2004-08-04multi-connect fix and cookie domain fixDaniel Stenberg
2004-07-31borland is already mentionedDaniel Stenberg
2004-07-31digest fixDaniel Stenberg