summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [mod_fastcgi] detect child exit, restart proactivelyGlenn Strauss2017-01-102-13/+3
* [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108)Glenn Strauss2017-01-091-1/+1
* [tests] mark tests/docroot/www/*.pl scripts a+xGlenn Strauss2016-12-225-0/+0
* [mod_evhost] fix an incorrect error traceGlenn Strauss2016-12-191-0/+0
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-161-1/+116
* comment out auth.backend.ldap.* in tests/*.confGlenn Strauss2016-12-037-21/+21
* load mod_auth & mod_authn_file in sample/test.confGlenn Strauss2016-11-299-0/+9
* [mod_evhost] mod-evhost.t tests (#1194)Glenn Strauss2016-10-204-1/+117
* [cmake] build fcgi-auth, fcgi-responder for testsGlenn Strauss2016-10-181-0/+12
* [autobuild] skip two new tests if no fcgi-authGlenn Strauss2016-09-231-1/+1
* [mod_auth] structured data, register auth schemesGlenn Strauss2016-09-221-6/+6
* [mod_fastcgi] allow authorizer, responder for same path/ext (#321)Glenn Strauss2016-09-191-4/+2
* [tests] test coverage for issues (#321, #322)Christoph Kreutzer2016-09-194-14/+39
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-201-1/+1
* [core] check if client half-closed TCP if POLLHUP (#2743)Glenn Strauss2016-08-061-0/+1
* revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)Glenn Strauss2016-07-231-3/+2
* [mod_auth] fix Digest auth to be better than Basic (fixes #1844)Glenn Strauss2016-07-161-21/+28
* [mod_cgi] handle local redirect response (fixes #2108)Glenn Strauss2016-07-142-1/+13
* [tests] remove some tests duplicated in mod-cgi.tGlenn Strauss2016-07-141-26/+2
* [mod_access] new directive url.access-allow (fixes #1421)Glenn Strauss2016-07-132-1/+22
* [tests] remove dependency on CGI.pmGlenn Strauss2016-07-023-28/+28
* [cygwin] fix mod_proxy and mod_fastcgi ioctl useGlenn Strauss2016-06-231-0/+4
* [build] update Makefile.am EXTRA_DIST w/ new filesGlenn Strauss2016-06-211-0/+2
* [mod_ssi] more flexible quoting (fixes #1768)Glenn Strauss2016-05-142-1/+4
* [mod_ssi] fix SSI statement parserGlenn Strauss2016-05-143-3/+12
* [mod_auth] skip blank lines and comment lines (fixes #2327)Glenn Strauss2016-04-281-0/+2
* [core] server.error-handler new directive for error pages (fixes #2702)Glenn Strauss2016-04-253-3/+20
* [core] never evaluate else branches until the previous branches are aready (f...Glenn Strauss2016-02-212-2/+21
* [tests] do not half-close socket before having received the response (fixes #...Stefan Bühler2015-12-041-1/+0
* [tests] test apr-md5 in mod-auth.tStefan Bühler2015-12-042-4/+22
* mod-auth.t: no crypt md5 for darwinKyle J. McKay2015-12-041-0/+1
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-222-13/+136
* [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #266...Stefan Bühler2015-11-072-40/+57
* [scons] various improvementsStefan Bühler2015-08-292-40/+85
* [tests] fix warning about newline in filenameStefan Bühler2015-08-221-0/+1
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test config...Stefan Bühler2015-08-2229-1185/+1200
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ...Stefan Bühler2015-08-221-4/+4
* parse If-None-Match for ETag validation (fixes #2578)Stefan Bühler2015-07-051-1/+101
* add some until now missing files to dist tarballStefan Bühler2015-06-212-48/+75
* [tests] fix undefined index warning in sendfile.phpStefan Bühler2015-02-081-1/+1
* [tests] improve valgrind and strace TRACEME, disable condition logging in nor...Stefan Bühler2015-02-083-5/+5
* fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35Stefan Bühler2014-03-121-1/+17
* [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.tStefan Bühler2014-01-102-0/+2
* [tests] use list for perl exec to skip the sh wrapperlighttpd-1.4.33Stefan Bühler2013-09-061-8/+13
* [tests] add mod_simplevhost testsStefan Bühler2013-08-305-22/+98
* [mod_user] add test cases to check handling of encoded ~ as %7E (#2124)Stefan Bühler2013-06-291-1/+15
* [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl f...Stefan Bühler2013-04-292-1/+20
* fix handling of If-Modified-Since if If-None-Match is present (don't return 4...Stefan Bühler2013-01-221-5/+5
* tests: check different combination of empty values, leading/trailing spaces a...Stefan Bühler2012-11-212-2/+58
* tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx ...Cyril Brulebois2012-11-091-0/+2