summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] NEWSGlenn Strauss2016-06-261-0/+13
* [doc] NEWSGlenn Strauss2016-06-041-0/+20
* [doc] NEWSGlenn Strauss2016-05-101-0/+5
* [doc] NEWSGlenn Strauss2016-05-021-0/+7
* [doc] NEWSGlenn Strauss2016-04-281-0/+10
* [doc] NEWSGlenn Strauss2016-04-251-0/+9
* [core] compile with upcoming openssl 1.1.0 release (fixes #2727)Glenn Strauss2016-04-241-0/+1
* [core] retry tempdirs on partial write, ENOSPC (fixes #2588)Glenn Strauss2016-04-181-0/+1
* [config] server.listen-backlog option (fixes #1825, #2116)Glenn Strauss2016-04-181-0/+1
* [core] open fd when appending file to cq (fixes #2655)Glenn Strauss2016-04-181-0/+1
* [mod_indexfile] save physical path to env (fixes #448, #892)Glenn Strauss2016-04-141-0/+1
* [mod_redirect,mod-rewrite] short-circuit if blank replacement (fixes #2085)Glenn Strauss2016-04-141-0/+1
* [mod_ssi] config ssi.exec (fixes #2051)Glenn Strauss2016-04-141-0/+1
* [mod_ssi] config ssi.conditional-requestsfbrosson2016-04-141-0/+1
* [core] setrlimit max-fds <= rlim_max for non-root (fixes #2723)Glenn Strauss2016-04-131-0/+1
* [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)Glenn Strauss2016-04-131-0/+1
* [mod_dirlisting] class for dir <tr> (fixes #2304)Glenn Strauss2016-04-131-0/+1
* [mod_status] table w/ count of con states (fixes #2427)Glenn Strauss2016-04-131-0/+1
* [mod_status] page refresh option (fixes #2170)Glenn Strauss2016-04-131-0/+1
* [mod_expire] reset caching response headers for error docs (fixes #1919)Glenn Strauss2016-04-131-0/+1
* [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