summaryrefslogtreecommitdiff
path: root/tests/request.t
Commit message (Expand)AuthorAgeFilesLines
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-031-1/+2
* [tests] adjust outdated opt in tests/lighttpd.confGlenn Strauss2023-02-041-1/+1
* [tests] quickly exit tests/request.t if GET / failGlenn Strauss2023-02-041-1/+1
* [tests] fix "deflate" tests for added zlib headerGlenn Strauss2023-01-011-2/+2
* [multiple] remove deprecated modulesGlenn Strauss2022-11-301-191/+1
* [tests] able to run tests when built w/o pcreGlenn Strauss2022-04-081-1/+1
* [core] permit env w/ blank value (fix regression)Glenn Strauss2022-03-091-1/+19
* [tests] mod_ssi tests moved to src/t/test_mod_ssiGlenn Strauss2021-11-121-28/+1
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-18/+1
* [tests] combine *.t using tests/lighttpd.confGlenn Strauss2021-09-041-2/+1358
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-54/+2
* [tests] mv tests from request.t to test_request.cGlenn Strauss2021-08-271-27/+1
* [tests] use generated date in HTTP If conditionalsGlenn Strauss2021-08-271-6/+8
* [core] RFC 7233 Range handling for non-streamingGlenn Strauss2021-03-021-6/+15
* [tests] consolidate some tests/ contentGlenn Strauss2020-12-271-9/+9
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-1/+8
* [core] coalesce nearby ranges in Range requestsGlenn Strauss2020-10-191-27/+49
* [core] update HTTP status codes list from IANAGlenn Strauss2020-10-111-4/+4
* [core] reject WS following header field-name (fixes #2985)Glenn Strauss2020-01-261-11/+1
* [core] http_status_append()Glenn Strauss2018-09-231-4/+4
* [core] security: use-after-free invalid Range reqGlenn Strauss2018-08-121-1/+21
* [tests] test_request unit testsGlenn Strauss2018-08-051-87/+1
* [core] fix POST with chunked request body (fixes #2854)Glenn Strauss2018-01-131-1/+17
* [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, ...Glenn Strauss2017-01-311-2/+9
* [core] support Transfer-Encoding: chunked req body (fixes #2156)Glenn Strauss2016-12-161-1/+116
* [tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.tStefan Bühler2014-01-101-0/+1
* tests: check different combination of empty values, leading/trailing spaces a...Stefan Bühler2012-11-211-1/+57
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-1/+17
* two additional test cases for absolute http(s) uris in the request lineStefan Bühler2011-04-041-1/+16
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-291-1/+10
* Ignore multiple "If-None-Match" headers (only use first one, fixes #753)Stefan Bühler2009-06-111-1/+1
* Allow all http status codes by default; disable body only for 204,205 and 304...Stefan Bühler2008-04-231-1/+1
* - change s/// separator that it doesn't confuse vimElan Ruusamäe2008-01-151-4/+4
* fixed timestamps for 32bit time_t which wraps at 2038Jan Kneschke2007-08-211-6/+6
* fixed handling of duplicate If-Modified-Since to return 304Jan Kneschke2007-08-181-4/+4
* don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)Jan Kneschke2007-08-181-1/+9
* added testcases for #1286 and #1287Jan Kneschke2007-08-171-2/+35
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-1/+1
* OPTIONS may have a content-lengthJan Kneschke2006-03-041-1/+1
* added tests for possible crashesJan Kneschke2006-02-011-1/+9
* forbid Content-Length for GET, HEAD or OPTIONS requestsJan Kneschke2006-01-031-1/+39
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-051-1/+9
* find perl at runtimeJan Kneschke2005-09-011-1/+1
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a HAS...Jan Kneschke2005-08-311-29/+29
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-261-0/+6
* Unified all tests to use the LighyTest framework Jan Kneschke2005-06-151-261/+83
* seperated the tests for each section and let run-tests.pl use Test::HarnessJan Kneschke2005-03-021-0/+470