summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dist] add dist-xz, remove dist-bzip2, allow ~rc appendix in packdist.shlighttpd-1.4.36Stefan Bühler2015-07-192-15/+6
* [configfile] fix reading uninitialized variable (found by Willian B.)Stefan Bühler2015-07-193-12/+16
* [mod_proxy] add unix domain socket support (fixes #2653)lighttpd-1.4.36--rc1Pascal Bach2015-07-112-14/+35
* mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcfStefan Bühler2015-07-073-9/+37
* check fcgi_env_add return value (found by coverity)Stefan Bühler2015-07-051-2/+2
* fix segfault when temp file for upload couldn't be created (found by coverity)Stefan Bühler2015-07-052-3/+4
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...Stefan Bühler2015-07-052-1/+2
* #ifdef all parts belonging to the connection-state debuggingStefan Bühler2015-07-051-1/+5
* fix memory leak in mod_status when no counters are set (found by coverity)Stefan Bühler2015-07-052-1/+3
* check pointer before usage in new etag compareStefan Bühler2015-07-051-1/+2
* parse If-None-Match for ETag validation (fixes #2578)Stefan Bühler2015-07-055-12/+247
* show extforward re-run warning only with debug.log-request-handling (fixes #2...Stefan Bühler2015-07-052-3/+6
* fix hex escape in accesslog (fixes #2559)Stefan Bühler2015-07-052-1/+2
* minor spelling fixesStefan Bühler2015-06-212-2/+2
* add some until now missing files to dist tarballStefan Bühler2015-06-215-83/+116
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-284-7/+70
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-1431-19/+49
* fix error message for T_CONFIG_ARRAY config values if an entry value is not a...Stefan Bühler2015-05-142-3/+4
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-125-12/+36
* [tests] fix undefined index warning in sendfile.phpStefan Bühler2015-02-081-1/+1
* [crc32] fix method signature (const pointer)Stefan Bühler2015-02-082-2/+2
* remove unused stuff from server.hStefan Bühler2015-02-081-8/+0
* [bitset] unused -> removeStefan Bühler2015-02-086-91/+4
* [buffer] constify some parametersStefan Bühler2015-02-082-12/+12
* rename buffer_append_long_hex to buffer_append_uint_hexStefan Bühler2015-02-084-24/+8
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-0858-778/+668
* [tests] improve valgrind and strace TRACEME, disable condition logging in nor...Stefan Bühler2015-02-083-5/+5
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-0822-309/+175
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-0817-351/+465
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-0862-1396/+1044
* print backtrace in assert logging with libunwindStefan Bühler2015-02-077-2/+102
* [connections] fix bug in connection state handlingStefan Bühler2015-02-072-13/+10
* [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is ...Stefan Bühler2015-02-072-6/+8
* add NEWS entry for previous commitStefan Bühler2015-02-071-0/+1
* Fixed typo found by openSUSE user (boo# 907709)Marcus Rückert2015-02-051-3/+3
* [ssl] disable SSL3.0 by defaultStefan Bühler2014-10-162-1/+2
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-164-42/+41
* [build] use fortify flags with "extra-warnings"Stefan Bühler2014-10-163-4/+26
* add support for (Free)BSD extended attributesMoritz Wilhelmy2014-05-224-13/+51
* 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-133-66/+735
* fix bad shift in conditional netmask ".../0" handlingStefan Bühler2014-04-142-1/+8
* use keep-alive timeout while waiting for HTTP headers; use always the read ti...Stefan Bühler2014-04-022-10/+12
* - next is 1.4.36Stefan Bühler2014-04-024-5/+8
* fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35Stefan Bühler2014-03-124-4/+36
* check length of unix domain socket filenamesStefan Bühler2014-02-164-6/+40
* add some asserts to help static analyzersStefan Bühler2014-02-164-0/+4
* [mod_accesslog] don't close fd -1Stefan Bühler2014-02-161-1/+1
* [mod_webdav] fix logic error in handling file creation errorStefan Bühler2014-02-162-1/+2
* fix unchecked return values from stream_open/stat_cache_get_entryStefan Bühler2014-02-164-14/+26