log src/core/ngx_core.h @ 8216:0aec63f50c29 quic

age author description
Thu, 12 Mar 2020 16:54:43 +0300 Vladimir Homutov HTTP/QUIC interface reworked. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Initial QUIC support in http. quic
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HTTP_SSL.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_THREADS.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: dlopen() support.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Thu, 16 Apr 2015 18:18:37 +0300 Sergey Kandaurov Core: ensure that ngx_config.h is always included first. stable-1.8
Thu, 16 Apr 2015 18:18:37 +0300 Sergey Kandaurov Core: ensure that ngx_config.h is always included first.
Sat, 21 Mar 2015 14:05:08 +0300 Ruslan Ermilov Core: read/write locks.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.
Mon, 12 May 2014 16:34:15 +0400 Vladimir Homutov Added syslog support for error_log and access_log directives.
Wed, 14 May 2014 22:26:05 +0400 Ruslan Ermilov Core: use '\r' for CR and '\n' for LF definitions.