lighttpd1.4/tests
Stefan Bühler 68284bd7f1 [scons] various improvements
- don't generate files in src/
- move all build stuff to sconsbuild/
- have different output directories for static/ and fullstatic/,
  so we can use that directory for the test suite
- each build type (dynamic, static, fullstatic) has its own check target
- read CFLAGS, LDFLAGS and LIBS from environment
  (LIBS are appended after all other dependencies)

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3030 152afb58-edef-0310-8abb-c4023f1b3aa9
2015-08-29 09:28:04 +00:00
..
docroot [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
404-handler.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
CMakeLists.txt [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), endif(...), endforeach(...) 2015-08-22 16:01:02 +00:00
LightyTest.pm [tests] fix warning about newline in filename 2015-08-22 21:39:22 +00:00
Makefile.am add some until now missing files to dist tarball 2015-06-21 12:47:14 +00:00
SConscript [scons] various improvements 2015-08-29 09:28:04 +00:00
bug-06.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
bug-12.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
cachable.t parse If-None-Match for ETag validation (fixes #2578) 2015-07-05 16:59:01 +00:00
cleanup.sh [scons] various improvements 2015-08-29 09:28:04 +00:00
condition.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
core-404-handler.t mark testcase executable 2008-05-22 06:25:54 +00:00
core-condition.t [tests] Add path traversal check with $HTTP['url'] 2011-02-10 07:56:11 +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 fix SQL injection / host name validation (thx Jann Horn) 2014-03-12 12:03:55 +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] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
fastcgi-13.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
fastcgi-auth.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
fastcgi-responder.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
fcgi-auth.c Fix non-ANSI function declarations. 2012-08-31 14:11:41 +00:00
fcgi-responder.c Fix non-ANSI function declarations. 2012-08-31 14:11:41 +00:00
lighttpd.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
lighttpd.htpasswd [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better. 2013-04-29 13:08:25 +00:00
lighttpd.user moved everything below trunk/ and added branches/ and tags/ 2005-02-20 14:27:00 +00:00
lowercase.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +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 [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better. 2013-04-29 13:08:25 +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 [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
mod-compress.t mod_compress: match partial+full content-type (fixes #1552) 2009-10-11 19:27:55 +00:00
mod-extforward.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
mod-extforward.t - support chained proxies in mod_extforward (#1528) 2008-01-21 08:21:20 +00:00
mod-fastcgi.t [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
mod-proxy.t [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +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] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +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-simplevhost.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
mod-simplevhost.t [tests] add mod_simplevhost tests 2013-08-30 13:15:01 +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 [mod_user] add test cases to check handling of encoded ~ as %7E (#2124) 2013-06-29 10:07:45 +00:00
prepare.sh [tests] add mod_simplevhost tests 2013-08-30 13:15:01 +00:00
proxy.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
request.t [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.t 2014-01-10 12:05:12 +00:00
run-tests.pl Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105) 2009-11-29 14:13:13 +00:00
symlink.t mark testcase executable 2008-05-22 06:25:54 +00:00
var-include-sub.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
var-include.conf [tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups 2015-08-22 20:51:08 +00:00
wrapper.sh Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file 2011-08-30 22:13:59 +00:00