log src/http/v2/ngx_http_v2_filter_module.c @ 7660:d33e17499088

age author description
Wed, 18 Sep 2019 20:28:12 +0300 Maxim Dounin HTTP/2: traffic-based flood detection.
Tue, 13 Aug 2019 15:43:36 +0300 Ruslan Ermilov HTTP/2: limited number of DATA frames. stable-1.16
Tue, 13 Aug 2019 15:43:36 +0300 Ruslan Ermilov HTTP/2: limited number of DATA frames.
Thu, 18 Jul 2019 18:27:50 +0300 Maxim Dounin HTTP/2: return error on output on closed stream.
Thu, 07 Jun 2018 20:04:22 +0300 Ruslan Ermilov HTTP/2: use scheme from original request for pushes (closes #1549).
Mon, 19 Mar 2018 21:32:15 +0300 Ruslan Ermilov HTTP/2: improved frame info debugging.
Sat, 17 Mar 2018 23:04:26 +0300 Maxim Dounin gRPC: special handling of "trailer only" responses.
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, 15 Feb 2018 02:34:16 +0300 Sergey Kandaurov HTTP/2: style.
Fri, 09 Feb 2018 23:20:08 +0300 Ruslan Ermilov HTTP/2: fixed null pointer dereference with server push.
Thu, 08 Feb 2018 12:11:30 +0300 Ruslan Ermilov HTTP/2: fixed build with -Werror=unused-but-set-variable.
Thu, 08 Feb 2018 09:55:03 +0300 Ruslan Ermilov HTTP/2: server push.
Mon, 29 Jan 2018 16:06:33 +0300 Ruslan Ermilov HTTP/2: more style, comments, and debugging.
Thu, 14 Sep 2017 19:06:06 +0300 Maxim Dounin HTTP/2: shortened some debug log messages.
Wed, 30 Aug 2017 14:52:11 -0700 Piotr Sikora HTTP/2: signal 0-byte HPACK's dynamic table size.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora HTTP/2: added support for trailers in HTTP responses.
Tue, 23 May 2017 20:19:39 +0300 Valentin Bartenev HTTP/2: fixed segfault when memory allocation failed.
Sun, 26 Mar 2017 01:25:03 -0700 Piotr Sikora HTTP/2: fix $body_bytes_sent variable.
Sun, 26 Mar 2017 01:25:02 -0700 Piotr Sikora HTTP/2: fix $bytes_sent variable.
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling. stable-1.10
Tue, 31 Jan 2017 12:09:40 +0300 Ruslan Ermilov Implemented the "server_tokens build" option.
Wed, 21 Dec 2016 23:10:51 +0300 Ruslan Ermilov Core: relative redirects (closes #1000).
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling.
Wed, 02 Nov 2016 11:47:12 +0300 Sergey Kandaurov HTTP/2: flow control debugging.
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always handle streams in error state. stable-1.10
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: prevented output of the HEADERS frame for canceled streams. stable-1.10
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always handle streams in error state.
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: prevented output of the HEADERS frame for canceled streams.
Wed, 22 Jun 2016 13:47:54 -0700 Piotr Sikora HTTP/2: style.