Age | Commit message (Expand) | Author |
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg |
2005-05-25 | no more time/re-start of sockfilt, no more redirect of stdin/stdout when | Daniel Stenberg |
2005-05-24 | don't restart sockfilt after only 5 seconds of inactivity | Daniel Stenberg |
2005-05-04 | removed lots of (now) redundant logging | Daniel Stenberg |
2005-05-04 | modify a value we are allowed to | Daniel Stenberg |
2005-05-04 | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg |
2005-05-03 | add more info to the log to ease debugging | Daniel Stenberg |
2005-05-02 | another <case> converted to sysread | Daniel Stenberg |
2005-05-02 | read from the open2 filehandle with sysread, not <handle> | Daniel Stenberg |
2005-05-02 | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg |
2005-05-02 | fix the server for the slow response case | Daniel Stenberg |
2005-05-02 | Make sure there's no pidfile if we cannot start the initial sockfilt tool - | Daniel Stenberg |
2005-04-28 | basic signal handler for sigint and sigkill | Daniel Stenberg |
2005-04-28 | kill slave processes when they fail | Daniel Stenberg |
2005-04-18 | allow some more time | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg |
2005-03-31 | copyright this year | Daniel Stenberg |
2005-03-29 | Made the server send data to the control/data connections using two dedicated | Daniel Stenberg |
2005-01-26 | Make the server ignore the given PORT address, to make it possible to test | Daniel Stenberg |
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 |
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 |
2004-10-27 | log client disconnects | Daniel Stenberg |
2004-08-23 | Provide support for "transferring" zero bytes FTP files and comparing that | Daniel Stenberg |
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 |
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 |
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 |
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 |
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 |
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 |
2002-12-12 | bail out on crap received, makes test case 402 *NOT* ruin the test series | Daniel Stenberg |
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 |
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 |