summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] clean up srv before exiting for lighttpd -[vVh]lighttpd-1.4.xstbuehler2016-04-012-3/+4
* [stream] fstat() after open() to obtain file sizestbuehler2016-04-012-16/+45
* use li_[iu]tostrn() instead of li_[iu]tostr()stbuehler2016-04-0110-26/+17
* pass buf size to li_tohex()stbuehler2016-04-018-19/+23
* [mod_status] use snprintf() instead of sprintf()stbuehler2016-04-012-3/+4
* [mod_webdav] allow Depth: Infinity lock on file (fixes #2296)stbuehler2016-04-012-3/+6
* [configparser] fix small leak on config failurestbuehler2016-03-261-1/+5
* [stat] mimetype.xattr-name global config option (fixes #2631)stbuehler2016-03-266-7/+13
* [core] lighttpd -tt performs preflight startup checks (fixes #411)stbuehler2016-03-265-5/+34
* [core] fixed the loading for default modules if they are specified explicitlystbuehler2016-03-262-3/+30
* [core] respond 411 Length Required if request has Transfer-Encoding: chunked ...stbuehler2016-03-262-1/+10
* [core] wait for grandchild to be ready when daemonizing (fixes #2712, thx pas...stbuehler2016-03-262-4/+49
* [mod_proxy] accept LF delimited headers, not just CRLF (fixes #2594)stbuehler2016-03-262-3/+4
* [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)stbuehler2016-03-262-0/+26
* [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721)stbuehler2016-03-262-3/+41
* add NEWS entry for previous commitstbuehler2016-03-261-0/+1
* validate return values from strtol, strtoul (fixes #2564)stbuehler2016-03-267-17/+54
* [http_auth/mod_fastcgi] check get_http_*_name() for NULL return (#2583)stbuehler2016-03-262-0/+3
* [buffer] refactor buffer_path_simplify (fixes #2560)stbuehler2016-03-252-31/+44
* [base64] fix another crash due to broken force_assert conditionsstbuehler2016-03-251-2/+2
* [unittests] add test_buffer and test_base64 unit testsstbuehler2016-03-255-1/+262
* [base64] fix crash due to broken force_assertstbuehler2016-03-232-1/+2
* [core] replace array weakref with vectorstbuehler2016-03-198-42/+37
* [core] add generic vector implementationstbuehler2016-03-196-1/+97
* [autobuild] include first.h in make diststbuehler2016-03-191-1/+1
* consistent inclusion of config.h at top of files (fixes #2073)stbuehler2016-03-19134-67/+248
* [core] truncate pidfile on exit (fixes #2695)stbuehler2016-03-192-27/+43
* [core] fix request_start in keep-alive requests to mark time when received fi...stbuehler2016-03-192-0/+7
* [autobuild] use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET (fixes #1866)stbuehler2016-03-192-1/+2
* [core] log remote address on request timeouts (fixes #652)stbuehler2016-03-192-2/+5
* restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP probl...stbuehler2016-03-192-0/+4
* [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)stbuehler2016-03-192-0/+3
* [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)stbuehler2016-03-192-7/+7
* [core] accept $SERVER["socket"] without port, use server.port as fallback (fi...stbuehler2016-03-192-3/+9
* [core] more careful parse of $SERVER["socket"] config str (prepare #2204)stbuehler2016-03-192-25/+28
* [core] configparser: error on duplicate keys in array merge (fixes #2685)stbuehler2016-03-152-1/+8
* [core] provide array_extract_element and use itstbuehler2016-03-154-21/+42
* [core] fix memory leak in configparser_merge_datastbuehler2016-03-152-0/+2
* [core] refactor array search; raise array size limit to SSIZE_MAXstbuehler2016-03-153-55/+43
* [core] rename variable in array.cstbuehler2016-03-151-8/+8
* [core] improve array API to prevent theoretical memory leaksstbuehler2016-03-156-42/+55
* [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning fail...stbuehler2016-03-143-22/+44
* [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortif...stbuehler2016-03-132-1/+2
* [mod_rewrite] fix return type of process_rewrite_rulesstbuehler2016-03-131-1/+1
* [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)stbuehler2016-03-042-1/+2
* [mod_proxy] use case-insensitive comparision to filter headers, send Connecti...stbuehler2016-03-042-3/+4
* [mod_cgi] kill CGI if fail to write request bodystbuehler2016-03-042-0/+3
* [mod_cgi] simplify mod_cgi_handle_subrequest()stbuehler2016-03-042-37/+4
* [mod_cgi] consolidate CGI cleanup codestbuehler2016-03-042-109/+26
* [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)stbuehler2016-03-042-19/+34