log src/core/ngx_cycle.c @ 7682:2ab0ecfe5a5f

age author description
Mon, 01 Jun 2020 20:19:27 +0300 Ruslan Ermilov Fixed removing of listening UNIX sockets when "changing binary".
Thu, 15 Nov 2018 15:28:54 +0300 Ruslan Ermilov Core: free shared memory on cycle initialization failure.
Tue, 02 Oct 2018 13:32:52 +0300 Ruslan Ermilov Fixed off-by-one error in shared zone initialization.
Tue, 17 Oct 2017 19:52:16 +0300 Maxim Dounin Core: free shared memory zones only after reconfiguration.
Wed, 14 Jun 2017 12:29:52 +0300 Ruslan Ermilov Removed excessive casts for ngx_file_info().
Tue, 28 Mar 2017 11:28:42 +0300 Ruslan Ermilov Use ngx_array_init() to initialize arrays.
Tue, 07 Mar 2017 18:51:16 +0300 Maxim Dounin Introduced worker_shutdown_timeout.
Wed, 07 Dec 2016 19:03:26 +0300 Maxim Dounin Perl: removed special environment handling for the perl module.
Tue, 18 Oct 2016 16:33:38 +0300 Vladimir Homutov Core: show file contents only once while dumping configuration.
Thu, 31 Mar 2016 22:00:33 +0300 Ruslan Ermilov Fixed ngx_os_signal_process() prototype.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Fri, 25 Mar 2016 14:10:38 +0300 Roman Arutyunyan Fixed socket inheritance on reload and binary upgrade.
Thu, 04 Feb 2016 20:25:29 +0300 Maxim Dounin Dynamic modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.