log src/http/v2/ngx_http_v2.h @ 9294:ea0eef2dd12c default tip

age author description
Tue, 10 Oct 2023 15:13:39 +0300 Maxim Dounin HTTP/2: per-iteration stream handling limit.
Thu, 08 Jun 2023 16:56:46 +0400 Sergey Kandaurov HTTP/2: removed server push (ticket #2432).
Tue, 16 May 2023 16:30:08 +0400 Roman Arutyunyan HTTP/2: "http2" directive.
Mon, 14 Feb 2022 10:14:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 24 Dec 2021 15:53:59 +0300 Ruslan Ermilov Merged with the default branch. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 05 Aug 2021 11:09:13 +0300 Vladimir Homutov HTTP/3: got rid of HTTP/2 module dependency. quic
Thu, 03 Feb 2022 22:46:01 +0300 Maxim Dounin HTTP/2: fixed closed_nodes overflow (ticket #1708).
Tue, 21 Dec 2021 07:54:16 +0300 Ruslan Ermilov Moved Huffman coding out of HTTP/2.
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
Fri, 03 Jul 2020 16:16:47 +0300 Ruslan Ermilov HTTP/2: lingering close after GOAWAY.
Wed, 18 Sep 2019 20:28:12 +0300 Maxim Dounin HTTP/2: traffic-based flood detection.
Tue, 13 Aug 2019 15:43:40 +0300 Ruslan Ermilov HTTP/2: limited number of PRIORITY frames.
Tue, 13 Aug 2019 15:43:36 +0300 Ruslan Ermilov HTTP/2: limited number of DATA frames.
Tue, 06 Nov 2018 16:29:49 +0300 Ruslan Ermilov HTTP/2: limit the number of idle state switches.
Tue, 06 Nov 2018 16:29:35 +0300 Ruslan Ermilov HTTP/2: flood detection.
Sat, 17 Mar 2018 23:04:20 +0300 Maxim Dounin HTTP/2: externalized various constants and interfaces.
Thu, 15 Feb 2018 17:51:32 +0300 Ruslan Ermilov HTTP/2: push additional request headers (closes #1478).
Thu, 08 Feb 2018 09:55:03 +0300 Ruslan Ermilov HTTP/2: server push.
Tue, 06 Feb 2018 20:02:59 +0300 Sergey Kandaurov HTTP/2: removed unused field from ngx_http_v2_stream_t.
Mon, 29 Jan 2018 16:06:33 +0300 Ruslan Ermilov HTTP/2: more style, comments, and debugging.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.
Fri, 02 Jun 2017 15:05:32 +0300 Piotr Sikora HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Sun, 26 Mar 2017 01:25:01 -0700 Piotr Sikora HTTP/2: style and typos.
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling. stable-1.10
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106). stable-1.10
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling.
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106).
Thu, 07 Jul 2016 21:03:21 +0300 Sergey Kandaurov HTTP/2: avoid left-shifting signed integer into the sign bit.