log src/os/unix/ngx_process_cycle.c @ 7663:7cbf6389194b

age author description
Mon, 01 Jun 2020 22:31:23 +0300 Ruslan Ermilov Fixed SIGQUIT not removing listening UNIX sockets (closes #753).
Tue, 19 Dec 2017 19:00:27 +0300 Roman Arutyunyan Fixed capabilities version.
Mon, 18 Dec 2017 21:09:39 +0300 Roman Arutyunyan Improved the capabilities feature detection.
Wed, 13 Dec 2017 20:40:53 +0300 Roman Arutyunyan Retain CAP_NET_RAW capability for transparent proxying.
Tue, 28 Nov 2017 12:00:24 +0300 Ruslan Ermilov Fixed "changing binary" when reaper is not init.
Tue, 07 Mar 2017 18:51:17 +0300 Maxim Dounin Style.
Tue, 07 Mar 2017 18:51:16 +0300 Maxim Dounin Introduced worker_shutdown_timeout.
Tue, 07 Mar 2017 18:51:15 +0300 Maxim Dounin Cancelable timers are now preserved if there are other timers.
Wed, 05 Oct 2016 14:22:30 +0300 Dmitry Volyntsev Cache: cache manager limits.
Thu, 04 Aug 2016 23:43:10 +0300 Ruslan Ermilov Always seed PRNG with PID, seconds, and milliseconds.
Thu, 04 Aug 2016 23:42:00 +0300 Ruslan Ermilov Fixed undefined behavior when left shifting signed integer.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Thu, 18 Feb 2016 13:58:49 +0300 Vladimir Homutov Core: added support for more than 64 CPUs in worker_cpu_affinity.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Tue, 11 Aug 2015 16:28:55 +0300 Valentin Bartenev Core: idle connections now closed only once on exiting.
Wed, 20 May 2015 15:51:21 +0300 Maxim Dounin Introduced worker number, ngx_worker.
Thu, 23 Apr 2015 14:26:11 +0300 Ruslan Ermilov Removed the "worker_rlimit_sigpending" directive.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed unix ngx_threaded and related ngx_process_changes.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed old pthread implementation.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Wed, 13 Aug 2014 22:45:04 +0400 Valentin Bartenev Events: introduced cancelable timers.
Mon, 25 Aug 2014 13:34:39 +0400 Valentin Bartenev Events: removed broken thread support from event timers.
Mon, 01 Sep 2014 18:20:03 +0400 Valentin Bartenev Events: removed broken thread support from posted events.
Fri, 01 Aug 2014 20:39:22 -0700 Piotr Sikora Core: exit on ngx_pnalloc() failure.
Mon, 12 May 2014 16:34:15 +0400 Vladimir Homutov Added syslog support for error_log and access_log directives.
Thu, 06 Mar 2014 23:15:10 +0400 Sergey Kandaurov Added connection serial number in logging of left open sockets.
Sat, 04 Jan 2014 03:32:06 +0400 Maxim Dounin Added per-process random seeding (ticket #456).
Thu, 11 Jul 2013 20:38:27 +0400 Maxim Dounin Style.
Thu, 20 Jun 2013 20:47:39 +0400 Vladimir Homutov Core: support several "error_log" directives.
Wed, 05 Jun 2013 19:44:22 +0400 Maxim Dounin Valgrind: supressed complaints about uninitialized bytes.
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Tue, 20 Nov 2012 13:37:55 +0000 Igor Sysoev Fixed failure to start cache manager and cache loader processes
Fri, 16 Nov 2012 09:25:52 +0000 Ruslan Ermilov Fixed setting of CPU affinity on respawn of dead worker processes.
Fri, 28 Sep 2012 13:49:26 +0000 Andrey Belov Correct plural form for "path" in the whole source base.
Wed, 26 Sep 2012 16:25:12 +0000 Maxim Dounin Added clearing of cpu_affinity after process spawn.
Mon, 18 Jun 2012 14:10:50 +0000 Maxim Dounin Fixed segfault with poll and resolver used.
Wed, 21 Mar 2012 13:58:51 +0000 Ruslan Ermilov worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Tue, 28 Feb 2012 11:40:18 +0000 Maxim Dounin Added msleep() on reload to allow new processes to start.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 16 Jan 2012 11:13:48 +0000 Maxim Dounin Fixed sched_setaffinity(2) to correctly pass size.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Mon, 13 Dec 2010 10:55:15 +0000 Igor Sysoev allow "env" to work in the single process mode
Wed, 15 Sep 2010 15:24:21 +0000 Igor Sysoev worker_rlimit_core should be off_t
Mon, 07 Jun 2010 10:35:08 +0000 Igor Sysoev merge r3473, r3474, r3385, r3386, r3537: stable-0.7
Thu, 25 Mar 2010 09:10:10 +0000 Igor Sysoev *) introduce ngx_time_sigsafe_update() to update the error log time only
Sat, 13 Mar 2010 18:08:07 +0000 Igor Sysoev *) use previously cached GMT offset value to update time from a signal handler
Mon, 01 Feb 2010 15:49:36 +0000 Igor Sysoev merge r3294, r3305: stable-0.7
Mon, 23 Nov 2009 15:46:21 +0000 Igor Sysoev add NGX_PROCESS_HELPER process status
Wed, 11 Nov 2009 12:32:06 +0000 Igor Sysoev fix building without --with-debug, introduced in r3294
Wed, 04 Nov 2009 19:41:08 +0000 Igor Sysoev Fix a bug introduced in r2032: After a child process has read a terminate
Mon, 26 Oct 2009 17:32:17 +0000 Igor Sysoev merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: stable-0.7
Mon, 26 Oct 2009 17:23:49 +0000 Igor Sysoev merge r3017, r3018, r3019, r3020, r3021, r3022, r3023, r3196: stable-0.7
Mon, 26 Oct 2009 11:43:32 +0000 Igor Sysoev http listen unix domain sockets
Mon, 07 Sep 2009 11:31:20 +0000 Igor Sysoev merge r3047, r3048, r3049: stable-0.7
Wed, 26 Aug 2009 15:12:28 +0000 Igor Sysoev twice termination delay only after SIGALRM, otherwise many separate SIGCHLD
Wed, 26 Aug 2009 15:09:09 +0000 Igor Sysoev style fix
Wed, 26 Aug 2009 15:03:53 +0000 Igor Sysoev fix typo
Fri, 21 Aug 2009 09:06:35 +0000 Igor Sysoev *) share temporary number between workers
Thu, 13 Aug 2009 08:40:25 +0000 Igor Sysoev fix debug point for left open sockets
Mon, 10 Aug 2009 14:45:52 +0000 Igor Sysoev delete mistaken sleep in the previous commit