summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-1792/+0
* reset srv->did_wakeup immediately after fdevent_pollstbuehler2010-12-301-1/+3
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-251-143/+10
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-141-0/+1
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-0/+3
* Remember keep-alive-idle in separate variable (fixes #1988)stbuehler2009-10-111-1/+1
* Enable linux-aio-sendfile for testing in cmake again, fix a small bug in itstbuehler2009-08-021-6/+7
* Fix FD_SETSIZE comparision warnings on FreeBSDstbuehler2009-07-101-4/+4
* Silenced the annoying "request timed out" warning, enable with the "debug.log...stbuehler2009-07-011-4/+3
* Add server.breakagelog, a "special" stderr (fixes #1863)stbuehler2009-06-211-1/+3
* Fix race condition with joblist thread condition/mutex (thx peto, fixes #1823)stbuehler2009-06-111-6/+5
* Send gthread dummy pointers to wake them up for faster exit (thx peto, fixes ...stbuehler2009-06-111-1/+9
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-111-0/+14
* Free ssl cipher list (thx peto, fixes #1809)stbuehler2009-06-111-0/+1
* Free wakeup_iosocket (thx peto, fixes #1808)stbuehler2009-06-111-0/+5
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-111-0/+14
* Fix many warningsstbuehler2009-04-271-8/+1
* merge: Add proper SUID bit detection (#416)stbuehler2009-04-091-1/+12
* merge: Fix segfault if siginfo_t* is NULL in sigaction handler (#1926)stbuehler2009-04-091-0/+3
* merge: Fix max-connection limit handling/100% cpu usage (#1436)stbuehler2009-04-091-3/+3
* merge: Use/enforce sane max-connection values (#1803)stbuehler2009-04-091-5/+6
* Fix shutdown leaks (fixes #1811), patch by petostbuehler2008-11-171-1/+3
* Use pipe-io instead of SIGUSR1 to wakeup main thread (fixes #1517)stbuehler2008-10-101-4/+32
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-1/+1
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-3/+3
* fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)stbuehler2008-03-211-4/+1
* fix many (64-bit) format warnings and unsigned/signed compare warningsstbuehler2008-03-201-3/+3
* - fix printf format warnings. Stefan Buhlerglen2008-01-181-1/+1
* - shutup many compiler warnings. #1513glen2008-01-171-3/+5
* fixed initgroup() failing as it is called after chroot() (fixes #1384)jan2007-10-271-6/+13
* handle sig_hup in the angel toojan2007-09-061-0/+10
* fixed compile-error on IRIX on prctl() (fixes #1333)jan2007-09-021-1/+4
* fixed prctl() usage (#1310)jan2007-08-211-1/+1
* added logging of the PID and UID of the sending process for SIGTERM andjan2007-08-211-9/+31
* wait() returns the PID, check against -1 (fixes #1301 again)jan2007-08-151-1/+1
* handle a interupted wait() in the angel-loop (fixes #1301)jan2007-08-141-2/+19
* added (incomplete) support for a non-glib compilejan2007-08-121-3/+3
* name/value table sort out for network backend and event handlers.moo2007-06-111-49/+34
* the trailing newline in the print_config was still sent to stderrjan2007-05-081-2/+2
* - made SEGFAULT() a normal log-macrojan2007-05-081-13/+8
* fixed minor mem-leak before shutdownjan2007-04-171-0/+4
* introduced USE_GTHREAD_SENDFILE, as it only works on linux right nowjan2007-04-131-0/+2
* adjust the stack since and check if we really need the joblist-threadjan2007-04-121-43/+53
* added a threaded sendfile() backend for linuxjan2007-03-111-3/+21
* start the stat-threads on win32 toojan2007-02-281-1/+1
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-15/+16
* fixed crash at startup on win32jan2007-02-201-4/+0
* added support for daemontools and the -I option (patch byjan2007-02-191-1/+16
* added a huge win32 patch by jtiaijan2007-02-171-11/+14
* fixed memory leaksjakabosky2007-02-171-2/+1