summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [core] reject WS following header field-name (fixes #2985)Glenn Strauss2020-01-261-11/+1
* [tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256Glenn Strauss2019-05-131-0/+11
* [tests] has_feature() helper funcGlenn Strauss2019-05-131-0/+13
* [core] support weak etags with If-None-MatchGlenn Strauss2019-05-061-4/+2
* [core] behavior change: stricter URL normalizationGlenn Strauss2019-05-042-2/+2
* [tests] more test config cleanupGlenn Strauss2018-12-185-84/+6
* [tests] update skip count in mod-fastcgi.tGlenn Strauss2018-12-111-1/+1
* [tests] some test config cleanupGlenn Strauss2018-12-1028-1230/+216
* [tests] t/test_keyvalueGlenn Strauss2018-12-107-171/+0
* [mod_access] t/test_mod_accessGlenn Strauss2018-12-035-54/+0
* [mod_evhost] t/test_mod_evhostGlenn Strauss2018-12-034-117/+1
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-036-73/+0
* [core] http_status_append()Glenn Strauss2018-09-231-4/+4
* [core] security: use-after-free invalid Range reqGlenn Strauss2018-08-121-1/+21
* [tests] move src/test_*.c to src/t/Glenn Strauss2018-08-051-1/+0
* [tests] test_request unit testsGlenn Strauss2018-08-056-497/+16
* [core] buffer_append_string_encoded() uc hexGlenn Strauss2018-08-051-2/+2
* [core] fix POST with chunked request body (fixes #2854)Glenn Strauss2018-01-131-1/+17
* [meson] new build systemStefan Bühler2017-10-282-0/+58
* [mod_extforward] support Forwarded HTTP Extension (#2703)Glenn Strauss2017-04-062-1/+11
* [tests] reduce time waiting for backends to startGlenn Strauss2017-03-193-6/+10
* [core] consolidate dynamic handler response parseGlenn Strauss2017-03-191-1/+1
* [mod_cgi] cgi.local-redir = [enable|disable] (#2108, #2793)Glenn Strauss2017-02-261-0/+1
* [tests] correct skip count for mod-scgi.tGlenn Strauss2017-02-251-1/+1
* [tests] remove unused file depending on CGI.pmGlenn Strauss2017-01-312-28/+0
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-316-1/+470
* [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ...Glenn Strauss2017-01-311-2/+9
* [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)Glenn Strauss2017-01-312-1/+16
* [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)Glenn Strauss2017-01-312-1/+34
* [tests] give time for periodic jobs to detect exitGlenn Strauss2017-01-101-0/+2
* [tests] FCGI_Finish() final request before exitGlenn Strauss2017-01-101-0/+2
* [tests] update test skip count for !fcgi-responderGlenn Strauss2017-01-101-1/+1
* [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