Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-01 | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg | |
pkg-config on the build host in order to detect OpenSSL compiler options. | |||
2004-10-27 | Dan Fandrich's gzip handling fix | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg | |
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it. | |||
2004-10-24 | Mohun Biswas found out that formposting a zero-byte file didn't work very | Daniel Stenberg | |
good. I fixed. | |||
2004-10-19 | this change was reverted since it broke on solaris | Daniel Stenberg | |
2004-10-19 | Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with | Daniel Stenberg | |
both source and destination being the same host. It can be useful if you want to move a file on a server or similar. | |||
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg | |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-18 | 7.12.2 | Daniel Stenberg | |
2004-10-16 | Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work | Daniel Stenberg | |
fine even for third party transfers. | |||
2004-10-16 | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg | |
2004-10-16 | Changes for issue 50 | Gisle Vanem | |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg | |
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix. | |||
2004-10-12 | recent fixes | Daniel Stenberg | |
2004-10-11 | SO_NOSIGPIPE | Daniel Stenberg | |
2004-10-06 | Added tld_check_name(). | Gisle Vanem | |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel 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-06 | updates of today | Daniel Stenberg | |
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 | |