summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* 1x INT == graceful shutdownJan Kneschke2006-01-031-2/+10
* added internals for the statistics frameworkJan Kneschke2006-01-021-0/+2
* - next release is 1.4.9Jan Kneschke2005-12-151-1/+23
* fixed server-based traffic shaping if connection limit is not setlighttpd-1.4.8Jan Kneschke2005-11-231-1/+2
* improved error-msgJan Kneschke2005-11-221-2/+8
* - init FAM after fdevent-backend is upJan Kneschke2005-11-221-19/+25
* fixed unsigned comparesJan Kneschke2005-11-171-1/+1
* don't take all max-fds as solaris needs some fds for devpollJan Kneschke2005-11-171-0/+3
* init the fdevent-handler AFTER daemonize and AFTER the max-worker spawningJan Kneschke2005-11-151-28/+30
* check return code of chdir and send SIGTERM to the childs when we shutdownJan Kneschke2005-11-101-4/+7
* chunkqueue can get a list of tempdirs which are tried to open a file atJan Kneschke2005-11-011-0/+1
* added startup-time selectable network-backendJan Kneschke2005-10-311-0/+1
* gracefull -> gracefulJan Kneschke2005-10-101-11/+11
* check all block for unknown config-key instead of only global onemOo2005-09-291-12/+17
* an unset header is now treat as empty_string "" to make the conditional logic...mOo2005-09-291-0/+2
* fixed crash in SIGINT handlingJan Kneschke2005-09-081-1/+1
* check that we can really read the fileJan Kneschke2005-09-021-0/+3
* added gracefull shutdown and max-connectionsJan Kneschke2005-08-311-21/+66
* limit max_fds to FD_SETSIZE of select is used.Jan Kneschke2005-08-311-11/+45
* let kqueue startup after daemonize is doneJan Kneschke2005-08-301-1/+5
* added -m to set the location of the modulesJan Kneschke2005-08-271-1/+7
* removed -6 from help text and moved FAMOpen2() to a place after setuid() (mer...Jan Kneschke2005-08-271-12/+16
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-9/+2
* minor cosmetics (merged [329], [330], [331])Jan Kneschke2005-08-081-14/+31
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-081-0/+5
* O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287])Jan Kneschke2005-08-081-3/+3
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-8/+14
* cleaned up the errorlog writing, default is now stderr, syslog is requested e...Jan Kneschke2005-07-261-7/+6
* cleanup errorfile_prefix properlyJan Kneschke2005-07-151-0/+1
* made errorfile-prefix conditionalJan Kneschke2005-07-151-2/+0
* removed segfault if parsing config failsJan Kneschke2005-06-291-0/+3
* make encoding of dirlisting configurable (#136)Jan Kneschke2005-06-261-0/+1
* merged [274] and [239]Jan Kneschke2005-04-141-0/+2
* added dir-listing.hide-dotfiles and customizable CSS for dirlisting written b...Jan Kneschke2005-03-031-0/+1
* SIGCLD -> SIGCHLD (reported by s0 and Pierre-Yves)Jan Kneschke2005-03-021-4/+4
* fixed handling of dead fastcgi processes if deamonizedJan Kneschke2005-03-021-13/+18
* PACKAGE -> PACKAGE_NAME (by smi)Jan Kneschke2005-03-011-2/+2
* rewrote the event and error handling with the help of the fcgi-responder.c fr...Jan Kneschke2005-03-011-0/+1
* this one belongs to the last changesetJan Kneschke2005-02-281-11/+1
* added ssl.ca-file and updated error-message if private and public key don't m...Jan Kneschke2005-02-281-0/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+1021