| Commit message (Expand) | Author | Age | Files | Lines |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -0/+1 |
* | print backtrace in assert logging with libunwind | Stefan Bühler | 2015-02-07 | 1 | -0/+1 |
* | [connections] fix bug in connection state handling | Stefan Bühler | 2015-02-07 | 1 | -0/+1 |
* | [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is ... | Stefan Bühler | 2015-02-07 | 1 | -0/+1 |
* | add NEWS entry for previous commit | Stefan Bühler | 2015-02-07 | 1 | -0/+1 |
* | [ssl] disable SSL3.0 by default | Stefan Bühler | 2014-10-16 | 1 | -0/+1 |
* | [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil... | Stefan Bühler | 2014-10-16 | 1 | -0/+1 |
* | [build] use fortify flags with "extra-warnings" | Stefan Bühler | 2014-10-16 | 1 | -0/+1 |
* | add support for (Free)BSD extended attributes | Moritz Wilhelmy | 2014-05-22 | 1 | -0/+1 |
* | fix typo in NEWS entry for #2579 | Stefan Bühler | 2014-05-13 | 1 | -1/+1 |
* | add more mime types and a script to generate mime.conf (fxies #2579) | Stefan Bühler | 2014-05-13 | 1 | -0/+1 |
* | fix bad shift in conditional netmask ".../0" handling | Stefan Bühler | 2014-04-14 | 1 | -0/+1 |
* | use keep-alive timeout while waiting for HTTP headers; use always the read ti... | Stefan Bühler | 2014-04-02 | 1 | -1/+1 |
* | - next is 1.4.36 | Stefan Bühler | 2014-04-02 | 1 | -2/+5 |
* | fix SQL injection / host name validation (thx Jann Horn)lighttpd-1.4.35 | Stefan Bühler | 2014-03-12 | 1 | -0/+1 |
* | check length of unix domain socket filenames | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | [mod_webdav] fix logic error in handling file creation error | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | fix unchecked return values from stream_open/stat_cache_get_entry | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | [network] check return value of lseek() | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | force assertion: setting FD_CLOEXEC must work (if available) | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | [mod_cml_lua] fix null pointer dereference | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | add force_assert() to enforce assertions as simple assert()s are disabled by ... | Stefan Bühler | 2014-02-16 | 1 | -0/+1 |
* | fix resource leaks in error cases on config parsing and other initializations | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [buffer] fix length check in buffer_is_equal_right_len | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | remove logical dead code | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | add comments for switch fall throughs | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [mod_magnet] fix memory leak | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [mod_dirlisting] fix memory leak if pcre fails | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [mod_rrdtool] fix invalid read (string not null terminated) | Stefan Bühler | 2014-02-14 | 1 | -0/+1 |
* | [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active) | Stefan Bühler | 2014-02-14 | 1 | -1/+1 |
* | NEWS entry for previous commit | Stefan Bühler | 2014-02-14 | 1 | -1/+2 |
* | - next is 1.4.35 | Stefan Bühler | 2014-01-20 | 1 | -0/+3 |
* | [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri) | Stefan Bühler | 2014-01-10 | 1 | -0/+1 |
* | [mod_mysql_vhost] fix memory leak on config init (#2530) | Stefan Bühler | 2014-01-10 | 1 | -0/+1 |
* | [auto* build] remove -no-undefined from linker flags, as we actually link mod... | Stefan Bühler | 2014-01-10 | 1 | -0/+1 |
* | [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditi... | Stefan Bühler | 2014-01-10 | 1 | -0/+1 |
* | maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ... | Stefan Bühler | 2014-01-10 | 1 | -0/+1 |
* | [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken) | Stefan Bühler | 2013-11-13 | 1 | -0/+1 |
* | [core] check success of setuid,setgid,setgroups (CVE-2013-4559) | Stefan Bühler | 2013-11-13 | 1 | -0/+1 |
* | [stat-cache] fix FAM cleanup/fdevent handling | Stefan Bühler | 2013-11-13 | 1 | -0/+1 |
* | [stat-cache] FAM: fix use after free (CVE-2013-4560) | Stefan Bühler | 2013-11-13 | 1 | -0/+1 |
* | NEWS entry for previous commit | Stefan Bühler | 2013-11-13 | 1 | -0/+1 |
* | [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con... | Stefan Bühler | 2013-11-05 | 1 | -0/+1 |
* | [mod_extforward] fix compilation without IPv6, (not) using undefined var (fix... | Stefan Bühler | 2013-10-13 | 1 | -0/+1 |
* | [mod_auth] explicitly link ssl for SHA1 (fixes #2517) | Stefan Bühler | 2013-10-13 | 1 | -1/+1 |
* | - next is 1.4.34 | Stefan Bühler | 2013-09-27 | 1 | -1/+4 |
* | [core] set signal handlers before forking child processes in modules/plugins_... | Stefan Bühler | 2013-08-30 | 1 | -0/+1 |
* | [core] allow files to be used as document-root (fixes #2475) | Stefan Bühler | 2013-08-30 | 1 | -0/+1 |
* | [mod_accesslog] add accesslog.syslog-level option (fixes #2480) | Stefan Bühler | 2013-08-30 | 1 | -0/+1 |