summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* - 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
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-0/+1
* Add check to stop loading plugins twiceStefan Bühler2010-08-051-0/+1
* array.c: improve array_get_unused_element to check data type; fix mem leak if...Stefan Bühler2010-08-051-0/+1
* openssl: silence annoying error messages for errno==0 (fixes #2213)Stefan Bühler2010-08-051-0/+1
* autotools: don't recreate parser files with lemon after lemon rebuildStefan Bühler2010-08-051-0/+1
* mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)Stefan Bühler2010-08-051-0/+1
* mod_status: Add version to status page (fixes #2219)Stefan Bühler2010-07-111-0/+1
* mod_accesslog: Fix var declarations mixed in source (fixes #2233)Stefan Bühler2010-07-111-0/+1
* mod_cgi: fix race condition leaving response not forwarded to client (fixes #...Stefan Bühler2010-07-041-0/+1
* mod_staticfile: add debug output if we ignore a file with static-file.exclude...Stefan Bühler2010-07-041-0/+1
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfi...Stefan Bühler2010-07-041-0/+1
* mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)Stefan Bühler2010-07-041-0/+1
* Fix two compiler warningsStefan Bühler2010-07-041-0/+1
* Fix etag formattingStefan Bühler2010-07-041-0/+1