summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_proxy] add unix domain socket support (fixes #2653)lighttpd-1.4.36--rc1Pascal Bach2015-07-111-14/+34
* 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-051-3/+3
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...Stefan Bühler2015-07-051-1/+1
* #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-051-1/+2
* 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-053-11/+145
* show extforward re-run warning only with debug.log-request-handling (fixes #2...Stefan Bühler2015-07-051-3/+5
* fix hex escape in accesslog (fixes #2559)Stefan Bühler2015-07-051-1/+1
* minor spelling fixesStefan Bühler2015-06-212-2/+2
* add some until now missing files to dist tarballStefan Bühler2015-06-211-34/+39
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-283-5/+67
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-1430-19/+48
* fix error message for T_CONFIG_ARRAY config values if an entry value is not a...Stefan Bühler2015-05-141-3/+3
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-123-5/+20
* [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-0857-777/+667
* 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-0861-1396/+1043
* print backtrace in assert logging with libunwindStefan Bühler2015-02-075-2/+90
* [connections] fix bug in connection state handlingStefan Bühler2015-02-071-13/+9
* [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is ...Stefan Bühler2015-02-071-6/+7
* [ssl] disable SSL3.0 by defaultStefan Bühler2014-10-161-1/+1
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-163-42/+40
* [build] use fortify flags with "extra-warnings"Stefan Bühler2014-10-161-1/+1
* add support for (Free)BSD extended attributesMoritz Wilhelmy2014-05-222-5/+33
* fix bad shift in conditional netmask ".../0" handlingStefan Bühler2014-04-141-1/+7
* use keep-alive timeout while waiting for HTTP headers; use always the read ti...Stefan Bühler2014-04-021-9/+11
* fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35Stefan Bühler2014-03-122-3/+18
* check length of unix domain socket filenamesStefan Bühler2014-02-163-6/+39
* 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-161-1/+1
* fix unchecked return values from stream_open/stat_cache_get_entryStefan Bühler2014-02-163-14/+25
* [network] check return value of lseek()Stefan Bühler2014-02-162-4/+11
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-1614-72/+25
* [mod_cml_lua] fix null pointer dereferenceStefan Bühler2014-02-161-7/+3
* [mod_scgi] use goto error for all error cases in mod_scgi_set_defaultsStefan Bühler2014-02-161-4/+4
* fix r2943 (added invalid read after free)Stefan Bühler2014-02-161-5/+10
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-1630-106/+119
* fix resource leaks in error cases on config parsing and other initializationsStefan Bühler2014-02-145-23/+38
* [buffer] fix length check in buffer_is_equal_right_lenStefan Bühler2014-02-141-1/+1
* remove logical dead codeStefan Bühler2014-02-142-6/+2
* add comments for switch fall throughsStefan Bühler2014-02-143-1/+3