log src/http/ngx_http_request.c @ 8658:61abb35bb8cf

age author description
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
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
Mon, 09 Aug 2021 18:12:12 +0300 Sergey Kandaurov Disabled HTTP/1.0 requests with Transfer-Encoding.
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 28 Jun 2021 18:01:24 +0300 Maxim Dounin Disabled control characters in the Host header.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:06 +0300 Maxim Dounin Disabled requests with both Content-Length and Transfer-Encoding.
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Mon, 28 Jun 2021 18:01:00 +0300 Maxim Dounin Moved TRACE method rejection to a better place.
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close.
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 24 May 2021 18:23:42 +0300 Maxim Dounin Fixed log action when using SSL certificates with variables.
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 24 Mar 2021 14:03:33 +0300 Sergey Kandaurov Cancel keepalive and lingering close on EOF better (ticket #2145).
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 11 Feb 2021 21:52:09 +0300 Maxim Dounin Reuse of connections in lingering close.
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
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
Thu, 10 Dec 2020 20:09:39 +0300 Maxim Dounin Removed extra allocation for r->uri.
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Tue, 08 Dec 2020 01:43:36 +0300 Ruslan Ermilov SSL: fixed SSL shutdown on lingering close.
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
Fri, 06 Nov 2020 23:44:54 +0300 Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close.
Fri, 06 Nov 2020 23:44:47 +0300 Ruslan Ermilov Removed dead code from ngx_http_set_keepalive().
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, 22 Oct 2020 18:02:28 +0300 Maxim Dounin SSL: ssl_reject_handshake directive (ticket #195).
Thu, 01 Oct 2020 12:21:11 +0100 Sergey Kandaurov Merged with the default branch. quic
Thu, 24 Sep 2020 13:51:29 +0100 Sergey Kandaurov SSL: abort handshake on SSL_set_SSL_CTX() errors.
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
Mon, 10 Aug 2020 18:52:34 +0300 Maxim Dounin SSL: disabled sending shutdown after ngx_http_test_reading().
Thu, 06 Aug 2020 05:02:22 +0300 Maxim Dounin Added size check to ngx_http_alloc_large_header_buffer().
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
Fri, 22 May 2020 17:30:12 +0300 Roman Arutyunyan SSL: client certificate validation with OCSP (ticket #1534).
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