Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a source path to the servers to make them find the tests when run | Daniel Stenberg | 2004-02-12 | 1 | -1/+6 |
| | | | | outside the source dir, not needing any symlinks | ||||
* | cut off the old perl one, this only runs the C coded version | Daniel Stenberg | 2002-02-19 | 1 | -212/+3 |
| | |||||
* | improved functionality for new timeout tests | Daniel Stenberg | 2001-11-02 | 1 | -0/+20 |
| | |||||
* | now reports the CORRECT pid on demand | Daniel Stenberg | 2001-10-24 | 1 | -1/+3 |
| | |||||
* | don't use 'strict' anymore, as it doesn't work good with the cygwin fixes | Daniel Stenberg | 2001-10-17 | 1 | -2/+2 |
| | | | | also, always kill/restart the HTTP server on startup if it is our test server | ||||
* | Kevin Roth's fixes to make tests work on cygwin | Daniel Stenberg | 2001-10-10 | 1 | -0/+3 |
| | |||||
* | made it respond as a http proxy on CONNECT | Daniel Stenberg | 2001-09-18 | 1 | -2/+13 |
| | |||||
* | fixes | Daniel Stenberg | 2001-05-28 | 1 | -5/+10 |
| | |||||
* | adjusted to the new test case formats | Daniel Stenberg | 2001-05-23 | 1 | -3/+5 |
| | |||||
* | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg | 2001-05-14 | 1 | -1/+1 |
| | |||||
* | always append the incoming request to the server.input file, it allows | Daniel Stenberg | 2001-03-14 | 1 | -1/+1 |
| | | | | the mainscript to verify a whole series of requests | ||||
* | output the protocol data to stderr when verbose is on | Daniel Stenberg | 2001-03-12 | 1 | -1/+6 |
| | |||||
* | minor output fix | Daniel Stenberg | 2001-01-27 | 1 | -1/+1 |
| | |||||
* | uses stricter output | Daniel Stenberg | 2000-11-17 | 1 | -8/+21 |
| | |||||
* | moved out the FTP part | Daniel Stenberg | 2000-11-16 | 1 | -135/+12 |
| | |||||
* | 'use strict' compliant | Daniel Stenberg | 2000-11-15 | 1 | -16/+71 |
| | | | | | better complains if there are missing input files for a test case explaced exit-calls with returns instead | ||||
* | somewhat more functioning FTP | Daniel Stenberg | 2000-11-13 | 1 | -12/+18 |
| | |||||
* | basic and early ftp support | Daniel Stenberg | 2000-11-13 | 1 | -2/+30 |
| | |||||
* | converted shell script to perl | Daniel Stenberg | 2000-11-13 | 1 | -4/+58 |
| | |||||
* | if the server is already running when the script is started, it now verifies | Daniel Stenberg | 2000-11-13 | 1 | -21/+29 |
| | | | | that it actually is our test server that runs | ||||
* | changed pid stuff, made it work with rfc1867 posts and made it work better | Daniel Stenberg | 2000-11-13 | 1 | -4/+9 |
| | | | | on paths | ||||
* | new perl http server that works better | Daniel Stenberg | 2000-11-13 | 1 | -0/+132 |