summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_webdav] readdir POSIX compat (fixes #1826)Glenn Strauss2016-04-131-0/+1
* [mod_extforward] reset cond_cache for scheme (fixes #1499)Glenn Strauss2016-04-131-0/+1
* [mod_magnet] rename var for clarity (fixes #1483)Glenn Strauss2016-04-131-0/+1
* [mod_auth] send charset="UTF-8" in WWW-Authenticate (fixes #1468)Glenn Strauss2016-04-121-0/+1
* [mod_cgi] always set QUERY_STRING (fixes #1339)Glenn Strauss2016-04-121-0/+1
* [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)Glenn Strauss2016-04-081-0/+1
* [core] clean up srv before exiting for lighttpd -[vVh]Glenn Strauss2016-04-011-0/+1
* [stream] fstat() after open() to obtain file sizeGlenn Strauss2016-04-011-0/+1
* use li_[iu]tostrn() instead of li_[iu]tostr()Glenn Strauss2016-04-011-0/+1
* pass buf size to li_tohex()Glenn Strauss2016-04-011-0/+1
* [mod_status] use snprintf() instead of sprintf()Glenn Strauss2016-04-011-0/+1
* [mod_webdav] allow Depth: Infinity lock on file (fixes #2296)Glenn Strauss2016-04-011-0/+1
* [stat] mimetype.xattr-name global config option (fixes #2631)Glenn Strauss2016-03-261-0/+1
* [core] lighttpd -tt performs preflight startup checks (fixes #411)Glenn Strauss2016-03-261-0/+1
* [core] fixed the loading for default modules if they are specified explicitlyJan Kneschke2016-03-261-0/+1
* [core] respond 411 Length Required if request has Transfer-Encoding: chunked ...Glenn Strauss2016-03-261-0/+1
* [core] wait for grandchild to be ready when daemonizing (fixes #2712, thx pas...Glenn Strauss2016-03-261-0/+1
* [mod_proxy] accept LF delimited headers, not just CRLF (fixes #2594)Glenn Strauss2016-03-261-0/+1
* [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)Glenn Strauss2016-03-261-0/+1
* [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721)fbrosson2016-03-261-0/+1
* add NEWS entry for previous commitStefan Bühler2016-03-261-0/+1
* [buffer] refactor buffer_path_simplify (fixes #2560)Stefan Bühler2016-03-251-0/+1
* [unittests] add test_buffer and test_base64 unit testsStefan Bühler2016-03-251-0/+1
* [base64] fix crash due to broken force_assertAndrey Mnatsakanov2016-03-231-0/+1
* [core] replace array weakref with vectorStefan Bühler2016-03-191-0/+1
* [core] add generic vector implementationStefan Bühler2016-03-191-0/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
* [core] truncate pidfile on exit (fixes #2695)Kyle J. McKay2016-03-191-0/+1
* [core] fix request_start in keep-alive requests to mark time when received fi...Stefan Bühler2016-03-191-0/+1
* [autobuild] use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET (fixes #1866)Stefan Bühler2016-03-191-0/+1
* [core] log remote address on request timeouts (fixes #652)Stefan Bühler2016-03-191-0/+1
* restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP probl...Stefan Bühler2016-03-191-0/+1
* [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)Stefan Bühler2016-03-191-0/+1
* [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)Stefan Bühler2016-03-191-0/+1
* [core] accept $SERVER["socket"] without port, use server.port as fallback (fi...Stefan Bühler2016-03-191-0/+1
* [core] more careful parse of $SERVER["socket"] config str (prepare #2204)Glenn Strauss2016-03-191-0/+1
* [core] configparser: error on duplicate keys in array merge (fixes #2685)Glenn Strauss2016-03-151-0/+1
* [core] provide array_extract_element and use itStefan Bühler2016-03-151-0/+1
* [core] fix memory leak in configparser_merge_dataStefan Bühler2016-03-151-0/+1
* [core] refactor array search; raise array size limit to SSIZE_MAXStefan Bühler2016-03-151-0/+1
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-151-0/+1
* [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning fail...Stefan Bühler2016-03-141-0/+1
* [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortif...Stefan Bühler2016-03-131-0/+1
* [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)Stefan Bühler2016-03-041-0/+1
* [mod_proxy] use case-insensitive comparision to filter headers, send Connecti...Stefan Bühler2016-03-041-0/+1
* [mod_cgi] kill CGI if fail to write request bodyGlenn Strauss2016-03-041-0/+1
* [mod_cgi] simplify mod_cgi_handle_subrequest()Glenn Strauss2016-03-041-0/+1
* [mod_cgi] consolidate CGI cleanup codeGlenn Strauss2016-03-041-0/+1
* [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)Glenn Strauss2016-03-041-0/+1
* [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)Glenn Strauss2016-03-041-0/+1