log src/core/ngx_cycle.c @ 6452:6be7e59fdd2c

age author description
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.
Thu, 14 May 2015 18:54:27 +0300 Vladimir Homutov Core: store and dump processed configuration.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Mon, 27 Apr 2015 18:25:42 +0300 Maxim Dounin Win32: shared memory base addresses and remapping.
Mon, 27 Apr 2015 03:44:30 +0300 Maxim Dounin Win32: fixed shm.handle loss on reload.
Mon, 20 Apr 2015 16:53:04 +0300 Sergey Kandaurov Core: allow shared memory size to be declared after a reference.
Thu, 26 Mar 2015 14:15:15 +0300 Ruslan Ermilov Removed unused thread-local-storage code.
Tue, 14 Apr 2015 19:01:25 +0300 Ruslan Ermilov Upstream: the "zone" directive.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Wed, 30 Apr 2014 19:16:40 +0400 Maxim Dounin Core: fixed error handling in ngx_reopen_files().
Fri, 07 Mar 2014 15:17:38 +0400 Maxim Dounin Core: fixed wrong indices in listening sockets compare loops.
Fri, 06 Dec 2013 14:30:27 +0400 Ruslan Ermilov Core: externalized ngx_cmp_sockaddr().
Thu, 24 Oct 2013 14:18:37 -0700 Piotr Sikora Core: apply missed options to sockets added during binary upgrade.