log src/core/ngx_module.h @ 6733:adc2414856b1

age author description
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_THREADS.
Mon, 03 Oct 2016 15:58:30 +0300 Ruslan Ermilov Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.
Mon, 03 Oct 2016 15:58:29 +0300 Maxim Dounin Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Mon, 03 Oct 2016 15:58:22 +0300 Maxim Dounin Modules compatibility: http2.
Mon, 03 Oct 2016 15:58:19 +0300 Maxim Dounin Modules compatibility: degradation fields now always present.
Thu, 29 Sep 2016 15:28:24 +0300 Ruslan Ermilov Introduced the NGX_COMPAT macro.
Thu, 30 Jun 2016 18:57:39 +0300 Maxim Dounin Internal md5 and sha1 implementations are now always used.
Mon, 14 Mar 2016 19:23:23 +0300 Sergey Kandaurov Fixed compilation with -Wmissing-prototypes.
Tue, 09 Feb 2016 16:31:26 -0800 Piotr Sikora Core: ngx_module_t compatibility with C++.
Thu, 04 Feb 2016 20:25:29 +0300 Maxim Dounin Dynamic modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.