log src/http/v2/ngx_http_v2_filter_module.c @ 6891:749bcfdf097a stable-1.10

age author description
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.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.
Tue, 22 Mar 2016 15:52:28 +0300 Ruslan Ermilov Reconsidered server_tokens with an empty value.
Tue, 15 Mar 2016 15:15:30 +0300 Ruslan Ermilov Win32: fixed build after cf3e75cfa951.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Wed, 24 Feb 2016 15:58:07 +0300 Valentin Bartenev HTTP/2: implemented per request timeouts (closes #626).
Tue, 16 Feb 2016 17:49:14 +0300 Valentin Bartenev HTTP/2: added debug logging of response headers.
Tue, 16 Feb 2016 17:49:14 +0300 Valentin Bartenev HTTP/2: use local pointer instead of r->connection.
Thu, 11 Feb 2016 15:35:36 +0300 Valentin Bartenev HTTP/2: implemented HPACK Huffman encoding for response headers.
Thu, 04 Feb 2016 18:01:04 +0300 Valentin Bartenev HTTP/2: fixed possible buffer overrun (ticket #893).
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: reused HEADERS and CONTINUATION frames buffers.
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: fixed handling of output HEADERS frames.
Mon, 26 Oct 2015 17:46:16 +0300 Valentin Bartenev HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.
Mon, 28 Sep 2015 02:32:44 +0300 Valentin Bartenev HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: simplified producing of the Last-Modified header.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: fixed header block size calculation.
Tue, 22 Sep 2015 17:09:50 +0300 Maxim Dounin Style.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).