Age | Commit message (Expand) | Author |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg |
2005-01-19 | added test226 too | Daniel Stenberg |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg |
2005-01-07 | added test 199 | Daniel Stenberg |
2004-12-21 | test enforced chunked encoding with PUT on a local file | Daniel Stenberg |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg |
2004-12-16 | two more ftp directory re-use tests added | Daniel Stenberg |
2004-12-15 | fixed how backslashes are treated in glob strings | Daniel Stenberg |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg |
2004-12-10 | two new test cases for proxy-CONNECT with NTLM (one doing GET, one doing POST) | Daniel Stenberg |
2004-12-06 | HTTP PUT a to a FTP URL with username+password - over HTTP proxy | Daniel Stenberg |
2004-12-03 | Bug report #1078066: when a chunked transfer was pre-maturely closed exactly | Daniel Stenberg |
2004-12-02 | test 206 - HTTP proxy CONNECT auth Digest | Daniel Stenberg |
2004-11-30 | three new compress test cases | Daniel Stenberg |
2004-11-29 | added test 221 to test a broken gzip content download | Daniel Stenberg |
2004-11-29 | added test 220 - simple gzip auto decompress | Daniel Stenberg |
2004-11-25 | FTP improvements: | Daniel Stenberg |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-11-15 | added test case 517: 22 tests of the curl_getdate() function | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | 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 |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg |
2004-10-14 | Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name | Daniel Stenberg |
2004-10-06 | test resume and redirect | Daniel Stenberg |
2004-10-06 | Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled | Daniel Stenberg |
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg |
2004-08-24 | added test 183 to verify that we properly send good Host: headers when | Daniel Stenberg |
2004-08-23 | verify that transferring a zero byte FTP file results in a zero byte local | Daniel Stenberg |
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg |
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg |
2004-07-16 | test downloading from a server claiming negative content-length | Daniel Stenberg |
2004-06-30 | NOBODY set TRUE after a POST makes a good HEAD now | Daniel Stenberg |
2004-06-21 | added test case 513 | Daniel Stenberg |
2004-06-19 | test 177 HTTP POST with --digest that gets a 302 response | Daniel Stenberg |
2004-06-15 | test 176, use --ntlm and POST when the server doesn't require any auth | Daniel Stenberg |
2004-06-15 | added test case 175, use HTTP POST and DIGEST set but the server requires no | Daniel Stenberg |
2004-06-14 | added test 174, HTTP POST --anyauth to server without auth requirements. | Daniel Stenberg |
2004-06-04 | test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg |
2004-05-19 | added test 170 | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-04-30 | added test 166, formpost with white space in file name | Daniel Stenberg |