log src/os/unix/ngx_process_cycle.c @ 9299:2706b60dc225 default tip

age author description
Mon, 13 May 2024 06:13:03 +0300 Maxim Dounin Core: made it possible to disable PID files with "pid off".
Mon, 29 Jan 2024 10:29:39 +0300 Maxim Dounin Silenced complaints about socket leaks on forced termination.
Wed, 23 Nov 2022 23:48:53 +0300 Maxim Dounin Fixed segfault when switching off master process during upgrade.
Fri, 18 Nov 2022 19:31:38 +0400 Roman Arutyunyan Process events posted by ngx_close_idle_connections() immediately.
Thu, 22 Apr 2021 16:12:52 +0300 Ruslan Ermilov Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Thu, 11 Mar 2021 09:58:45 +0300 Ruslan Ermilov Removed "ch" argument from ngx_pass_open_channel().
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.