summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* fix some warnings found by coverity ("leak" in setup phase, not catching too ...Stefan Bühler2015-08-301-0/+1
* [mmap] handle SIGBUS in network; those get triggered if the file gets smaller...Stefan Bühler2015-08-291-0/+1
* [plugins] when modules are linked statically still only load the modules give...Stefan Bühler2015-08-291-0/+1
* [mmap] fix mmap alignmentStefan Bühler2015-08-231-0/+1
* [mod_cgi] rewrite mmap and generic (post body) send error handlingStefan Bühler2015-08-231-0/+1
* [bsd xattr] fix compile break with BSD extended attributes in stat_cacheStefan Bühler2015-08-221-0/+1
* [autoconf] define HAVE_CRYPT when crypt() is presentStefan Bühler2015-08-221-0/+1
* [kqueue] fix kevent callStefan Bühler2015-08-221-0/+1
* fix some unchecked return value warningsStefan Bühler2015-08-221-0/+1
* rewrite network (write) backendsStefan Bühler2015-08-221-0/+1
* fix undefined integer shiftStefan Bühler2015-08-221-0/+1
* increase upload temporary chunk file size from 1MB to 16MBStefan Bühler2015-08-131-0/+1
* fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmi...Stefan Bühler2015-08-131-0/+1
* [mod_dirlisting] fix dir-listing.set-footer not showingStefan Bühler2015-08-091-0/+1
* [mod_proxy] remove debug log line from error log (fixes #2659)Stefan Bühler2015-08-031-0/+1
* - next is 1.4.37Stefan Bühler2015-07-261-1/+3
* [configfile] fix reading uninitialized variable (found by Willian B.)Stefan Bühler2015-07-191-0/+1
* [mod_proxy] add unix domain socket support (fixes #2653)lighttpd-1.4.36--rc1Pascal Bach2015-07-111-0/+1
* mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcfStefan Bühler2015-07-071-0/+1
* fix segfault when temp file for upload couldn't be created (found by coverity)Stefan Bühler2015-07-051-0/+1
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...Stefan Bühler2015-07-051-0/+1
* fix memory leak in mod_status when no counters are set (found by coverity)Stefan Bühler2015-07-051-0/+1
* parse If-None-Match for ETag validation (fixes #2578)Stefan Bühler2015-07-051-0/+1
* show extforward re-run warning only with debug.log-request-handling (fixes #2...Stefan Bühler2015-07-051-0/+1
* fix hex escape in accesslog (fixes #2559)Stefan Bühler2015-07-051-0/+1
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-281-2/+3
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+1
* fix error message for T_CONFIG_ARRAY config values if an entry value is not a...Stefan Bühler2015-05-141-0/+1
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-121-0/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-0/+1
* print backtrace in assert logging with libunwindStefan Bühler2015-02-071-0/+1
* [connections] fix bug in connection state handlingStefan Bühler2015-02-071-0/+1
* [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is ...Stefan Bühler2015-02-071-0/+1
* add NEWS entry for previous commitStefan Bühler2015-02-071-0/+1
* [ssl] disable SSL3.0 by defaultStefan Bühler2014-10-161-0/+1
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-161-0/+1
* [build] use fortify flags with "extra-warnings"Stefan Bühler2014-10-161-0/+1
* add support for (Free)BSD extended attributesMoritz Wilhelmy2014-05-221-0/+1
* fix typo in NEWS entry for #2579Stefan Bühler2014-05-131-1/+1
* add more mime types and a script to generate mime.conf (fxies #2579)Stefan Bühler2014-05-131-0/+1
* fix bad shift in conditional netmask ".../0" handlingStefan Bühler2014-04-141-0/+1
* use keep-alive timeout while waiting for HTTP headers; use always the read ti...Stefan Bühler2014-04-021-1/+1
* - next is 1.4.36Stefan Bühler2014-04-021-2/+5
* fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35Stefan Bühler2014-03-121-0/+1
* check length of unix domain socket filenamesStefan Bühler2014-02-161-0/+1
* [mod_webdav] fix logic error in handling file creation errorStefan Bühler2014-02-161-0/+1
* fix unchecked return values from stream_open/stat_cache_get_entryStefan Bühler2014-02-161-0/+1
* [network] check return value of lseek()Stefan Bühler2014-02-161-0/+1
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-0/+1
* [mod_cml_lua] fix null pointer dereferenceStefan Bühler2014-02-161-0/+1