Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-26 | Make the server ignore the given PORT address, to make it possible to test | Daniel Stenberg | |
curl's -P option easier. | |||
2005-01-25 | A minor "syntax error" in numerous test files corrected | Daniel Stenberg | |
2005-01-20 | Support file names passed to RETR that don't start with a number. In that | Daniel Stenberg | |
case, all non-numeric prefixing letters are cut off to figure out the test number. | |||
2005-01-20 | add support for NOOP | Daniel Stenberg | |
2005-01-17 | support the new --id command line option, that allows a second (or third or | Daniel Stenberg | |
whatever) instance to run without overwriting the previous' logfiles | |||
2004-10-27 | log client disconnects | Daniel Stenberg | |
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg | |
the output file actually is zero bytes after the transfer. | |||
2004-06-17 | new daring features, not used by any current test | Daniel Stenberg | |
2004-06-15 | skip the pid from the logging | Daniel Stenberg | |
2004-05-17 | When waiting for the second connect, we now use alarm to timeout the waiting. | Daniel Stenberg | |
This is necessary in case the client never connects or somehow fails to do it timely. The timeout used now is only 2 seconds, which might cause problems on really slow hosts but longer times are painful when doing torture testing on FTP test cases. I'm not sure how this 'alarm' functionality works on Windows or other systems that don't actually have the alarm() function. | |||
2004-04-19 | changed the logging to work when the logfile is removed during testing | Daniel Stenberg | |
2004-04-15 | change the log format to look similar to sws | Daniel Stenberg | |
added various logging info | |||
2004-03-01 | Report the correct size when 'verifiedserver' is requested. | Daniel Stenberg | |
2004-02-26 | added the ever-present source header | Daniel Stenberg | |
2004-02-26 | runtests.pl now provides the srcdir to the ftpserver so that it can pass | Daniel Stenberg | |
that to loadtest properly. | |||
2004-01-16 | removed unused stuff | Daniel Stenberg | |
2003-08-08 | Support COUNT in the control file, to set the number of times the custom | Daniel Stenberg | |
REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once and then succeed when retried. | |||
2003-04-09 | oops, committed test code not meant to be here | Daniel Stenberg | |
2003-04-09 | MDTM support added | Daniel Stenberg | |
2003-04-03 | Modified how we log data to server.input, as we can't keep the file open | Daniel Stenberg | |
very much as it makes it troublesome on certain operating systems. | |||
2003-04-01 | log when we've returned verification that we are the test server | Daniel Stenberg | |
2003-04-01 | Added support for the RNFR/RNTO commands | Daniel Stenberg | |
2003-03-15 | report pid back in the WE ROOLZ message | Daniel Stenberg | |
2003-02-26 | support <size>-1</size> to completely disable the SIZE command | Daniel Stenberg | |
2003-02-26 | added support for RETRNOSIZE in the control file to tell RETR to not | Daniel Stenberg | |
include size in the 150-reply | |||
2002-12-12 | bail out on crap received, makes test case 402 *NOT* ruin the test series | Daniel Stenberg | |
anymore! | |||
2002-04-04 | very minor log change | Daniel Stenberg | |
2001-12-03 | test case 126 added, this uses RETRWEIRDO that makes the FTP server send two | Daniel Stenberg | |
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly. | |||
2001-11-28 | EPSV and SIZE adjustments | Daniel Stenberg | |
2001-11-02 | improved functionality for new timeout tests | Daniel Stenberg | |
2001-09-14 | fixed the REST again | Daniel Stenberg | |
2001-09-13 | moved lots of the verbose stuff to do logmsg instead | Daniel Stenberg | |
2001-09-11 | cleaned up, now closes the listener port in PASV and it doesn't re-use the | Daniel Stenberg | |
same passive port number | |||
2001-06-12 | supports SIZE now | Daniel Stenberg | |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg | |
2001-05-14 | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg | |
2001-04-24 | new tests, new server invoke system | Daniel Stenberg | |
2001-03-05 | talks more on verbose | Daniel Stenberg | |
2001-01-22 | the custom reply engine was not inited properly | Daniel Stenberg | |
2000-11-27 | allows simple custom modifications for single test cases | Daniel Stenberg | |
2000-11-21 | REST support seems to work | Daniel Stenberg | |
NLST sends an NLST-looking list renamed the upload file | |||
2000-11-21 | Added support for verifiedserver that returns a static silly string that | Daniel Stenberg | |
allows the test script to verify that it is our test server running on the particular port | |||
2000-11-21 | NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) | Daniel Stenberg | |
multiple transfers are supported | |||
2000-11-21 | STOR works! | Daniel Stenberg | |
2000-11-21 | fancier login text | Daniel Stenberg | |
removed lots of wasted comments cleaned up a little STOR doesn't work | |||
2000-11-21 | removed the forks, we don't need forking for single-task testing | Daniel Stenberg | |
2000-11-20 | flushes the log handles before fork, now the logs work too! | Daniel Stenberg | |
2000-11-20 | QUIT works, and now I can run a unix ftp client against the server and it | Daniel Stenberg | |
runs pretty good | |||
2000-11-20 | CWD runs | Daniel Stenberg | |
2000-11-20 | RETR seems to work too | Daniel Stenberg | |