aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
2004-10-01Aleksandar Milivojevic reported a problem in the Redhat bugzilla (seeDaniel Stenberg
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=134133) and not to anyone involved in the curl project! This happens when you try to curl a file from a proftpd site using SSL. It seems proftpd sends a somewhat unorthodox PASS response code (232 instead of 230). I relaxed the response code check to deal with this and similar cases.
2004-10-01- Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this.
2004-09-30Günter Knauf and Casey O'Donnell worked out an extra #if condition for theDaniel Stenberg
curl/multi.h header to work better in winsock-using apps.
2004-09-30Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X byDaniel Stenberg
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.)
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