summaryrefslogtreecommitdiff
path: root/src/lighttpd-angel.c
Commit message (Collapse)AuthorAgeFilesLines
* [core] _WIN32 signal-related compatGlenn Strauss2023-05-031-0/+11
| | | | Note: behavior under bash.exe might be different than under cmd.exe
* [lighttpd-angel] simplifyGlenn Strauss2022-12-211-134/+82
| | | | | improve portability to ancient systems e.g. use signal() instead of sigaction()
* [lighttpd-angel] remove unused includesGlenn Strauss2022-12-101-3/+0
|
* [lighttpd-angel] waitpid after HUP before restartGlenn Strauss2022-10-011-9/+3
| | | | | | | | | When lighttpd-angel gets SIGHUP, lighttpd-angel sends SIGINT to the lighttpd process, which triggers lighttpd graceful shutdown. Wait for lighttpd process to exit before starting a new process. Avoid theoretical race condition between kill() and waitpid() by removing call to wait() in SIGCHLD signal handler.
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-121-5/+6
|
* [core] attempt to quiet coverity false positivesGlenn Strauss2017-08-121-0/+2
|
* [doc] SIGUSR1 doc and lighttpd-angel SIGUSR1Glenn Strauss2017-01-311-0/+4
| | | | | lighttpd-angel: add paranoid check to avoid sending kill(-1, <signal>) as root
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
| | | | | | From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3113 152afb58-edef-0310-8abb-c4023f1b3aa9
* [lighttpd-angel] Remove unused variable.Cyril Brulebois2012-08-311-1/+0
| | | | | | Signed-off-by: Cyril Brulebois <kibi@debian.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2847 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)Stefan Bühler2008-04-291-0/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2160 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a first version of the lighttpd-angel processJan Kneschke2007-09-021-0/+154
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1981 152afb58-edef-0310-8abb-c4023f1b3aa9