summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.51Glenn Strauss2018-10-141-1/+64
* [core] permit server.error_handler to static fileGlenn Strauss2018-10-141-1/+8
* [core] perf: buffer_string_append_len()Glenn Strauss2018-10-101-0/+3
* [mod_openssl] wolfSSL does not support SSLv2Glenn Strauss2018-10-081-9/+5
* [core] perf: buffer.c internal inlinesGlenn Strauss2018-10-071-8/+10
* [build] CMake support for wolfSSLGlenn Strauss2018-10-071-8/+73
* [build] meson support for wolfSSLGlenn Strauss2018-10-072-12/+37
* [build] SCons support for wolfSSLGlenn Strauss2018-10-072-0/+19
* [build] automake support for wolfSSLGlenn Strauss2018-10-071-3/+48
* [mod_openssl] add support for wolfSSLGlenn Strauss2018-10-073-0/+26
* [mod_auth] use SHA1_Init,Update,FinalGlenn Strauss2018-10-073-13/+4
* [core] reject Transfer-Encoding from proxy (#2913)Glenn Strauss2018-10-071-1/+8
* [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912)Glenn Strauss2018-10-061-2/+15
* [core] fix missing param from prev commitGlenn Strauss2018-10-051-1/+1
* [core] better consistency in buffer_is_equal*()Glenn Strauss2018-10-051-16/+8
* [core] PATH_INFO calculation when basedir is "/" (fixes #2911)Glenn Strauss2018-10-041-1/+6
* [meson] build fixes for libmariadb and libsasl2Glenn Strauss2018-09-291-3/+5
* [build] put request.c in common srcGlenn Strauss2018-09-293-3/+4
* [TLS] sys-crypto.h abstractionGlenn Strauss2018-09-261-0/+9
* [TLS] sys-crypto.h abstractionGlenn Strauss2018-09-269-26/+16
* [mod_secdownload] support if HMAC() is a macroGlenn Strauss2018-09-251-2/+2
* [multiple] quiet compiler warnings --without-pcreGlenn Strauss2018-09-253-10/+13
* [core] quiet coverity false positiveGlenn Strauss2018-09-251-0/+3
* [mod_deflate] null-check to quiet coverity warningGlenn Strauss2018-09-251-0/+1
* [mod_userdir] security: skip username "." and ".."Glenn Strauss2018-09-251-10/+7
* [build] fix SCons build for mod_authn_pamGlenn Strauss2018-09-241-0/+1
* [core] prefer buffer_append_string_len()Glenn Strauss2018-09-234-11/+11
* [core] http_method_append()Glenn Strauss2018-09-236-12/+17
* [core] http_status_append()Glenn Strauss2018-09-236-110/+121
* [core] log_failed_assert() __attribute__((cold))Glenn Strauss2018-09-232-5/+41
* [core] inline status_counter routinesGlenn Strauss2018-09-236-42/+33
* [tests] #undef NDEBUG before assert.h in t/test_*Glenn Strauss2018-09-234-0/+4
* [core] more memory-efficient fn table for data_*Glenn Strauss2018-09-2310-69/+90
* [core] array_get_int_ptr()Glenn Strauss2018-09-238-17/+43
* [tests] t/test_array.cGlenn Strauss2018-09-236-24/+106
* [multiple] code reuse: using array_*() funcsGlenn Strauss2018-09-236-114/+43
* [core] fix include_shell on inline shell commands (fixes #2910)Glenn Strauss2018-09-231-31/+58
* [mod_sockproxy] add to buildGlenn Strauss2018-09-234-0/+4
* [mod_authn_pam] mod_auth PAM support (fixes #688)Glenn Strauss2018-09-239-0/+282
* [mod_flv_streaming] code simplificationsGlenn Strauss2018-09-231-57/+18
* [doc] lighttpd.service uses network-online.targetGlenn Strauss2018-09-231-1/+1
* [multiple] code reuse: employ array_match_*()Glenn Strauss2018-09-2310-218/+62
* [mod_skeleton] review and simplifyGlenn Strauss2018-09-231-65/+31
* [core] code reuse array_match_*() routinesGlenn Strauss2018-09-232-0/+161
* [mod_auth] send 401 for mismatch HTTP auth scheme (fixes #2906)Glenn Strauss2018-09-231-2/+2
* [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)Glenn Strauss2018-09-232-0/+2
* [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)Glenn Strauss2018-09-232-24/+19
* [core] fastcgi.h link to Open Market License (OML) (fixes #2901)Glenn Strauss2018-09-231-0/+3
* [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908)Glenn Strauss2018-09-231-2/+2
* [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902)Glenn Strauss2018-09-231-0/+2