Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-05 | recent fixes | Daniel Stenberg | |
2004-10-04 | closing in on release | Daniel Stenberg | |
2004-10-02 | Gisle Vanem provided code that displays an error message when the (libidn | Daniel Stenberg | |
based) IDN conversion fails. This is really due to a missing suitable function in the libidn API that I hope we can remove once libidn gets a function like this. | |||
2004-10-01 | Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see | Daniel 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 in | Daniel 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 an | Daniel 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-30 | Günter Knauf and Casey O'Donnell worked out an extra #if condition for the | Daniel Stenberg | |
curl/multi.h header to work better in winsock-using apps. | |||
2004-09-30 | Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by | Daniel Stenberg | |
properly using glibtoolize instead of plain libtoolize. (This is made if glibtool was found and used instead of plain libtool.) | |||
2004-09-28 | Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly | Daniel Stenberg | |
enable the progress meter. | |||
2004-09-28 | recent stuff | Daniel Stenberg | |
2004-09-22 | Dan Fandrich patched three tests | Daniel Stenberg | |
2004-09-22 | typo | Daniel Stenberg | |
2004-09-22 | jean-claude Chauve fixed an LDAP bug | Daniel Stenberg | |
2004-09-19 | the error message fix for failed connects | Daniel Stenberg | |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg | |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | |
2004-09-11 | Added parsedate.[ch] | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-09-10 | up to date with recent changes | Daniel Stenberg | |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel 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-31 | fix the return code for curl_multi_add_handle() | Daniel Stenberg | |
2004-08-30 | proxy-connection close | Daniel Stenberg | |
2004-08-25 | getdate and new test cases from yday | Daniel Stenberg | |
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg | |
PUTs even when told to use HTTP 1.0, which is not correct. | |||
2004-08-20 | Alexander Krasnostavsky made the write callback get called even when a zero | Daniel Stenberg | |
byte file is downloaded. | |||
2004-08-19 | Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and | Daniel Stenberg | |
this is an attempt to prevent it from doing that. affects ipv6-enabled only. | |||
2004-08-17 | Kjetil Jacobsen reported an open file leak in file:// transfers of empty | Daniel Stenberg | |
files. | |||
2004-08-17 | recent fixes | Daniel Stenberg | |
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg | |
2004-08-11 | include the server response in the error message when an FTP server gives | Daniel Stenberg | |
back a 530 after the password is provided, as it isn't necessary because of a bad user name or password. | |||
2004-08-10 | 7.12.1 notes | Daniel Stenberg | |
2004-08-05 | negotiate fix and new glib/GTK+ binding | Daniel Stenberg | |
2004-08-04 | multi-connect fix and cookie domain fix | Daniel Stenberg | |
2004-07-31 | digest fix | Daniel Stenberg | |
2004-07-28 | fixes! | Daniel Stenberg | |
2004-07-26 | -o #[num] fix | Daniel Stenberg | |
2004-07-24 | autobuilds with ares and curl_easy_reset() | Daniel Stenberg | |
2004-07-22 | recent activities | Daniel Stenberg | |
2004-07-15 | recent activities | Daniel Stenberg | |
2004-07-06 | file:// upload fix on windows | Daniel Stenberg | |
2004-07-02 | curl_share_cleanup fix | Daniel Stenberg | |
2004-07-01 | --trace fix | Daniel Stenberg | |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg | |
2004-06-29 | multi interface connect fix | Daniel Stenberg | |
2004-06-28 | --limit-rate problems on Mac OS X was reported by Rob Stanzel | Daniel Stenberg | |
2004-06-27 | check for a fine poll() before it is used to sleep subsecond | Daniel Stenberg | |
2004-06-24 | snprintf and version | Daniel Stenberg | |
2004-06-24 | Yet another resolve code re-org | Daniel Stenberg | |
2004-06-22 | cookie size | Daniel Stenberg | |