summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix --enable-mmap handling in configure.aclighttpd-1.4.31Stefan Bühler2012-05-311-1/+2
* [mod_redirect] Support url.redirect-code option (fixes #2247)Stefan Bühler2012-05-301-0/+1
* [mod_extforward] Support ipv6 addresses (fixes #1889)Stefan Bühler2012-05-181-0/+1
* Detect multiple -f options: show error message instead of assert (fixes #2416)Stefan Bühler2012-05-181-0/+1
* [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simo...Stefan Bühler2012-04-191-0/+1
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-191-0/+1
* [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (f...Stefan Bühler2012-04-191-0/+1
* Fix access log escaping of " and \\ (fixes #1551)Stefan Bühler2012-04-191-0/+1
* Fix handling of empty header list entries in http_request_split_value, fixing...Stefan Bühler2012-04-191-0/+1
* buffer_caseless_compare: always convert letters to lowercase to get transitiv...Stefan Bühler2012-04-081-0/+1
* Disable mmap by default (fixes #2391)Stefan Bühler2012-02-241-0/+1
* [mod_compress] fix handling if etags are disabled but cache-dir is set - may ...Stefan Bühler2012-01-111-0/+1
* Move fdevent subsystem includes to implementation files to reduce conflicts (...Stefan Bühler2011-12-251-0/+1
* [ssl] fix segfault in counting renegotiations for openssl versions without TL...Stefan Bühler2011-12-231-1/+1
* - next is 1.4.31Stefan Bühler2011-12-181-1/+4
* [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)Stefan Bühler2011-12-181-0/+1
* [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT ...Stefan Bühler2011-12-051-0/+1
* [core] accept dots in ipv6 addresses in host header (fixes #2359)Stefan Bühler2011-11-301-0/+1
* [ssl] add option to honor server cipher order, true by default (fixes #2364)Stefan Bühler2011-11-301-0/+1
* [ssl] count renegotiations to prevent client renegotiationsStefan Bühler2011-11-301-0/+1
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)Stefan Bühler2011-11-291-0/+1
* Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fix...Stefan Bühler2011-10-051-0/+1
* Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)Stefan Bühler2011-09-051-0/+1
* Add static-file.disable-pathinfo option to prevent handling of urls like .../...Stefan Bühler2011-08-301-0/+1
* [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabledStefan Bühler2011-08-221-0/+2
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-301-1/+1
* - next is 1.4.30Stefan Bühler2011-07-031-1/+4
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-131-0/+1
* [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)Stefan Bühler2011-06-131-0/+1
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ...Stefan Bühler2011-06-131-0/+1
* [proc,include_shell] log error if exec shell fails (fixes #2280)Stefan Bühler2011-06-121-0/+1
* [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buf...Stefan Bühler2011-04-241-0/+1
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...Stefan Bühler2011-04-241-0/+1
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchang...Stefan Bühler2011-03-131-0/+3
* [build] Fix detection of libev (fixes #2300)Stefan Bühler2011-03-131-0/+1
* mod_cgi: make read buffer as big as incoming data blockStefan Bühler2011-03-131-0/+1
* Silence annoying "connection closed: poll() -> ERR" error.log message (fixes ...Stefan Bühler2010-09-171-0/+1
* Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)Stefan Bühler2010-09-171-1/+1
* - next is 1.4.29Stefan Bühler2010-08-221-1/+4
* Add ticket number in NEWS for segfault fixlighttpd-1.4.28Stefan Bühler2010-08-221-1/+1
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)Stefan Bühler2010-08-221-0/+1
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-1/+1
* Silence freebsd_kqueue delete errorsStefan Bühler2010-08-141-1/+1
* - next is 1.4.28Stefan Bühler2010-08-131-1/+4
* Revert "autotools: don't recreate parser files with lemon after lemon rebuild...Stefan Bühler2010-08-111-1/+0
* bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/...Stefan Bühler2010-08-071-0/+1
* don't overwrite global server.force-lowercase-filenames setting (fixes #2042)Stefan Bühler2010-08-071-0/+1
* mod_proxy: return response as soon as it is available (fixes #2196)Stefan Bühler2010-08-071-0/+1
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-071-0/+1
* only require FDEVENT_IN bit to be set for listening connections (fixes #2227)Stefan Bühler2010-08-061-0/+1