log src/http/ngx_http_request.c @ 8468:1336a33cff33

age author description
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