log src/http/v3/ngx_http_v3_request.c @ 8922:be08b858086a quic

age author description
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
Mon, 18 Oct 2021 14:48:11 +0300 Roman Arutyunyan HTTP/3: send Stream Cancellation instruction. quic
Mon, 18 Oct 2021 15:47:06 +0300 Roman Arutyunyan HTTP/3: allowed QUIC stream connection reuse. quic
Mon, 18 Oct 2021 15:22:33 +0300 Roman Arutyunyan HTTP/3: adjusted QUIC connection finalization. quic
Thu, 07 Oct 2021 13:22:42 +0300 Roman Arutyunyan HTTP/3: traffic-based flood detection. quic
Wed, 06 Oct 2021 14:51:16 +0300 Roman Arutyunyan HTTP/3: fixed request length calculation. quic
Wed, 22 Sep 2021 14:08:21 +0300 Roman Arutyunyan HTTP/3: fixed ngx_stat_active counter. quic
Thu, 16 Sep 2021 13:13:22 +0300 Sergey Kandaurov HTTP/3: added CONNECT and TRACE methods rejection. quic
Thu, 09 Sep 2021 15:47:29 +0300 Roman Arutyunyan HTTP/3: reading body buffering in filters. quic
Thu, 08 Jul 2021 21:52:47 +0300 Roman Arutyunyan HTTP/3: bulk parse functions. quic
Tue, 24 Aug 2021 13:03:48 +0300 Sergey Kandaurov HTTP/3: fixed dead store assignment. quic
Tue, 10 Aug 2021 12:35:12 +0300 Sergey Kandaurov HTTP/3: disabled control characters and space in header names. quic
Thu, 29 Jul 2021 16:01:37 +0300 Roman Arutyunyan HTTP/3: close connection on keepalive_requests * 2. quic
Thu, 01 Jul 2021 15:37:53 +0300 Sergey Kandaurov HTTP/3: quic-qpack term updates. quic
Wed, 05 May 2021 12:54:10 +0300 Roman Arutyunyan HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t. quic
Fri, 30 Apr 2021 19:10:11 +0300 Roman Arutyunyan HTTP/3: ngx_http_v3_get_session() macro. quic
Fri, 16 Apr 2021 19:42:03 +0300 Sergey Kandaurov HTTP/3: keepalive_time support. quic
Mon, 15 Mar 2021 16:25:54 +0300 Roman Arutyunyan HTTP/3: fixed $connection_requests. quic
Tue, 30 Mar 2021 16:48:38 +0300 Roman Arutyunyan HTTP/3: keepalive timeout. quic
Mon, 15 Mar 2021 16:39:33 +0300 Roman Arutyunyan QUIC: connection shutdown. quic
Mon, 15 Mar 2021 19:26:04 +0300 Roman Arutyunyan HTTP/3: send GOAWAY when last request is accepted. quic
Wed, 17 Feb 2021 11:58:32 +0300 Roman Arutyunyan HTTP/3: limited client header size. quic
Wed, 17 Feb 2021 15:56:34 +0300 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_parse_t structure. quic
Mon, 01 Feb 2021 18:48:18 +0300 Roman Arutyunyan HTTP/3: fixed format specifier. quic
Mon, 25 Jan 2021 16:16:47 +0300 Roman Arutyunyan HTTP/3: refactored request body parser. quic
Fri, 29 Jan 2021 19:42:47 +0300 Roman Arutyunyan HTTP/3: call ngx_handle_read_event() from client header handler. quic
Mon, 18 Jan 2021 13:43:36 +0300 Roman Arutyunyan HTTP/3: client header validation. quic
Fri, 22 Jan 2021 15:57:41 +0300 Roman Arutyunyan HTTP/3: client pseudo-headers restrictions. quic
Fri, 22 Jan 2021 16:34:06 +0300 Roman Arutyunyan HTTP/3: refactored request parser. quic
Wed, 16 Dec 2020 12:47:38 +0000 Sergey Kandaurov HTTP/3: staticize ngx_http_v3_methods. quic
Fri, 27 Nov 2020 17:46:21 +0000 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_filter. quic
Wed, 25 Nov 2020 17:57:43 +0000 Roman Arutyunyan HTTP/3: eliminated r->method_start. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Mon, 24 Aug 2020 09:56:36 +0300 Roman Arutyunyan HTTP/3: skip unknown frames on request stream. quic
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Tue, 18 Aug 2020 17:11:32 +0300 Sergey Kandaurov HTTP/3: fixed context storage in request body parser. quic
Thu, 23 Jul 2020 13:41:24 +0300 Roman Arutyunyan HTTP/3: server pushes. quic
Tue, 14 Jul 2020 16:52:44 +0300 Roman Arutyunyan HTTP/3: support $server_protocol variable. quic
Mon, 13 Jul 2020 12:33:00 +0300 Roman Arutyunyan HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int(). quic
Thu, 23 Jul 2020 12:31:40 +0300 Roman Arutyunyan HTTP/3: generate Location response header for absolute redirects. quic
Mon, 13 Jul 2020 16:00:00 +0300 Roman Arutyunyan HTTP/3: header encoding functions. quic
Thu, 02 Jul 2020 16:47:51 +0300 Roman Arutyunyan HTTP/3: close QUIC connection with HTTP/QPACK errors when needed. quic
Thu, 02 Jul 2020 15:34:05 +0300 Roman Arutyunyan HTTP/3: refactored dynamic table implementation. quic
Fri, 26 Jun 2020 10:05:28 +0300 Roman Arutyunyan HTTP/3: fixed dropping first non-pseudo header. quic
Thu, 25 Jun 2020 20:31:13 +0300 Sergey Kandaurov HTTP/3: do not emit a DATA frame header for header_only responses. quic
Tue, 19 May 2020 16:20:33 +0300 Roman Arutyunyan Fixed client buffer reallocation for HTTP/3. quic
Tue, 19 May 2020 15:47:37 +0300 Roman Arutyunyan Fixed $request_length for HTTP/3. quic
Tue, 19 May 2020 15:34:00 +0300 Roman Arutyunyan HTTP/3: restricted symbols in header names. quic
Tue, 19 May 2020 15:29:10 +0300 Roman Arutyunyan HTTP/3: split header parser in two functions. quic
Wed, 20 May 2020 15:36:24 +0300 Sergey Kandaurov Assorted fixes. quic
Mon, 13 Apr 2020 17:54:23 +0300 Roman Arutyunyan HTTP/3: fixed reading request body. quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Fri, 27 Mar 2020 19:46:54 +0300 Roman Arutyunyan Chunked response body in HTTP/3. quic
Fri, 27 Mar 2020 15:50:42 +0300 Roman Arutyunyan Fixed buffer overflow. quic
Fri, 20 Mar 2020 23:49:42 +0300 Roman Arutyunyan Removed unused variable. quic
Thu, 19 Mar 2020 15:03:09 +0300 Roman Arutyunyan Fixed header creation for header_only responses in HTTP/3. quic
Wed, 18 Mar 2020 20:22:16 +0300 Roman Arutyunyan HTTP/3 $request_line variable. quic
Wed, 18 Mar 2020 15:28:20 +0300 Roman Arutyunyan Fixed pointer increment while parsing HTTP/3 header. quic
Wed, 18 Mar 2020 13:46:35 +0300 Roman Arutyunyan Refactored HTTP/3 parser. quic