Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-06-22 | Gisle Vanem improved the certificate wildcard checks | Daniel Stenberg | |
2004-06-21 | testcurl.sh is dead, long live tests/testcurl.pl! | Daniel Stenberg | |
2004-06-21 | CURL_READFUNC_ABORT stuff | Daniel Stenberg | |
2004-06-21 | recent events | Daniel Stenberg | |
2004-06-18 | Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on the | Daniel Stenberg | |
mailing list. | |||
2004-06-17 | large file FTP upload bug | Daniel Stenberg | |
2004-06-15 | post with auth problems fixed | Daniel Stenberg | |
2004-06-14 | recent action | Daniel Stenberg | |
2004-06-09 | recent changes | Daniel Stenberg | |
2004-06-04 | configure fix | Daniel Stenberg | |
2004-06-03 | updates | Daniel Stenberg | |
2004-06-02 | 7.12.0 | Daniel Stenberg | |
2004-06-02 | more changes | Daniel Stenberg | |
2004-05-28 | minor edits | Daniel Stenberg | |
2004-05-26 | MSVC makefiles updated and an auth problem when using CONNECT | Daniel Stenberg | |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg | |
2004-05-24 | Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to | Daniel Stenberg | |
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do. | |||
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg | |
not be used both in one request. Fixed it and added test case 172 to verify. | |||
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg | |
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it. | |||
2004-05-20 | fixed transfer speed math | Daniel Stenberg | |