log src/http/ngx_http_request.c @ 9263:388a801e9bb9 default tip

age author description
Sat, 27 Apr 2024 18:22:38 +0300 Maxim Dounin Request body: error_page 413 handling with HTTP/2 and HTTP/3.
Sat, 27 Apr 2024 18:16:27 +0300 Maxim Dounin Reordered checks for Content-Length and Transfer-Encoding.
Sat, 30 Mar 2024 05:10:40 +0300 Maxim Dounin HTTP: just one empty line now accepted when parsing request line.
Tue, 30 Jan 2024 03:20:05 +0300 Maxim Dounin Fixed request termination with AIO and subrequests (ticket #2555).
Wed, 29 Nov 2023 11:13:05 +0300 Vladimir Khomutov HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Tue, 28 Nov 2023 12:57:14 +0300 Vladimir Khomutov HTTP: removed unused r->port_start and r->port_end.
Thu, 08 Jun 2023 14:49:27 +0400 Roman Arutyunyan SSL: removed the "ssl" directive.
Tue, 16 May 2023 16:30:08 +0400 Roman Arutyunyan HTTP/2: "http2" directive.
Wed, 29 Mar 2023 11:14:25 +0400 Sergey Kandaurov Merged with the default branch. quic
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Mon, 22 Aug 2022 14:09:03 +0400 Roman Arutyunyan HTTP/3: renamed functions. quic
Wed, 22 Jun 2022 18:34:58 +0400 Sergey Kandaurov Merged with the default branch. quic
Wed, 12 Jan 2022 11:57:46 +0300 Roman Arutyunyan HTTP/3: set c->error on read error in ngx_http_test_reading(). quic
Wed, 12 Jan 2022 11:57:06 +0300 Roman Arutyunyan HTTP/3: simplified code. quic
Thu, 09 Dec 2021 11:15:25 +0300 Sergey Kandaurov QUIC: fixed e06283038ec8 mis-merge. quic
Tue, 07 Dec 2021 15:49:51 +0300 Sergey Kandaurov QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch. quic
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 15:47:06 +0300 Roman Arutyunyan HTTP/3: allowed QUIC stream connection reuse. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 27 Sep 2021 17:08:48 +0300 Roman Arutyunyan HTTP/3: reset streams with incomplete responses or timeouts. quic
Wed, 29 Sep 2021 15:01:59 +0300 Sergey Kandaurov HTTP/3: fixed segfault when using SSL certificates with variables. quic
Fri, 17 Sep 2021 16:32:23 +0300 Roman Arutyunyan HTTP/3: make ngx_http_log_error() static again. quic
Wed, 01 Sep 2021 10:57:25 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 21 Dec 2020 17:35:13 +0000 Roman Arutyunyan HTTP/3: removed HTTP/3-specific code. quic
Fri, 22 Jan 2021 16:34:06 +0300 Roman Arutyunyan HTTP/3: refactored request parser. quic
Tue, 15 Dec 2020 16:55:43 +0000 Sergey Kandaurov Merged with the default branch. quic
Wed, 25 Nov 2020 17:57:43 +0000 Roman Arutyunyan HTTP/3: eliminated r->method_start. quic
Tue, 24 Nov 2020 17:19:40 +0000 Sergey Kandaurov Merged with the default branch. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Thu, 29 Oct 2020 14:53:58 +0000 Sergey Kandaurov Merged with the default branch. quic
Thu, 01 Oct 2020 12:21:11 +0100 Sergey Kandaurov Merged with the default branch. quic
Thu, 01 Oct 2020 10:04:35 +0300 Vladimir Homutov QUIC: moved ssl configuration pointer to quic configuration. quic
Tue, 29 Sep 2020 22:09:09 +0100 Roman Arutyunyan QUIC: switch stream context to a server selected by SNI. quic
Wed, 23 Sep 2020 13:13:04 +0100 Sergey Kandaurov QUIC: unbreak client certificate verification after 0d2b2664b41c. quic
Tue, 25 Aug 2020 12:45:21 +0300 Roman Arutyunyan HTTP/3: drop the unwanted remainder of the request. quic
Tue, 18 Aug 2020 16:22:00 +0300 Roman Arutyunyan Merged with the default branch. quic
Tue, 11 Aug 2020 10:41:39 +0300 Roman Arutyunyan QUIC: fixed ngx_http_test_reading() for QUIC streams. 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
Wed, 22 Jul 2020 11:03:42 +0300 Roman Arutyunyan HTTP/3: do not call shutdown() for QUIC streams. quic
Tue, 21 Jul 2020 23:08:23 +0300 Roman Arutyunyan QUIC: eliminated connection handler argument in ngx_quic_run(). quic
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Tue, 30 Jun 2020 15:32:09 +0300 Roman Arutyunyan HTTP/3: set r->headers_in.chunked flag after parsing headers. 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
Tue, 02 Jun 2020 15:59:14 +0300 Roman Arutyunyan Decoupled validation of Host and :authority for HTTP/2 and HTTP/3. quic
Fri, 29 May 2020 12:42:23 +0300 Roman Arutyunyan Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests. quic
Tue, 26 May 2020 20:26:44 +0300 Sergey Kandaurov Merged with the default branch. 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
Thu, 23 Apr 2020 18:05:05 +0300 Roman Arutyunyan Assign connection number to every QUIC stream log. quic
Tue, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic