Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-03 | test proxy supports CONNECT | Daniel Stenberg | |
There's a new 'http-proxy' server for tests that runs on a separate port and lets clients do HTTP CONNECT to other ports on the same host to allow us to test HTTP "tunneling" properly. Test cases now have a <proxy> section in <verify> to check that the proxy protocol part matches correctly. Test case 80, 83, 95, 275, 503 and 1078 have been converted. Test 1316 was added. | |||
2010-08-25 | gopher tests: use sws and adjusted to more standard style | Daniel Stenberg | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2010-01-08 | sws and tftpd command line option naming adjustments | Yang Tse | |
2007-11-23 | Revert last change since it breaks running the test suite | Yang Tse | |
when builddir is different from srcdir. | |||
2007-11-23 | Improve chance of running runtests.pl from outside the | Yang Tse | |
source tree 'tests' directory | |||
2006-04-10 | support --fork and pass that on to sws | Daniel Stenberg | |
2004-12-14 | make sure the ipv6 http server gets its pid stored in a separate file | Daniel Stenberg | |
2004-12-11 | HTTP IPv6 support added to the test suite | Daniel Stenberg | |
2004-02-12 | provide a source path to the servers to make them find the tests when run | Daniel Stenberg | |
outside the source dir, not needing any symlinks | |||
2002-02-19 | cut off the old perl one, this only runs the C coded version | Daniel Stenberg | |
2001-11-02 | improved functionality for new timeout tests | Daniel Stenberg | |
2001-10-24 | now reports the CORRECT pid on demand | Daniel Stenberg | |
2001-10-17 | don't use 'strict' anymore, as it doesn't work good with the cygwin fixes | Daniel Stenberg | |
also, always kill/restart the HTTP server on startup if it is our test server | |||
2001-10-10 | Kevin Roth's fixes to make tests work on cygwin | Daniel Stenberg | |
2001-09-18 | made it respond as a http proxy on CONNECT | Daniel Stenberg | |
2001-05-28 | fixes | Daniel Stenberg | |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg | |
2001-05-14 | pid files fixes, ftp server already-running-but-no-control check | Daniel Stenberg | |
2001-03-14 | always append the incoming request to the server.input file, it allows | Daniel Stenberg | |
the mainscript to verify a whole series of requests | |||
2001-03-12 | output the protocol data to stderr when verbose is on | Daniel Stenberg | |
2001-01-27 | minor output fix | Daniel Stenberg | |
2000-11-17 | uses stricter output | Daniel Stenberg | |
2000-11-16 | moved out the FTP part | Daniel Stenberg | |
2000-11-15 | 'use strict' compliant | Daniel Stenberg | |
better complains if there are missing input files for a test case explaced exit-calls with returns instead | |||
2000-11-13 | somewhat more functioning FTP | Daniel Stenberg | |
2000-11-13 | basic and early ftp support | Daniel Stenberg | |
2000-11-13 | converted shell script to perl | Daniel Stenberg | |
2000-11-13 | if the server is already running when the script is started, it now verifies | Daniel Stenberg | |
that it actually is our test server that runs | |||
2000-11-13 | changed pid stuff, made it work with rfc1867 posts and made it work better | Daniel Stenberg | |
on paths | |||
2000-11-13 | new perl http server that works better | Daniel Stenberg | |