summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_daemon.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov1-0/+1
On some systems, it's possible that reaper of orphaned processes is set to something other than "init" process. On such systems, the changing binary procedure did not work. The fix is to check if PPID has changed, instead of assuming it's always 1 for orphaned processes.
2012-04-05Style: the function type should be on a line by itselfMaxim Konovalov1-1/+2
preceding the function. No functional changes.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2005-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-1/+1
*) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and DOCUMENT_URI variables. *) Bugfix: the ngx_http_autoindex_module may some times return the 404 response for existent directory, if this directory was used in "alias" directive. *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large responses. *) Bugfix: the lack of the "Referer" header line was always accounted as valid referrer.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+5
2004-02-03nginx-0.0.2-2004-02-03-19:43:54 importIgor Sysoev1-0/+2
2003-11-19nginx-0.0.1-2003-11-19-19:26:41 importIgor Sysoev1-7/+8
2003-06-15nginx-0.0.1-2003-06-15-22:32:13 importIgor Sysoev1-22/+2
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-8/+8
2003-05-12nginx-0.0.1-2003-05-12-19:52:24 importIgor Sysoev1-0/+80