lighttpd1.4/tests
Stefan Bühler 57066345e4 Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2510 152afb58-edef-0310-8abb-c4023f1b3aa9
2009-06-07 19:07:31 +00:00
..
docroot Fix make dist (remove dummydir) 2008-08-20 10:12:20 +00:00
.cvsignore drop unused files and added the checks for mod-rewrite 2005-03-06 11:22:14 +00:00
404-handler.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
CMakeLists.txt [cmake] Add basic cmake support 2008-12-05 22:30:32 +00:00
LightyTest.pm Finally removed spawn-fcgi 2009-04-03 22:41:02 +00:00
Makefile.am [tests] Fix tests/mod-compress.conf distribution 2008-12-05 22:27:51 +00:00
SConscript [tests] Fix tests/mod-compress.conf distribution 2008-12-05 22:27:51 +00:00
bug-06.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
bug-12.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
cachable.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
cleanup.sh make 'make distcheck' happy and install files into _build/tests/ 2005-08-29 13:43:46 +00:00
condition.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
core-404-handler.t mark testcase executable 2008-05-22 06:25:54 +00:00
core-condition.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
core-keepalive.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
core-request.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
core-response.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
core-var-include.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
core.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
fastcgi-10.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
fastcgi-13.conf [tests] Fix fastcgi php finding 2008-07-30 17:40:09 +00:00
fastcgi-auth.conf Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963) 2008-10-01 20:08:23 +00:00
fastcgi-responder.conf Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729) 2009-04-01 17:35:17 +00:00
fcgi-auth.c fix tests build for scons that has no config.h 2008-02-25 06:56:48 +00:00
fcgi-responder.c Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729) 2009-04-01 17:35:17 +00:00
lighttpd.conf Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884) 2009-02-04 10:27:42 +00:00
lighttpd.htpasswd added lighttpd.passwd for the mod-auth tests 2005-09-18 09:29:02 +00:00
lighttpd.user moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
lowercase.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
lowercase.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-access.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-auth.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-cgi.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-compress.conf - Add possibility to disable methods in mod_compress (#1773) 2008-10-03 10:05:33 +00:00
mod-compress.t - Add possibility to disable methods in mod_compress (#1773) 2008-10-03 10:05:33 +00:00
mod-extforward.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
mod-extforward.t - support chained proxies in mod_extforward (#1528) 2008-01-21 08:21:20 +00:00
mod-fastcgi.t Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989) 2009-06-07 19:07:31 +00:00
mod-proxy.t Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect 2008-12-07 15:22:42 +00:00
mod-redirect.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-rewrite.t [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running) 2009-02-10 19:47:15 +00:00
mod-secdownload.t fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440) 2008-03-01 19:10:47 +00:00
mod-setenv.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-ssi.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
mod-userdir.t - change s/// separator that it doesn't confuse vim 2008-01-15 22:03:59 +00:00
prepare.sh check the URL twice, before and after path-info handling. (fixes #1230) 2007-06-15 14:46:17 +00:00
proxy.conf Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect 2008-12-07 15:22:42 +00:00
request.t Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639) 2008-04-23 19:10:42 +00:00
run-tests.pl [tests] Added env var TESTS to select only a subset of tests 2008-08-02 16:24:33 +00:00
symlink.t mark testcase executable 2008-05-22 06:25:54 +00:00
var-include-sub.conf added include_shell option to configfiles (merged the rest of the trunk changesets) 2005-08-09 06:42:33 +00:00
var-include.conf [tests] Remove pidfile from test system 2008-07-29 21:22:13 +00:00
wrapper.sh make the wrapper compatible with solaris' /bin/sh 2006-03-09 15:35:51 +00:00