log

age author description
Sun, 27 Sep 2020 23:21:11 +0300 Ruslan Ermilov Proxy: added the "proxy_cookie_flags" directive.
Sun, 27 Sep 2020 23:21:10 +0300 Ruslan Ermilov Proxy: changed interface of some internal functions.
Sun, 27 Sep 2020 23:21:09 +0300 Ruslan Ermilov Proxy: strengthen syntax checking for some directives.
Fri, 28 Aug 2020 14:10:54 -0700 Pavel Pautov Stream: set module.
Thu, 24 Sep 2020 13:51:29 +0100 Sergey Kandaurov SSL: abort handshake on SSL_set_SSL_CTX() errors.
Wed, 23 Sep 2020 19:52:31 +0300 Maxim Dounin HTTP/2: run posted requests after reading body.
Wed, 23 Sep 2020 19:50:49 +0300 Maxim Dounin HTTP/2: fixed segfault on DATA frames after 400 errors.
Wed, 16 Sep 2020 18:26:25 +0300 Maxim Dounin SSL: disabled shutdown when there are buffered data.
Wed, 16 Sep 2020 18:26:24 +0300 Maxim Dounin SSL: disabled shutdown after connection errors.
Wed, 16 Sep 2020 18:26:23 +0300 Maxim Dounin SSL: fixed event handling during shutdown.
Wed, 16 Sep 2020 18:26:22 +0300 Maxim Dounin SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.
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.