summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.53Glenn Strauss2019-01-261-0/+42
* [mod_openssl] ssl.privkey directive (optional)Glenn Strauss2019-01-261-7/+16
* [core] Fix recursive include_shell invocationsMartin Storsjö2019-01-261-2/+2
* [mod_openssl] ALPN and acme-tls/1 (fixes #2931)Glenn Strauss2019-01-251-1/+194
* [core] con->uri.scheme is maintained lowercaseGlenn Strauss2019-01-221-3/+2
* [mod_webdav] compare COPY, MOVE Destination schemeGlenn Strauss2019-01-221-2/+4
* [multiple] quiet clang --analyze where trivialGlenn Strauss2019-01-215-5/+10
* [multiple] calloc match ptr type (clang --analyze)Glenn Strauss2019-01-215-5/+5
* [mod_expire] look up expire fallback "" explicitlyGlenn Strauss2019-01-211-1/+1
* [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)Glenn Strauss2019-01-192-19/+29
* [core] systemd socket activation supportGlenn Strauss2019-01-194-4/+105
* [core] network_srv_sockets_append() shared codeGlenn Strauss2019-01-181-11/+15
* [core] move /dev/stdin graceful restart handlingGlenn Strauss2019-01-181-5/+3
* [core] move winsock init to network_init()Glenn Strauss2019-01-131-15/+10
* [doc/conf] resolve some mime type conflicts from debian buster, regenerate mi...Stefan Bühler2019-01-132-3/+27
* [core] cache rev DNS for localhost for dir redirGlenn Strauss2019-01-111-1/+22
* [core] send Connection: close if reqbody not read (fixes #2924)Glenn Strauss2019-01-101-0/+4
* [mod_auth] permit additional auth backends to loadGlenn Strauss2019-01-101-1/+1
* [core] define MD5_DIGEST_LENGTH 16Glenn Strauss2019-01-101-1/+5
* [core] memeq compare rounded to 64, not next 1MGlenn Strauss2019-01-101-1/+1
* [core] use con->server_name for dir redirGlenn Strauss2019-01-101-1/+9
* [core] http_response_buffer_append_authority()Glenn Strauss2018-12-302-4/+12
* [core] use connected sock port in dir redirectGlenn Strauss2018-12-301-2/+4
* [core] do not free() reused bufferGlenn Strauss2018-12-301-5/+1
* [core] perf: reuse buffer to redirect to directoryGlenn Strauss2018-12-281-7/+1
* [core] perf: incremental hash of pathname w/o copyGlenn Strauss2018-12-261-21/+10
* [tests] more test config cleanupGlenn Strauss2018-12-185-84/+6
* [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)Glenn Strauss2018-12-181-1/+1
* [multiple] reduce initial buffer sz if large POST (fixes #2922)Glenn Strauss2018-12-125-13/+24
* [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-1012-171/+161
* [core] use kill_signal for gw_proc_kill()Glenn Strauss2018-12-101-5/+12
* [tests] include first.h and NDEBUG earlyGlenn Strauss2018-12-032-2/+5
* [mod_access] t/test_mod_accessGlenn Strauss2018-12-0310-54/+100
* [mod_access] restructure for unit testsGlenn Strauss2018-12-031-31/+37
* [mod_evhost] t/test_mod_evhostGlenn Strauss2018-12-039-117/+126
* [mod_evhost] restructure for unit testsGlenn Strauss2018-12-031-39/+23
* [mod_evhost] split uri handler func for testingGlenn Strauss2018-12-031-14/+19
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-0312-87/+116
* [mod_cml,mod_flv_streaming] fix NULL ptr derefGlenn Strauss2018-12-022-0/+2
* - next is 1.4.53Glenn Strauss2018-11-284-4/+4
* [core] invert logic for mod_indexfile load warninglighttpd-1.4.52Glenn Strauss2018-11-281-1/+1
* [mod_webdav] silence warnings if built w/o locksGlenn Strauss2018-11-281-10/+11
* [doc] NEWSGlenn Strauss2018-11-281-1/+80
* [core] quiet indexfile warning if mod not loadedGlenn Strauss2018-11-281-4/+10
* [core] buffer_append_path_len()Glenn Strauss2018-11-288-46/+73
* [core] fix typoGlenn Strauss2018-11-261-1/+1
* [mod_proxy] silence coverity false positiveGlenn Strauss2018-11-251-0/+3
* [multiple] validate UTF-8 in url-decoded pathsGlenn Strauss2018-11-255-5/+69