Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-15 | Added test case 1065 to test a PUT with a single file but two URLs. This | Dan Fandrich | |
was discovered to be problematic while investigating an incident reported by Von back in May. curl in this case doesn't include a Content-Length: or Transfer-Encoding: chunked header which is illegal. This test case is added to DISABLED until a solution is found. | |||
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg | |
proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled. | |||
2008-08-03 | - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT | Daniel Stenberg | |
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled. | |||
2008-07-30 | Added test cases 1052 through 1055 to test uploading data from files | Dan Fandrich | |
during redirects. Test cases 1052 and 1055 show problems (maybe the same root cause as 1051) and are disabled. | |||
2008-07-30 | Added test case 1051 to test Location: following with PUT, as reported | Dan Fandrich | |
by Ben Sutcliffe. The test when run manually shows a problem in curl, but the test harness web server doesn't run the test correctly so it's disabled for now. | |||
2008-07-15 | Added test1040 and test1041 to test -C - on HTTP. Test 1041 failed so it's | Dan Fandrich | |
added to DISABLED. | |||
2008-03-22 | - Fixed the problem with doing a zero byte SCP transfer, verified with test | Daniel Stenberg | |
case 617 (which was added by Daniel Fandrich 5 Mar 2008). | |||
2008-03-18 | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich | |
2008-03-18 | Added test 626 to reproduce an infinite loop when given an invalid | Dan Fandrich | |
SFTP quote command reported by Vincent Le Normand, but left it disabled. | |||
2008-03-06 | Added tests 616 and 617 to see how SFTP and SCP cope with zero-length | Dan Fandrich | |
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't so test 617 is disabled for now. | |||
2007-10-25 | Fixed a TFTP memory leak. Enabled test 2003 to verify this. | Daniel Stenberg | |
2007-10-24 | Fixed the test TFTP server to support the >10000 test number notation | Dan Fandrich | |
Added test cases 2002 and 2003 (the latter disabled for now) | |||
2007-10-24 | enable 2000 and 2001 | Daniel Stenberg | |
2007-10-24 | Added test cases 2000 and 2001 which test multiple protocols using the | Dan Fandrich | |
same easy handle Fixed the filecheck: make target to work outside the source tree | |||
2007-10-04 | I enabled test 1009 and made the --local-port use a wide range to reduce the | Daniel Stenberg | |
risk of failures. | |||
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg | |
This happened because the tftp code always uncondionally did a bind() without caring if one already had been done and then it failed. I wrote a test case (1009) to verify this, but it is a bit error-prone since it will have to pick a fixed local port number and since the tests are run on so many different hosts in different situations I add it in disabled state. | |||
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg | |
URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added. | |||
2007-06-18 | Test listing of root dir with the three ftp-methods. KNOWN_BUGS #44 make me | Daniel Stenberg | |
disable test 351 by default by I add the test case anyway to make it easier to work on this problem in the future. | |||
2007-04-05 | Enabled the ssh tests 600-609. | Dan Fandrich | |
2007-04-04 | Whoops--didn't mean to enable the ssh tests quite yet. | Dan Fandrich | |
2007-04-04 | Added more SSH tests (left disabled for now). | Dan Fandrich | |
2007-04-01 | Added scp and sftp nonexistent file retrieval tests, but leave them | Dan Fandrich | |
disabled for now. | |||
2007-03-31 | Disable the SSH tests until the libssh2 bugs that causes test hangs | Dan Fandrich | |
are sorted out. | |||
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2006-09-13 | added CVS id and clarified the comment lines | Daniel Stenberg | |
2006-09-13 | Added a generic way to disable test cases when "all" is run, and added the | Daniel Stenberg | |
FTP 3rd party transfers to that file for now until I have them sorted out. |