summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] pcre2: use pkg-config before pcre2-configGlenn Strauss2021-12-151-2/+8
* [core] ignore pcre2 "bad JIT option" warningGlenn Strauss2021-12-152-2/+2
* [build] -Wno-implicit-fallthrough for ls-hpackGlenn Strauss2021-12-151-0/+1
* [core] define static_assert for uClibc (fixes #3127)Glenn Strauss2021-12-151-0/+3
* [core] http_response_write_prepare optimizationGlenn Strauss2021-12-151-29/+14
* [mod_magnet] interface to http_response_send_fileGlenn Strauss2021-12-121-0/+7
* [multiple] remove r->physical.etagGlenn Strauss2021-12-128-23/+10
* [core] add more const to stat_cache_update_entry()Glenn Strauss2021-12-122-2/+2
* [core] use ETag response header to check cachableGlenn Strauss2021-12-121-5/+6
* [core] http_response_send_file() takes const pathGlenn Strauss2021-12-102-2/+2
* [build] check getxattr before attr_get and -lattrGlenn Strauss2021-12-103-3/+18
* [mod_webdav] If-None-Match on non-existent entityGlenn Strauss2021-12-091-1/+1
* [core] add remote IP to some error msgs (fixes #3122)Glenn Strauss2021-12-092-4/+7
* [core] make setrlimit() warn, not fatalGlenn Strauss2021-12-081-1/+2
* [core] adjust time jump detection (fixes #3123)Glenn Strauss2021-12-081-8/+14
* [meson] need -lrt with glibc < 2.17 (fixes #3120)Glenn Strauss2021-12-071-0/+4
* [core] fix trace issued for loading mod_auth (fixes #3121)Glenn Strauss2021-12-071-7/+12
* [core] fix reqpool mem corruption in 1.4.62 (fixes #3118)Glenn Strauss2021-12-044-4/+6
* [core] isolate use of sys/filio.hGlenn Strauss2021-12-022-8/+0
* [core] import xxHash v0.8.1Glenn Strauss2021-12-021-739/+1622
* [core] fix crash when using lighttpd -1 with pipes (fixes #3117)Glenn Strauss2021-12-011-1/+1
* [mod_auth] quiet coverity warningGlenn Strauss2021-11-291-1/+1
* [tests] t/test_mod_ssi adjust to follow symlinksGlenn Strauss2021-11-281-0/+1
* [mod_dirlisting] fix bug not showing HEADER.txtGlenn Strauss2021-11-281-1/+1
* [mod_auth] RFC7616 HTTP Digest username* userhashGlenn Strauss2021-11-285-24/+201
* [build] fix CMake pcre2 detectionGlenn Strauss2021-11-241-1/+1
* [core] fix compiler warning in 32-bit buildGlenn Strauss2021-11-241-1/+1
* [core] allocate pcre output vector on demandGlenn Strauss2021-11-226-16/+22
* [core] allocate one fewer cond_match_t, if neededGlenn Strauss2021-11-225-8/+7
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-2215-49/+401
* [core] extend pcre_keyvalue_ctx to pass more stateGlenn Strauss2021-11-214-22/+30
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-2010-33/+16
* [core] save pcre result state in config_pcre_matchGlenn Strauss2021-11-201-11/+18
* [core] save config regex captures only if usedGlenn Strauss2021-11-1911-36/+94
* [tests] t/test_mod needs -ldl on DebianGlenn Strauss2021-11-182-1/+2
* [mod_dirlisting] (experimental) json (disabled)Glenn Strauss2021-11-171-9/+186
* [core] buffer_append_string_encoded_json()Glenn Strauss2021-11-172-0/+81
* [mod_dirlisting] check for disabled cache at startGlenn Strauss2021-11-171-2/+4
* [core] get_http_method_key() tweakGlenn Strauss2021-11-171-1/+1
* [tests] combine tests into test_common.cGlenn Strauss2021-11-1710-171/+93
* [mod_evasive] update comment to add referencesGlenn Strauss2021-11-151-2/+13
* [tests] t/test_mod_evasive.cGlenn Strauss2021-11-155-0/+77
* [mod_evasive] smaller funcs for testingGlenn Strauss2021-11-151-23/+27
* [tests] t/test_mod_alias.cGlenn Strauss2021-11-155-0/+116
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-1511-453/+87
* [core] better asm for binary num to ascii stringGlenn Strauss2021-11-123-25/+32
* [core] uint_fast32_t tweaksGlenn Strauss2021-11-122-6/+9
* [mod_ssi] merge mod_ssi_expr.c into mod_ssi.cGlenn Strauss2021-11-128-391/+377
* [mod_ssi] remove mod_ssi parser generator fileGlenn Strauss2021-11-128-201/+28
* [mod_ssi] fix ancient bugs; replace cond parserGlenn Strauss2021-11-122-193/+209