Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-28 | adjusted to the moved unlock of the DNS entry | Daniel Stenberg | |
2005-01-27 | test the EPRT/LPRT/PORT somewhat more | Daniel Stenberg | |
2005-01-27 | verify a part of the PORT line | Daniel Stenberg | |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg | |
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat. | |||
2005-01-25 | A minor "syntax error" in numerous test files corrected | 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 | |
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it. | |||
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 | |
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this | |||
2005-01-14 | verify the protocol too | Daniel Stenberg | |
2005-01-07 | disable the valgrind log checking | 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 | |
-w option support 'http_connect' to make it easier to verify! | |||
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 | use the correct variables, not fixed values | Daniel Stenberg | |
2004-12-14 | Harshal Pradhan fixed changing username/password on a persitent HTTP | Daniel Stenberg | |
connection. | |||
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 | |
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify. | |||
2004-12-02 | test 206 - HTTP proxy CONNECT auth Digest | Daniel Stenberg | |
2004-11-30 | fixed test case errors | 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-29 | stricter newline policy | Daniel Stenberg | |
2004-11-25 | FTP improvements: | Daniel Stenberg | |
If EPSV, EPRT or LPRT is tried and doesn't work, it will not be retried on the same server again even if a following request is made using a persistent connection. If a second request is made to a server, requesting a file from the same directory as the previous request operated on, libcurl will no longer make that long series of CWD commands just to end up on the same spot. Note that this is only for *exactly* the same dir. There is still room for improvements to optimize the CWD-sending when the dirs are only slightly different. Added test 210, 211 and 212 to verify these changes. Had to improve the test script too and added a new primitive to the test file format. | |||
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-23 | oops, use the precheck too! | Daniel Stenberg | |
2004-11-22 | David Phillips fix for test 518 and my extension to make it not run on | Daniel Stenberg | |
systems that can't run it fine. | |||
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 | |
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-19 | revert the charset fix as it broke the solaris tests (native iconv doesn't | Daniel Stenberg | |
like that name) | |||
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-19 | bug 1049275 fixes test 165 | Daniel Stenberg | |
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-14 | use quotes to make gdb usage on this easier | 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 | |
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-04 | Made the dns entry remain locked while a connection to the host remains to | Daniel Stenberg | |
allow verbose output during this period. Bertrand Demiddelaer reported and helped fixing. | |||
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-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg | |
it resolving nicely | |||
2004-09-16 | Location: problem with bad original URL, identified in bug report #1029478 | Daniel Stenberg | |
2004-09-11 | 1. cookie expire-strings MUST use GMT timezones | Daniel Stenberg | |
2. adjusted date strings to upcoming date parser rewrite | |||
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |