summaryrefslogtreecommitdiff
path: root/src/t
Commit message (Expand)AuthorAgeFilesLines
* [core] rename http_kv funcs, reorder http_versionsGlenn Strauss2023-05-031-3/+4
* [tests] _WIN32 close files before unlinkGlenn Strauss2023-05-033-8/+17
* [tests] _WIN32 use TMPDIR (or TEMP) for test filesGlenn Strauss2023-05-033-27/+71
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-033-15/+7
* [core] _WIN32 protect code w/ HAVE_IPV6Glenn Strauss2023-05-031-0/+6
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-192-2/+2
* [multiple] remove deprecated modulesGlenn Strauss2022-11-302-74/+0
* [core] fix li_base64_dec() on whitespaceGlenn Strauss2022-07-011-0/+15
* [core] buffer_append_bs_escaped_json()Glenn Strauss2022-06-101-0/+36
* [tests] test stubs for http_header.c and http_kv.cGlenn Strauss2022-06-073-0/+137
* [core] "url-invalid-utf8-reject" normalization optGlenn Strauss2022-05-241-1/+8
* [multiple] remove buffer_init_string()Glenn Strauss2022-01-071-2/+4
* [asan tests] fix memory leaksStefan Bühler2022-01-064-0/+8
* [multiple] remove r->physical.etagGlenn Strauss2021-12-122-3/+0
* [tests] t/test_mod_ssi adjust to follow symlinksGlenn Strauss2021-11-281-0/+1
* [core] allocate pcre output vector on demandGlenn Strauss2021-11-221-5/+7
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-0/+4
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-201-1/+1
* [tests] combine tests into test_common.cGlenn Strauss2021-11-177-19/+43
* [tests] t/test_mod_evasive.cGlenn Strauss2021-11-152-0/+74
* [tests] t/test_mod_alias.cGlenn Strauss2021-11-152-0/+113
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-158-166/+51
* [mod_ssi] merge mod_ssi_expr.c into mod_ssi.cGlenn Strauss2021-11-121-1/+0
* [mod_ssi] remove mod_ssi parser generator fileGlenn Strauss2021-11-121-3/+0
* [tests] reenable test_mod_ssi in cmakeGlenn Strauss2021-11-051-0/+3
* [core] fdevent_impl.c separate from fdevent.cGlenn Strauss2021-11-013-27/+0
* [tests] t/test_mod_ssiGlenn Strauss2021-11-011-0/+202
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-136-18/+23
* [multiple] quiet coverity warningsGlenn Strauss2021-09-091-0/+4
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-0/+140
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-0/+458
* [tests] mv tests from request.t to test_request.cGlenn Strauss2021-08-271-0/+42
* [tests] update t/test_request.cGlenn Strauss2021-08-271-23/+18
* [core] parse $HTTP["remote-ip"] CIDR mask at startGlenn Strauss2021-08-271-8/+29
* [core] base64 encode round-up for required spaceGlenn Strauss2021-05-181-10/+8
* [tests] quite coverity warning in test_request.cGlenn Strauss2021-05-171-9/+9
* [core] quiet coverity noiseGlenn Strauss2021-05-081-2/+2
* [core] simplify buffer_path_simplify()Glenn Strauss2021-05-081-6/+3
* [mod_userdir] use stat_cache_path_isdir()Glenn Strauss2021-03-261-0/+5
* [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)Glenn Strauss2021-03-221-4/+4
* [multiple] quiet some clang-analyzer warningsGlenn Strauss2021-01-291-0/+1
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-132-4/+4
* [core] http_request_parse_header() specializedGlenn Strauss2020-10-111-2/+3
* [core] move http_request_headers_process()Glenn Strauss2020-10-031-1/+1
* [tests] test_base64.c clear buf vs resetGlenn Strauss2020-08-021-1/+1
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-082-1/+8
* [doc] src/t/READMEGlenn Strauss2020-07-081-0/+4
* [tests] use buffer_eq_slen() for str comparisonGlenn Strauss2020-07-088-61/+48
* [tests] t/test_mod_userdirGlenn Strauss2020-07-081-0/+207
* [tests] stub out config funcs in test_mod_*Glenn Strauss2020-07-083-0/+45