| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests] remove unused file depending on CGI.pm | Glenn Strauss | 2017-01-31 | 2 | -28/+0 |
* | [mod_scgi] tests/mod-scgi.t unit tests | Glenn Strauss | 2017-01-31 | 6 | -1/+470 |
* | [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ... | Glenn Strauss | 2017-01-31 | 1 | -2/+9 |
* | [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904) | Glenn Strauss | 2017-01-31 | 2 | -1/+16 |
* | [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295) | Glenn Strauss | 2017-01-31 | 2 | -1/+34 |
* | [tests] give time for periodic jobs to detect exit | Glenn Strauss | 2017-01-10 | 1 | -0/+2 |
* | [tests] FCGI_Finish() final request before exit | Glenn Strauss | 2017-01-10 | 1 | -0/+2 |
* | [tests] update test skip count for !fcgi-responder | Glenn Strauss | 2017-01-10 | 1 | -1/+1 |
* | [mod_fastcgi] detect child exit, restart proactively | Glenn Strauss | 2017-01-10 | 2 | -13/+3 |
* | [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108) | Glenn Strauss | 2017-01-09 | 1 | -1/+1 |
* | [tests] mark tests/docroot/www/*.pl scripts a+x | Glenn Strauss | 2016-12-22 | 5 | -0/+0 |
* | [mod_evhost] fix an incorrect error trace | Glenn Strauss | 2016-12-19 | 1 | -0/+0 |
* | [core] support Transfer-Encoding: chunked req body (fixes #2156) | Glenn Strauss | 2016-12-16 | 1 | -1/+116 |
* | comment out auth.backend.ldap.* in tests/*.conf | Glenn Strauss | 2016-12-03 | 7 | -21/+21 |
* | load mod_auth & mod_authn_file in sample/test.conf | Glenn Strauss | 2016-11-29 | 9 | -0/+9 |
* | [mod_evhost] mod-evhost.t tests (#1194) | Glenn Strauss | 2016-10-20 | 4 | -1/+117 |
* | [cmake] build fcgi-auth, fcgi-responder for tests | Glenn Strauss | 2016-10-18 | 1 | -0/+12 |
* | [autobuild] skip two new tests if no fcgi-auth | Glenn Strauss | 2016-09-23 | 1 | -1/+1 |
* | [mod_auth] structured data, register auth schemes | Glenn Strauss | 2016-09-22 | 1 | -6/+6 |
* | [mod_fastcgi] allow authorizer, responder for same path/ext (#321) | Glenn Strauss | 2016-09-19 | 1 | -4/+2 |
* | [tests] test coverage for issues (#321, #322) | Christoph Kreutzer | 2016-09-19 | 4 | -14/+39 |
* | [core] better DragonFlyBSD support (fixes #2746) | Glenn Strauss | 2016-08-20 | 1 | -1/+1 |
* | [core] check if client half-closed TCP if POLLHUP (#2743) | Glenn Strauss | 2016-08-06 | 1 | -0/+1 |
* | revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738) | Glenn Strauss | 2016-07-23 | 1 | -3/+2 |
* | [mod_auth] fix Digest auth to be better than Basic (fixes #1844) | Glenn Strauss | 2016-07-16 | 1 | -21/+28 |
* | [mod_cgi] handle local redirect response (fixes #2108) | Glenn Strauss | 2016-07-14 | 2 | -1/+13 |
* | [tests] remove some tests duplicated in mod-cgi.t | Glenn Strauss | 2016-07-14 | 1 | -26/+2 |
* | [mod_access] new directive url.access-allow (fixes #1421) | Glenn Strauss | 2016-07-13 | 2 | -1/+22 |
* | [tests] remove dependency on CGI.pm | Glenn Strauss | 2016-07-02 | 3 | -28/+28 |
* | [cygwin] fix mod_proxy and mod_fastcgi ioctl use | Glenn Strauss | 2016-06-23 | 1 | -0/+4 |
* | [build] update Makefile.am EXTRA_DIST w/ new files | Glenn Strauss | 2016-06-21 | 1 | -0/+2 |
* | [mod_ssi] more flexible quoting (fixes #1768) | Glenn Strauss | 2016-05-14 | 2 | -1/+4 |
* | [mod_ssi] fix SSI statement parser | Glenn Strauss | 2016-05-14 | 3 | -3/+12 |
* | [mod_auth] skip blank lines and comment lines (fixes #2327) | Glenn Strauss | 2016-04-28 | 1 | -0/+2 |
* | [core] server.error-handler new directive for error pages (fixes #2702) | Glenn Strauss | 2016-04-25 | 3 | -3/+20 |
* | [core] never evaluate else branches until the previous branches are aready (f... | Glenn Strauss | 2016-02-21 | 2 | -2/+21 |
* | [tests] do not half-close socket before having received the response (fixes #... | Stefan Bühler | 2015-12-04 | 1 | -1/+0 |
* | [tests] test apr-md5 in mod-auth.t | Stefan Bühler | 2015-12-04 | 2 | -4/+22 |
* | mod-auth.t: no crypt md5 for darwin | Kyle J. McKay | 2015-12-04 | 1 | -0/+1 |
* | [mod_secdownload] add required algorithm option; old behaviour available as "... | Stefan Bühler | 2015-11-22 | 2 | -13/+136 |
* | [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #266... | Stefan Bühler | 2015-11-07 | 2 | -40/+57 |
* | [scons] various improvements | Stefan Bühler | 2015-08-29 | 2 | -40/+85 |
* | [tests] fix warning about newline in filename | Stefan Bühler | 2015-08-22 | 1 | -0/+1 |
* | [tests] search for perl in PATH instead of /usr/bin; whitespace + test config... | Stefan Bühler | 2015-08-22 | 29 | -1185/+1200 |
* | [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ... | Stefan Bühler | 2015-08-22 | 1 | -4/+4 |
* | parse If-None-Match for ETag validation (fixes #2578) | Stefan Bühler | 2015-07-05 | 1 | -1/+101 |
* | add some until now missing files to dist tarball | Stefan Bühler | 2015-06-21 | 2 | -48/+75 |
* | [tests] fix undefined index warning in sendfile.php | Stefan Bühler | 2015-02-08 | 1 | -1/+1 |
* | [tests] improve valgrind and strace TRACEME, disable condition logging in nor... | Stefan Bühler | 2015-02-08 | 3 | -5/+5 |
* | fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35 | Stefan Bühler | 2014-03-12 | 1 | -1/+17 |