summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [plugins] don't include dlfcn.h if not needed (fixes #2548)Stefan Bühler2016-02-281-0/+1
* [mod_compress] case-insensitive content-codings (fixes #2645)Glenn Strauss2016-02-281-0/+1
* [core] improve conditional enabling (thx Gwenlliana, #2598)Stefan Bühler2016-02-211-0/+1
* [core] fix conditional cache handlingStefan Bühler2016-02-211-0/+1
* [core] never evaluate else branches until the previous branches are aready (f...Glenn Strauss2016-02-211-0/+1
* [configparser] don't continue after parse error (fixes #2717)Stefan Bühler2016-02-191-0/+1
* [mod_cgi] issue trace and exit if execve() fails (closes #2302)Glenn Strauss2016-02-141-0/+1
* [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)Glenn Strauss2016-02-141-0/+1
* [core] do not send SIGHUP to process group unless server.max-workers is used ...Glenn Strauss2016-02-141-0/+1
* [mod_cgi] use MAP_PRIVATE to mmap temporary file instead of MAP_SHARED (fixes...Glenn Strauss2016-02-101-0/+1
* add force_assert for more allocation resultsStefan Bühler2016-01-301-0/+1
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-0/+1
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-031-0/+1
* [mod_ssi] enhance support for ssi varsfbrosson2016-01-031-0/+1
* - next is 1.4.40Stefan Bühler2016-01-031-1/+3
* [chunk] fix use after free / double free (fixes #2700)Stefan Bühler2015-12-191-0/+1
* [core] fix memset_s call (fixes #2698)Stefan Bühler2015-12-181-0/+1
* - next ist 1.4.39Stefan Bühler2015-12-051-1/+3
* [core] show correct crypt support result (fixes #2690)lighttpd-1.4.38Kyle J. McKay2015-12-041-0/+1
* [network] add darwin-sendfile backend (fixes #2687)Kyle J. McKay2015-12-041-0/+1
* [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691)Kyle J. McKay2015-12-041-0/+1
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-221-0/+1
* [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #266...Stefan Bühler2015-11-071-0/+1
* [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART e...Stefan Bühler2015-11-071-0/+1
* [core] revert increase of temp file size back to 1MB, provide a configure opt...Stefan Bühler2015-11-071-0/+1
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-0/+1
* [mod_secdownload] use a hopefully constant time comparison to check hash (fix...Stefan Bühler2015-10-271-0/+1
* add force_assert for many allocations and function resultsGaurav2015-10-161-0/+1
* [core] don't buffer request bodies smaller than 64k on diskStefan Bühler2015-10-131-0/+1
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-261-0/+1