log src/http/v2/ngx_http_v2_filter_module.c @ 9303:2a847df38232 default tip

age author description
Tue, 20 Feb 2024 19:28:26 +0300 Maxim Dounin HTTP/2: fixed incorrect name slipped in 9213:23f109f0facc.
Mon, 19 Feb 2024 03:12:06 +0300 Maxim Dounin Free nginx: changed server name.
Thu, 08 Jun 2023 16:56:46 +0400 Sergey Kandaurov HTTP/2: removed server push (ticket #2432).
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Thu, 03 Feb 2022 01:44:38 +0300 Maxim Dounin HTTP/2: made it possible to flush response headers (ticket #1743).
Thu, 25 Nov 2021 22:02:10 +0300 Maxim Dounin HTTP/2: fixed sendfile() aio handling.
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.