summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* fix some unchecked return value warningsStefan Bühler2015-08-221-3/+7
* #ifdef all parts belonging to the connection-state debuggingStefan Bühler2015-07-051-1/+5
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-12/+11
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-1/+1
* use keep-alive timeout while waiting for HTTP headers; use always the read ti...Stefan Bühler2014-04-021-9/+11
* add some asserts to help static analyzersStefan Bühler2014-02-161-0/+1
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-4/+4
* [core] check success of setuid,setgid,setgroups (CVE-2013-4559)Stefan Bühler2013-11-131-3/+12
* [stat-cache] fix FAM cleanup/fdevent handlingStefan Bühler2013-11-131-5/+4
* [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con...Stefan Bühler2013-11-051-0/+3
* [core] set signal handlers before forking child processes in modules/plugins_...Stefan Bühler2013-08-301-45/+45
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* Detect multiple -f options: show error message instead of assert (fixes #2416)Stefan Bühler2012-05-181-0/+7
* list all network handlers in lighttpd -V (fixes #2376)Stefan Bühler2011-12-271-8/+20
* [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)Stefan Bühler2011-12-181-0/+8
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-131-0/+5
* [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buf...Stefan Bühler2011-04-241-0/+2
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-2/+2
* report libev handler in feature list/mod_statusStefan Bühler2010-08-071-0/+5
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-1/+3
* Fix two compiler warningsStefan Bühler2010-07-041-1/+3
* Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)Stefan Bühler2009-10-191-0/+5
* Add SSL Client Certificate verification (#1288)Stefan Bühler2009-10-141-0/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-23/+23
* Remember keep-alive-idle in separate variable (fixes #1988)Stefan Bühler2009-10-111-1/+1
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+2
* Fix FD_SETSIZE comparision warnings on FreeBSDStefan Bühler2009-07-101-4/+4
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-2/+4
* Add support for "real" entropy from /dev/[u]random (fixes #1977)Stefan Bühler2009-06-111-0/+14
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-2/+3
* Add proper SUID bit detection (fixes #416)Stefan Bühler2009-04-091-1/+12
* Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)Stefan Bühler2009-03-071-0/+3
* Silenced the annoying "request timed out" warning, enable with the "debug.log...Stefan Bühler2009-02-051-3/+3
* Fix max-connection limit handling/100% cpu usage (fixes #1436)Stefan Bühler2009-02-051-3/+3
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-041-0/+1
* Use/enforce sane max-connection values (fixes #1803)Stefan Bühler2009-02-031-5/+6
* Remove floating point math from server.c (fixes #1402)Stefan Bühler2009-02-031-2/+2
* Use struct copy instead of memcpy for volatile siginfo_t in server.cStefan Bühler2008-08-191-3/+3
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-1/+1
* - revert unwanted commitElan Ruusamäe2008-07-141-79/+81
* - merge spawn-fcgi changes from trunk (from @2191)Elan Ruusamäe2008-07-141-81/+79
* Implement a clean way to open /dev/null and use it to close stdin/out/err in ...Stefan Bühler2008-04-291-13/+2
* Fix comment style (use /* */ instead of //)Stefan Bühler2008-04-231-2/+2
* r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100Stefan Bühler2008-02-261-3/+0
* - open log immediately after daemonizing, fixes SIGPIPEs on startup (#165)Elan Ruusamäe2008-01-171-8/+11
* - apply patches from #1384Elan Ruusamäe2007-11-101-8/+13
* * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)Jan Kneschke2007-09-051-10/+69
* fixed compile error on IRIX 6.5.x on prctl()Jan Kneschke2007-09-021-1/+4
* use HAVE_SYS_PRCTL_H as HAVE_PRCTL is not checked forJan Kneschke2007-08-211-1/+1
* added sending UID and PID for SIGTERM and SIGINT to the logsJan Kneschke2007-08-211-9/+46