log src/http/ngx_http.c @ 9066:0af598651e33 quic

age author description
Wed, 29 Mar 2023 11:14:25 +0400 Sergey Kandaurov Merged with the default branch. quic
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Sat, 28 Jan 2023 01:29:45 +0300 Maxim Dounin Added warning about redefinition of listen socket protocol options.
Thu, 26 Jan 2023 03:34:44 +0300 Maxim Dounin Fixed handling of very long locations (ticket #2435).
Wed, 20 Apr 2022 16:01:17 +0400 Roman Arutyunyan QUIC: separate UDP framework for QUIC. quic
Thu, 13 Jan 2022 15:57:15 +0300 Sergey Kandaurov HTTP/3: removed useless warning regarding OpenSSL library. quic
Sat, 04 Dec 2021 10:52:55 +0300 Roman Arutyunyan HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro. quic
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
Tue, 14 Sep 2021 12:09:13 +0300 Ruslan Ermilov Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. quic
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 24 May 2021 21:55:20 +0300 Ruslan Ermilov Location header escaping in redirects (ticket #882).
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Mon, 13 Jul 2020 15:34:22 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 15 Jun 2020 03:58:31 -0400 Eran Kornblau Fixed potential leak of temp pool.
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Do not close QUIC sockets in ngx_close_listening_sockets(). quic
Fri, 29 May 2020 13:29:24 +0300 Vladimir Homutov Added propagation of the "wildcard" flag to c->listening. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Initial QUIC support in http. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov HTTP UDP layer, QUIC support autotest. quic
Fri, 15 Mar 2019 15:45:56 +0300 Roman Arutyunyan Multiple addresses in "listen".
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Thu, 20 Jul 2017 15:51:11 +0300 Roman Arutyunyan Precontent phase.
Wed, 19 Jul 2017 21:39:40 +0800 Alex Zhang Style.
Tue, 13 Dec 2016 22:00:49 +0300 Ruslan Ermilov The size of cmcf->phase_engine.handlers explained.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Mon, 23 May 2016 16:37:28 +0300 Maxim Dounin Renamed "u" to "sockaddr" in listen options types.