summaryrefslogtreecommitdiff
path: root/tests/httpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* tests: make it possible to set executable extensionsMarc Hoersken2019-12-091-2/+6
* spelling fixesklemens2017-03-261-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-1/+1
* tests: add HTTP UNIX socket server testing supportPeter Wu2014-12-041-1/+14
* runtests and friends: Do not add undefined values to @INCFabian Keil2012-12-061-1/+2
* Remove the --fork option of sws, since it makes refactoring to use poll more ...Joe Mason2012-08-021-5/+0
* httpserver.pl: reorder sws command line optionsYang Tse2012-01-041-1/+1
* test proxy supports CONNECTDaniel Stenberg2012-01-031-1/+13
* gopher tests: use sws and adjusted to more standard styleDaniel Stenberg2010-08-251-0/+5
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-081-25/+95
* sws and tftpd command line option naming adjustmentsYang Tse2010-01-081-1/+9
* Revert last change since it breaks running the test suiteYang Tse2007-11-231-3/+3
* Improve chance of running runtests.pl from outside theYang Tse2007-11-231-3/+3
* support --fork and pass that on to swsDaniel Stenberg2006-04-101-1/+6
* make sure the ipv6 http server gets its pid stored in a separate fileDaniel Stenberg2004-12-141-1/+6
* HTTP IPv6 support added to the test suiteDaniel Stenberg2004-12-111-1/+5
* provide a source path to the servers to make them find the tests when runDaniel Stenberg2004-02-121-1/+6
* 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
* 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
* 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
* 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
* changed pid stuff, made it work with rfc1867 posts and made it work betterDaniel Stenberg2000-11-131-4/+9
* new perl http server that works betterDaniel Stenberg2000-11-131-0/+132