log src/stream/ngx_stream_handler.c @ 9294:ea0eef2dd12c default tip

age author description
Sun, 14 May 2023 12:05:35 +0400 Roman Arutyunyan Stream: removed QUIC support. quic
Wed, 29 Sep 2021 15:06:28 +0300 Sergey Kandaurov Stream: fixed segfault when using SSL certificates with variables. quic
Wed, 23 Jun 2021 13:22:00 +0300 Vladimir Homutov QUIC: fixed client certificates verification in stream. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Thu, 01 Oct 2020 10:04:35 +0300 Vladimir Homutov QUIC: moved ssl configuration pointer to quic configuration. quic
Tue, 21 Jul 2020 23:08:23 +0300 Roman Arutyunyan QUIC: eliminated connection handler argument in ngx_quic_run(). quic
Tue, 21 Jul 2020 23:08:39 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter in Stream. quic
Thu, 15 Sep 2016 14:55:54 +0300 Roman Arutyunyan Stream: phases.
Thu, 15 Sep 2016 14:55:46 +0300 Roman Arutyunyan Stream: filters.
Thu, 01 Sep 2016 14:45:33 +0300 Dmitry Volyntsev Stream: realip module.
Tue, 06 Sep 2016 21:28:17 +0300 Dmitry Volyntsev Stream: allow using the session context inside handlers.
Tue, 06 Sep 2016 21:28:16 +0300 Dmitry Volyntsev Stream: the "proxy_protocol" parameter of the "listen" directive.
Tue, 06 Sep 2016 21:28:13 +0300 Dmitry Volyntsev Stream: postpone session initialization under accept mutex.
Mon, 05 Sep 2016 17:50:16 +0300 Vladimir Homutov Stream: log module.
Thu, 11 Aug 2016 20:22:23 +0300 Roman Arutyunyan Stream: the $status variable.