log

age author description
Wed, 09 Sep 2020 19:26:27 +0300 Sergey Kandaurov Cache: keep c->body_start when Vary changes (ticket #2029).
Fri, 04 Aug 2017 19:37:37 +0300 Sergey Kandaurov Cache: reset c->body_start when reading a variant on Vary mismatch.
Wed, 02 Sep 2020 23:13:36 +0300 Sergey Kandaurov HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.
Wed, 29 Jul 2020 13:28:04 +0300 Roman Arutyunyan Cache: ignore stale-if-error for 4xx and 5xx codes.
Fri, 14 Aug 2020 12:45:52 +0300 Roman Arutyunyan Version bump.
Tue, 11 Aug 2020 17:52:30 +0300 Maxim Dounin release-1.19.2 tag
Tue, 11 Aug 2020 17:52:30 +0300 Maxim Dounin nginx-1.19.2-RELEASE release-1.19.2
Mon, 10 Aug 2020 18:53:07 +0300 Maxim Dounin Core: reusing connections in advance.
Mon, 10 Aug 2020 18:52:59 +0300 Maxim Dounin Core: added a warning about reusing connections.
Mon, 10 Aug 2020 18:52:34 +0300 Maxim Dounin SSL: disabled sending shutdown after ngx_http_test_reading().
Mon, 10 Aug 2020 18:52:20 +0300 Maxim Dounin HTTP/2: fixed c->timedout flag on timed out connections.
Mon, 10 Aug 2020 18:52:09 +0300 Maxim Dounin SSL: fixed shutdown handling.
Thu, 06 Aug 2020 05:02:57 +0300 Maxim Dounin Request body: optimized handling of small chunks.
Thu, 06 Aug 2020 05:02:55 +0300 Maxim Dounin Request body: allowed large reads on chunk boundaries.
Thu, 06 Aug 2020 05:02:44 +0300 Maxim Dounin Request body: all read data are now sent to filters.
Thu, 06 Aug 2020 05:02:22 +0300 Maxim Dounin Added size check to ngx_http_alloc_large_header_buffer().
Mon, 27 Jul 2020 16:02:15 +0300 Maxim Dounin FastCGI: fixed zero size buf alerts on extra data (ticket #2018).
Mon, 27 Jul 2020 13:21:51 +0300 balus Core: enclosed parameters of the ngx_buf.h macros in parentheses.
Thu, 23 Jul 2020 17:31:09 +0300 Sergey Kandaurov OCSP: fixed certificate reference leak.
Wed, 22 Jul 2020 22:16:19 +0300 Roman Arutyunyan Xslt: disabled ranges.
Tue, 21 Jul 2020 20:34:29 +0300 Ruslan Ermilov Core: close PID file when writing fails.
Thu, 09 Jul 2020 16:21:37 +0300 Roman Arutyunyan Slice filter: clear original Accept-Ranges.
Thu, 09 Jul 2020 17:33:22 +0300 Roman Arutyunyan Version bump.
Tue, 07 Jul 2020 18:56:06 +0300 Maxim Dounin release-1.19.1 tag
Tue, 07 Jul 2020 18:56:05 +0300 Maxim Dounin nginx-1.19.1-RELEASE release-1.19.1
Mon, 06 Jul 2020 18:36:25 +0300 Maxim Dounin gRPC: generate error when response size is wrong.
Mon, 06 Jul 2020 18:36:23 +0300 Maxim Dounin FastCGI: protection from responses with wrong length.
Mon, 06 Jul 2020 18:36:22 +0300 Maxim Dounin Upstream: drop extra data sent by upstream.
Mon, 06 Jul 2020 18:36:21 +0300 Maxim Dounin Proxy: style.
Mon, 06 Jul 2020 18:36:20 +0300 Maxim Dounin Proxy: detection of data after final chunk.