summaryrefslogtreecommitdiff
path: root/tests/httpserver.pl
Commit message (Collapse)AuthorAgeFilesLines
* provide a source path to the servers to make them find the tests when runDaniel Stenberg2004-02-121-1/+6
| | | | outside the source dir, not needing any symlinks
* cut off the old perl one, this only runs the C coded versionDaniel Stenberg2002-02-191-212/+3
|
* improved functionality for new timeout testsDaniel Stenberg2001-11-021-0/+20
|
* now reports the CORRECT pid on demandDaniel Stenberg2001-10-241-1/+3
|
* don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg2001-10-171-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 cygwinDaniel Stenberg2001-10-101-0/+3
|
* made it respond as a http proxy on CONNECTDaniel Stenberg2001-09-181-2/+13
|
* fixesDaniel Stenberg2001-05-281-5/+10
|
* adjusted to the new test case formatsDaniel Stenberg2001-05-231-3/+5
|
* pid files fixes, ftp server already-running-but-no-control checkDaniel Stenberg2001-05-141-1/+1
|
* always append the incoming request to the server.input file, it allowsDaniel Stenberg2001-03-141-1/+1
| | | | the mainscript to verify a whole series of requests
* output the protocol data to stderr when verbose is onDaniel Stenberg2001-03-121-1/+6
|
* minor output fixDaniel Stenberg2001-01-271-1/+1
|
* uses stricter outputDaniel Stenberg2000-11-171-8/+21
|
* moved out the FTP partDaniel Stenberg2000-11-161-135/+12
|
* 'use strict' compliantDaniel Stenberg2000-11-151-16/+71
| | | | | better complains if there are missing input files for a test case explaced exit-calls with returns instead
* somewhat more functioning FTPDaniel Stenberg2000-11-131-12/+18
|
* basic and early ftp supportDaniel Stenberg2000-11-131-2/+30
|
* converted shell script to perlDaniel Stenberg2000-11-131-4/+58
|
* if the server is already running when the script is started, it now verifiesDaniel Stenberg2000-11-131-21/+29
| | | | that it actually is our test server that runs
* changed pid stuff, made it work with rfc1867 posts and made it work betterDaniel Stenberg2000-11-131-4/+9
| | | | on paths
* new perl http server that works betterDaniel Stenberg2000-11-131-0/+132