aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
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-22typoDaniel Stenberg
2004-09-22jean-claude Chauve fixed an LDAP bugDaniel Stenberg
2004-09-19the error message fix for failed connectsDaniel Stenberg
2004-09-16Added CURLOPT_FTPSSLAUTHDaniel Stenberg
2004-09-16Location: problem with bad original URL, identified in bug report #1029478Daniel Stenberg
2004-09-15Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg
2004-09-11Added parsedate.[ch]Daniel 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-09-10- Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185.
2004-08-31fix the return code for curl_multi_add_handle()Daniel Stenberg
2004-08-30proxy-connection closeDaniel Stenberg
2004-08-25getdate and new test cases from ydayDaniel Stenberg
2004-08-23Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg
PUTs even when told to use HTTP 1.0, which is not correct.
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-17Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg
files.
2004-08-17recent fixesDaniel Stenberg
2004-08-16Roland Krikava's cookies over proxy fix.Daniel Stenberg
2004-08-11include the server response in the error message when an FTP server givesDaniel Stenberg
back a 530 after the password is provided, as it isn't necessary because of a bad user name or password.
2004-08-107.12.1 notesDaniel Stenberg
2004-08-05negotiate fix and new glib/GTK+ bindingDaniel Stenberg
2004-08-04multi-connect fix and cookie domain fixDaniel Stenberg
2004-07-31digest fixDaniel Stenberg
2004-07-28fixes!Daniel Stenberg
2004-07-26-o #[num] fixDaniel Stenberg
2004-07-24autobuilds with ares and curl_easy_reset()Daniel Stenberg
2004-07-22recent activitiesDaniel Stenberg
2004-07-15recent activitiesDaniel Stenberg
2004-07-06file:// upload fix on windowsDaniel Stenberg
2004-07-02curl_share_cleanup fixDaniel Stenberg
2004-07-01--trace fixDaniel Stenberg
2004-06-30NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg
2004-06-29multi interface connect fixDaniel Stenberg
2004-06-28--limit-rate problems on Mac OS X was reported by Rob StanzelDaniel Stenberg
2004-06-27check for a fine poll() before it is used to sleep subsecondDaniel Stenberg
2004-06-24snprintf and versionDaniel Stenberg
2004-06-24Yet another resolve code re-orgDaniel Stenberg
2004-06-22cookie sizeDaniel Stenberg
2004-06-22Gisle Vanem improved the certificate wildcard checksDaniel Stenberg
2004-06-21testcurl.sh is dead, long live tests/testcurl.pl!Daniel Stenberg
2004-06-21CURL_READFUNC_ABORT stuffDaniel Stenberg
2004-06-21recent eventsDaniel Stenberg
2004-06-18Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg
mailing list.
2004-06-17large file FTP upload bugDaniel Stenberg
2004-06-15post with auth problems fixedDaniel Stenberg
2004-06-14recent actionDaniel Stenberg