| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some unchecked return value warnings | Stefan Bühler | 2015-08-22 | 1 | -3/+7 |
* | #ifdef all parts belonging to the connection-state debugging | Stefan Bühler | 2015-07-05 | 1 | -1/+5 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -12/+11 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -1/+1 |
* | use keep-alive timeout while waiting for HTTP headers; use always the read ti... | Stefan Bühler | 2014-04-02 | 1 | -9/+11 |
* | add some asserts to help static analyzers | 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 | -4/+4 |
* | [core] check success of setuid,setgid,setgroups (CVE-2013-4559) | Stefan Bühler | 2013-11-13 | 1 | -3/+12 |
* | [stat-cache] fix FAM cleanup/fdevent handling | Stefan Bühler | 2013-11-13 | 1 | -5/+4 |
* | [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con... | Stefan Bühler | 2013-11-05 | 1 | -0/+3 |
* | [core] set signal handlers before forking child processes in modules/plugins_... | Stefan Bühler | 2013-08-30 | 1 | -45/+45 |
* | Fix non-ANSI function declarations. | Cyril Brulebois | 2012-08-31 | 1 | -1/+1 |
* | Detect multiple -f options: show error message instead of assert (fixes #2416) | Stefan Bühler | 2012-05-18 | 1 | -0/+7 |
* | list all network handlers in lighttpd -V (fixes #2376) | Stefan Bühler | 2011-12-27 | 1 | -8/+20 |
* | [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324) | Stefan Bühler | 2011-12-18 | 1 | -0/+8 |
* | fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29 | Stefan Bühler | 2011-06-13 | 1 | -0/+5 |
* | [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buf... | Stefan Bühler | 2011-04-24 | 1 | -0/+2 |
* | Rename fdevent_event_add to _set to reflect what the function does. Fix some ... | Stefan Bühler | 2010-08-17 | 1 | -2/+2 |
* | report libev handler in feature list/mod_status | Stefan Bühler | 2010-08-07 | 1 | -0/+5 |
* | cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls | Stefan Bühler | 2010-08-06 | 1 | -1/+3 |
* | Fix two compiler warnings | Stefan Bühler | 2010-07-04 | 1 | -1/+3 |
* | Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086) | Stefan Bühler | 2009-10-19 | 1 | -0/+5 |
* | Add SSL Client Certificate verification (#1288) | Stefan Bühler | 2009-10-14 | 1 | -0/+1 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -23/+23 |
* | Remember keep-alive-idle in separate variable (fixes #1988) | Stefan Bühler | 2009-10-11 | 1 | -1/+1 |
* | Fix issues found with clang analyzer | Stefan Bühler | 2009-07-21 | 1 | -2/+2 |
* | Fix FD_SETSIZE comparision warnings on FreeBSD | Stefan Bühler | 2009-07-10 | 1 | -4/+4 |
* | Add server.breakagelog, a "special" stderr (fixes #1863) | Stefan Bühler | 2009-06-21 | 1 | -2/+4 |
* | Add support for "real" entropy from /dev/[u]random (fixes #1977) | Stefan Bühler | 2009-06-11 | 1 | -0/+14 |
* | Add revision number to package version for svn/git checkouts | Stefan Bühler | 2009-04-10 | 1 | -2/+3 |
* | Add proper SUID bit detection (fixes #416) | Stefan Bühler | 2009-04-09 | 1 | -1/+12 |
* | Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926) | Stefan Bühler | 2009-03-07 | 1 | -0/+3 |
* | Silenced the annoying "request timed out" warning, enable with the "debug.log... | Stefan Bühler | 2009-02-05 | 1 | -3/+3 |
* | Fix max-connection limit handling/100% cpu usage (fixes #1436) | Stefan Bühler | 2009-02-05 | 1 | -3/+3 |
* | Add option to ignore the "Expect: 100-continue" header instead of returning 4... | Stefan Bühler | 2009-02-04 | 1 | -0/+1 |
* | Use/enforce sane max-connection values (fixes #1803) | Stefan Bühler | 2009-02-03 | 1 | -5/+6 |
* | Remove floating point math from server.c (fixes #1402) | Stefan Bühler | 2009-02-03 | 1 | -2/+2 |
* | Use struct copy instead of memcpy for volatile siginfo_t in server.c | Stefan Bühler | 2008-08-19 | 1 | -3/+3 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -1/+1 |
* | - revert unwanted commit | Elan Ruusamäe | 2008-07-14 | 1 | -79/+81 |
* | - merge spawn-fcgi changes from trunk (from @2191) | Elan Ruusamäe | 2008-07-14 | 1 | -81/+79 |
* | Implement a clean way to open /dev/null and use it to close stdin/out/err in ... | Stefan Bühler | 2008-04-29 | 1 | -13/+2 |
* | Fix comment style (use /* */ instead of //) | Stefan Bühler | 2008-04-23 | 1 | -2/+2 |
* | r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 | Stefan Bühler | 2008-02-26 | 1 | -3/+0 |
* | - open log immediately after daemonizing, fixes SIGPIPEs on startup (#165) | Elan Ruusamäe | 2008-01-17 | 1 | -8/+11 |
* | - apply patches from #1384 | Elan Ruusamäe | 2007-11-10 | 1 | -8/+13 |
* | * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902) | Jan Kneschke | 2007-09-05 | 1 | -10/+69 |
* | fixed compile error on IRIX 6.5.x on prctl() | Jan Kneschke | 2007-09-02 | 1 | -1/+4 |
* | use HAVE_SYS_PRCTL_H as HAVE_PRCTL is not checked for | Jan Kneschke | 2007-08-21 | 1 | -1/+1 |
* | added sending UID and PID for SIGTERM and SIGINT to the logs | Jan Kneschke | 2007-08-21 | 1 | -9/+46 |