| Commit message (Expand) | Author | Age | Files | Lines |
* | added the ever-present source header | Daniel Stenberg | 2004-02-26 | 1 | -0/+21 |
* | runtests.pl now provides the srcdir to the ftpserver so that it can pass | Daniel Stenberg | 2004-02-26 | 1 | -3/+8 |
* | removed unused stuff | Daniel Stenberg | 2004-01-16 | 1 | -2/+0 |
* | Support COUNT in the control file, to set the number of times the custom | Daniel Stenberg | 2003-08-08 | 1 | -0/+12 |
* | oops, committed test code not meant to be here | Daniel Stenberg | 2003-04-09 | 1 | -4/+0 |
* | MDTM support added | Daniel Stenberg | 2003-04-09 | 1 | -1/+34 |
* | Modified how we log data to server.input, as we can't keep the file open | Daniel Stenberg | 2003-04-03 | 1 | -6/+13 |
* | log when we've returned verification that we are the test server | Daniel Stenberg | 2003-04-01 | 1 | -0/+1 |
* | Added support for the RNFR/RNTO commands | Daniel Stenberg | 2003-04-01 | 1 | -1/+5 |
* | report pid back in the WE ROOLZ message | Daniel Stenberg | 2003-03-15 | 1 | -3/+7 |
* | support <size>-1</size> to completely disable the SIZE command | Daniel Stenberg | 2003-02-26 | 1 | -2/+8 |
* | added support for RETRNOSIZE in the control file to tell RETR to not | Daniel Stenberg | 2003-02-26 | 1 | -2/+12 |
* | bail out on crap received, makes test case 402 *NOT* ruin the test series | Daniel Stenberg | 2002-12-12 | 1 | -1/+2 |
* | very minor log change | Daniel Stenberg | 2002-04-04 | 1 | -2/+2 |
* | test case 126 added, this uses RETRWEIRDO that makes the FTP server send two | Daniel Stenberg | 2001-12-03 | 1 | -8/+27 |
* | EPSV and SIZE adjustments | Daniel Stenberg | 2001-11-28 | 1 | -5/+34 |
* | improved functionality for new timeout tests | Daniel Stenberg | 2001-11-02 | 1 | -0/+10 |
* | fixed the REST again | Daniel Stenberg | 2001-09-14 | 1 | -0/+1 |
* | moved lots of the verbose stuff to do logmsg instead | Daniel Stenberg | 2001-09-13 | 1 | -14/+11 |
* | cleaned up, now closes the listener port in PASV and it doesn't re-use the | Daniel Stenberg | 2001-09-11 | 1 | -22/+29 |
* | supports SIZE now | Daniel Stenberg | 2001-06-12 | 1 | -5/+12 |
* | adjusted to the new test case formats | Daniel Stenberg | 2001-05-23 | 1 | -8/+10 |
* | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg | 2001-05-14 | 1 | -1/+1 |
* | new tests, new server invoke system | Daniel Stenberg | 2001-04-24 | 1 | -1/+9 |
* | talks more on verbose | Daniel Stenberg | 2001-03-05 | 1 | -0/+4 |
* | the custom reply engine was not inited properly | Daniel Stenberg | 2001-01-22 | 1 | -1/+3 |
* | allows simple custom modifications for single test cases | Daniel Stenberg | 2000-11-27 | 1 | -6/+34 |
* | REST support seems to work | Daniel Stenberg | 2000-11-21 | 1 | -17/+51 |
* | Added support for verifiedserver that returns a static silly string that | Daniel Stenberg | 2000-11-21 | 1 | -3/+11 |
* | NLST does a LIST (a normal unix ftp client 'ls' becomes NLST) | Daniel Stenberg | 2000-11-21 | 1 | -4/+6 |
* | STOR works! | Daniel Stenberg | 2000-11-21 | 1 | -1/+7 |
* | fancier login text | Daniel Stenberg | 2000-11-21 | 1 | -140/+122 |
* | removed the forks, we don't need forking for single-task testing | Daniel Stenberg | 2000-11-21 | 1 | -66/+11 |
* | flushes the log handles before fork, now the logs work too! | Daniel Stenberg | 2000-11-20 | 1 | -14/+23 |
* | QUIT works, and now I can run a unix ftp client against the server and it | Daniel Stenberg | 2000-11-20 | 1 | -13/+28 |
* | CWD runs | Daniel Stenberg | 2000-11-20 | 1 | -0/+9 |
* | RETR seems to work too | Daniel Stenberg | 2000-11-20 | 1 | -2/+36 |
* | this is now a working ftp server, both PASV and PORT run fine, LIST works, | Daniel Stenberg | 2000-11-20 | 1 | -46/+139 |
* | this is the first attempt of a tiny and simple ftp server in perl for curl | Daniel Stenberg | 2000-11-20 | 1 | -0/+251 |