log src/core/ngx_connection.h @ 7660:d33e17499088

age author description
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
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_HAVE_FILE_AIO.
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.
Wed, 29 Jun 2016 14:30:00 +0300 Ruslan Ermilov Removed unused flag accept_context_updated from ngx_event_t.
Mon, 23 May 2016 18:44:21 +0300 Dmitry Volyntsev Added the $proxy_protocol_port variable.
Fri, 20 May 2016 17:02:04 +0300 Ruslan Ermilov Belatedly changed the ngx_create_listening() prototype.
Thu, 28 Apr 2016 16:30:19 +0300 Ruslan Ermilov Removed unused flag unexpected_eof from ngx_connection_t.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.