log

age author description
Fri, 10 Mar 2023 07:43:50 +0300 Maxim Dounin Syslog: introduced error log handler.
Fri, 10 Mar 2023 07:43:40 +0300 Maxim Dounin Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.
Fri, 10 Mar 2023 06:47:53 +0300 Maxim Dounin HTTP/2: finalize request as bad if header validation fails.
Fri, 10 Mar 2023 06:47:48 +0300 Maxim Dounin HTTP/2: socket leak with "return 444" in error_page (ticket #2455).
Wed, 08 Mar 2023 22:22:47 +0300 Maxim Dounin SSL: logging levels of errors observed with BoringSSL.
Wed, 08 Mar 2023 22:22:34 +0300 Maxim Dounin SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.
Wed, 08 Mar 2023 22:21:59 +0300 Maxim Dounin SSL: logging levels of various errors reported with tlsfuzzer.
Wed, 08 Mar 2023 22:21:53 +0300 Maxim Dounin SSL: switched to detect log level based on the last error.
Thu, 23 Feb 2023 08:09:50 +0900 Yugo Horie Core: stricter UTF-8 handling in ngx_utf8_decode().
Thu, 23 Feb 2023 20:50:03 +0300 Maxim Dounin Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Thu, 23 Feb 2023 20:50:00 +0300 Maxim Dounin Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Thu, 23 Feb 2023 20:49:57 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_open_tempfile().
Thu, 23 Feb 2023 20:49:55 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_rename_file().
Thu, 23 Feb 2023 20:49:54 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_delete_file().
Thu, 23 Feb 2023 20:49:52 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Thu, 23 Feb 2023 20:49:50 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to check errors.
Thu, 23 Feb 2023 20:49:47 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_delete_dir().
Thu, 23 Feb 2023 20:49:45 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_create_dir().
Thu, 23 Feb 2023 20:49:44 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_getcwd().
Thu, 23 Feb 2023 20:49:41 +0300 Maxim Dounin Win32: non-ASCII names support in "include" with wildcards.
Thu, 23 Feb 2023 20:49:39 +0300 Maxim Dounin Win32: non-ASCII names support in autoindex (ticket #458).
Thu, 23 Feb 2023 18:16:08 +0300 Maxim Dounin Win32: OpenSSL compilation for x64 targets with MSVC.
Thu, 23 Feb 2023 18:15:59 +0300 Maxim Dounin Win32: i386 now assumed when crossbuilding (ticket #2416).
Thu, 23 Feb 2023 18:15:57 +0300 Maxim Dounin Win32: handling of localized MSVC cl output.
Thu, 23 Feb 2023 18:15:53 +0300 Maxim Dounin Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Thu, 02 Feb 2023 23:38:48 +0300 Maxim Dounin Lingering close for connections with pipelined requests.
Sat, 28 Jan 2023 05:23:33 +0300 Maxim Dounin Fixed "zero size buf" alerts with subrequests.
Sat, 28 Jan 2023 05:20:23 +0300 Maxim Dounin Style.
Sat, 28 Jan 2023 01:29:45 +0300 Maxim Dounin Added warning about redefinition of listen socket protocol options.
Thu, 26 Jan 2023 03:34:44 +0300 Maxim Dounin Fixed handling of very long locations (ticket #2435).
Tue, 24 Jan 2023 03:01:51 +0300 Maxim Dounin Gzip static: ranges support (ticket #2349).
Mon, 23 Jan 2023 05:01:01 +0300 Maxim Dounin Configure: removed unneeded header from UDP_SEGMENT test.
Wed, 21 Dec 2022 14:53:27 +0300 Maxim Dounin Updated link to OpenVZ suspend/resume bug.
Sun, 18 Dec 2022 21:29:02 +0300 Valentin Bartenev Fixed port ranges support in the listen directive.
Fri, 16 Dec 2022 01:15:15 +0400 BullerDu Style.
Fri, 16 Dec 2022 01:15:13 +0400 Sergey Kandaurov Version bump.
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin release-1.23.3 tag
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin nginx-1.23.3-RELEASE release-1.23.3
Tue, 13 Dec 2022 03:32:57 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds.
Thu, 01 Dec 2022 04:22:36 +0300 Maxim Dounin Win32: event flags handling edge cases in ngx_wsarecv().
Thu, 01 Dec 2022 04:22:31 +0300 Maxim Dounin SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Wed, 30 Nov 2022 18:01:53 +0300 Maxim Dounin Removed casts from ngx_memcmp() macro.
Wed, 30 Nov 2022 18:01:43 +0300 Maxim Dounin Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.
Thu, 24 Nov 2022 23:08:30 +0400 Sergey Kandaurov SSL: fixed debug logging of SSL_sendfile() return value.
Wed, 23 Nov 2022 23:48:53 +0300 Maxim Dounin Fixed segfault when switching off master process during upgrade.
Wed, 23 Nov 2022 23:12:04 +0300 Maxim Dounin Disabled cloning of sockets without master process (ticket #2403).
Wed, 23 Nov 2022 17:30:08 +0300 Maxim Dounin Filtering duplicate addresses in listen (ticket #2400).
Fri, 18 Nov 2022 19:31:38 +0400 Roman Arutyunyan Process events posted by ngx_close_idle_connections() immediately.
Mon, 21 Nov 2022 17:01:34 +0300 Ciel Zhao SSI: handling of subrequests from other modules (ticket #1263).
Tue, 08 Nov 2022 12:48:21 +0300 Maxim Dounin Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Tue, 08 Nov 2022 12:48:19 +0300 Maxim Dounin Added logging to PROXY protocol write buffer check.
Wed, 02 Nov 2022 13:46:16 +0400 Roman Arutyunyan Increased maximum read PROXY protocol header size.
Thu, 03 Nov 2022 15:52:55 +0400 Roman Arutyunyan Version bump.
Wed, 19 Oct 2022 11:02:20 +0300 Maxim Dounin release-1.22.1 tag stable-1.22
Wed, 19 Oct 2022 11:02:20 +0300 Maxim Dounin nginx-1.22.1-RELEASE stable-1.22 release-1.22.1
Wed, 19 Oct 2022 10:53:17 +0300 Roman Arutyunyan Mp4: disabled duplicate atoms. stable-1.22
Tue, 19 Jul 2022 17:03:30 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.22
Tue, 21 Jun 2022 17:09:34 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.22
Wed, 19 Oct 2022 10:59:37 +0300 Maxim Dounin Version bump. stable-1.22
Wed, 19 Oct 2022 10:56:21 +0300 Maxim Dounin release-1.23.2 tag
Wed, 19 Oct 2022 10:56:20 +0300 Maxim Dounin nginx-1.23.2-RELEASE release-1.23.2
Wed, 19 Oct 2022 10:53:17 +0300 Roman Arutyunyan Mp4: disabled duplicate atoms.
Mon, 17 Oct 2022 16:24:53 +0400 Sergey Kandaurov SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Thu, 13 Oct 2022 16:18:56 +0400 Sergey Kandaurov SSL: removed cast not needed after 5ffd76a9ccf3.
Wed, 12 Oct 2022 20:14:57 +0300 Maxim Dounin SSL: workaround for session timeout handling with TLSv1.3.
Wed, 12 Oct 2022 20:14:55 +0300 Maxim Dounin SSL: optimized rotation of session ticket keys.
Wed, 12 Oct 2022 20:14:53 +0300 Maxim Dounin SSL: automatic rotation of session ticket keys.
Wed, 12 Oct 2022 20:14:51 +0300 Maxim Dounin SSL: shorter debug messages about session tickets.
Wed, 12 Oct 2022 20:14:49 +0300 Maxim Dounin SSL: renamed session ticket key functions and data index.
Wed, 12 Oct 2022 20:14:47 +0300 Maxim Dounin SSL: renamed session ticket key type.
Wed, 12 Oct 2022 20:14:45 +0300 Maxim Dounin SSL: style.
Wed, 12 Oct 2022 20:14:43 +0300 Maxim Dounin SSL: explicit clearing of expired sessions.
Wed, 12 Oct 2022 20:14:40 +0300 Maxim Dounin SSL: single allocation in session cache on 32-bit platforms.
Wed, 12 Oct 2022 20:14:39 +0300 Maxim Dounin SSL: explicit session id length checking.
Wed, 12 Oct 2022 20:14:37 +0300 Maxim Dounin SSL: updated comment about session sizes.
Wed, 12 Oct 2022 20:14:36 +0300 Maxim Dounin SSL: reduced logging of session cache failures (ticket #621).
Wed, 12 Oct 2022 20:14:34 +0300 Maxim Dounin SSL: disabled saving tickets to session cache.
Tue, 27 Sep 2022 11:31:16 +0400 Roman Arutyunyan Added type cast to ngx_proxy_protocol_parse_uint16().
Wed, 12 Oct 2022 16:58:16 +0400 Roman Arutyunyan PROXY protocol v2 TLV variables.
Mon, 10 Oct 2022 13:57:31 +0400 Roman Arutyunyan Log only the first line of user input on PROXY protocol v1 error.
Thu, 08 Sep 2022 13:53:49 +0400 Sergey Kandaurov SSL: silenced GCC warnings when building with BoringSSL.
Wed, 07 Sep 2022 00:47:31 +0300 Maxim Dounin Win32: disabled threads support in OpenSSL builds.
Wed, 07 Sep 2022 00:47:17 +0300 Maxim Dounin Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).
Wed, 07 Sep 2022 00:47:07 +0300 Maxim Dounin Win32: disabled C4306 warnings with MSVC.
Wed, 07 Sep 2022 00:47:02 +0300 Maxim Dounin Win32: removed misleading comment about warnings being disabled.
Wed, 07 Sep 2022 00:44:10 +0300 Maxim Dounin SSL: fixed incorrect usage of #if instead of #ifdef.
Wed, 07 Sep 2022 00:43:51 +0300 Maxim Dounin Events: fixed style and wrong error handling in the iocp module.
Tue, 09 Aug 2022 17:13:46 -0300 Murilo Andrade SSL: logging level of "bad record type" errors.
Tue, 30 Aug 2022 01:52:51 +0300 Maxim Dounin Version bump.
Tue, 19 Jul 2022 17:05:27 +0300 Maxim Dounin release-1.23.1 tag
Tue, 19 Jul 2022 17:05:27 +0300 Maxim Dounin nginx-1.23.1-RELEASE release-1.23.1
Tue, 19 Jul 2022 17:03:30 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Fri, 15 Jul 2022 15:19:32 +0300 Maxim Dounin Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).
Fri, 15 Jul 2022 07:01:44 +0300 Maxim Dounin Range filter: clearing of pre-existing Content-Range headers.
Thu, 14 Jul 2022 21:26:54 +0400 Sergey Kandaurov Resolver: fixed memory leak for the "ipv4=off" case.
Tue, 12 Jul 2022 21:44:02 +0400 Ruslan Ermilov The "ipv4=" parameter of the "resolver" directive.
Tue, 12 Jul 2022 15:55:22 +0300 Maxim Dounin SSL: logging levels of various errors added in OpenSSL 1.1.1.
Wed, 29 Jun 2022 02:47:45 +0300 Maxim Dounin Upstream: optimized use of SSL contexts (ticket #1234).
Wed, 29 Jun 2022 02:47:38 +0300 Maxim Dounin Version bump.
Tue, 21 Jun 2022 17:25:37 +0300 Maxim Dounin release-1.23.0 tag
Tue, 21 Jun 2022 17:25:36 +0300 Maxim Dounin nginx-1.23.0-RELEASE release-1.23.0
Tue, 21 Jun 2022 17:09:34 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 20 Jun 2022 19:30:50 +0300 Maxim Dounin Misc: win32 sources now preserved in release tarballs.
Sat, 18 Jun 2022 15:54:40 +0300 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Tue, 14 Jun 2022 10:39:58 +0400 Sergey Kandaurov Perl: removed unused variables, forgotten in ef6a3a99a81a.
Wed, 01 Jun 2022 20:17:23 -0700 Aleksei Bavshin Resolver: make TCP write timer event cancelable.
Mon, 23 May 2022 11:29:44 -0700 Aleksei Bavshin Stream: don't flush empty buffers created for read errors.
Tue, 07 Jun 2022 21:58:52 +0300 Maxim Dounin Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().
Tue, 07 Jun 2022 20:08:57 +0400 Sergey Kandaurov Upstream: handling of certificates specified as an empty string.
Tue, 07 Jun 2022 00:07:12 +0300 Maxim Dounin Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.
Tue, 31 May 2022 00:14:11 +0300 Maxim Dounin Upstream: fixed build without http cache (broken by cd73509f21e2).
Mon, 30 May 2022 21:25:57 +0300 Maxim Dounin Headers filter: improved memory allocation error handling.
Mon, 30 May 2022 21:25:56 +0300 Maxim Dounin Multiple WWW-Authenticate headers with "satisfy any;".
Mon, 30 May 2022 21:25:54 +0300 Maxim Dounin Auth request: multiple WWW-Authenticate headers (ticket #485).
Mon, 30 May 2022 21:25:53 +0300 Maxim Dounin Upstream: multiple WWW-Authenticate headers (ticket #485).
Mon, 30 May 2022 21:25:51 +0300 Maxim Dounin Upstream: handling of multiple Vary headers (ticket #1423).
Mon, 30 May 2022 21:25:49 +0300 Maxim Dounin Upstream: duplicate headers ignored or properly linked.
Mon, 30 May 2022 21:25:48 +0300 Maxim Dounin Upstream: header handlers can now return parsing errors.
Mon, 30 May 2022 21:25:46 +0300 Maxim Dounin Upstream: all known headers in u->headers_in are linked lists now.
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 30 May 2022 21:25:43 +0300 Maxim Dounin Upstream: simplified Accept-Ranges handling.
Mon, 30 May 2022 21:25:42 +0300 Maxim Dounin Upstream: simplified Content-Encoding handling.
Mon, 30 May 2022 21:25:40 +0300 Maxim Dounin Upstream: style.
Mon, 30 May 2022 21:25:38 +0300 Maxim Dounin Perl: combining unknown headers during $r->header_in() lookup.
Mon, 30 May 2022 21:25:36 +0300 Maxim Dounin Perl: all known input headers are handled identically.
Mon, 30 May 2022 21:25:35 +0300 Maxim Dounin All non-unique input headers are now linked lists.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 30 May 2022 21:25:32 +0300 Maxim Dounin Combining unknown headers during variables lookup (ticket #1316).
Mon, 30 May 2022 21:25:30 +0300 Maxim Dounin Uwsgi: combining headers with identical names (ticket #1724).
Mon, 30 May 2022 21:25:28 +0300 Maxim Dounin SCGI: combining headers with identical names (ticket #1724).
Mon, 30 May 2022 21:25:27 +0300 Maxim Dounin FastCGI: combining headers with identical names (ticket #1724).
Mon, 30 May 2022 21:25:25 +0300 Maxim Dounin Perl: fixed $r->header_in("Connection").
Mon, 30 May 2022 02:38:07 +0300 Marcus Ball Fixed runtime handling of systems without EPOLLRDHUP support.
Mon, 30 May 2022 02:37:59 +0300 Maxim Dounin Version bump.
Tue, 24 May 2022 02:59:19 +0300 Maxim Dounin release-1.22.0 tag stable-1.22
Tue, 24 May 2022 02:59:18 +0300 Maxim Dounin nginx-1.22.0-RELEASE stable-1.22 release-1.22.0
Tue, 24 May 2022 02:51:49 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds. stable-1.22
Fri, 04 Feb 2022 13:29:31 +0300 Sergey Kandaurov Year 2022. stable-1.22
Tue, 24 May 2022 02:55:29 +0300 Maxim Dounin Stable branch. stable-1.22
Tue, 24 May 2022 02:51:49 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds.
Fri, 29 Apr 2022 17:38:01 +0400 Sergey Kandaurov Configure: recognize arm64 machine name as a synonym for aarch64.
Tue, 08 Feb 2022 17:35:27 +0300 Sergey Kandaurov SSL: logging level of "application data after close notify".
Fri, 04 Feb 2022 13:29:31 +0300 Sergey Kandaurov Year 2022.
Thu, 03 Feb 2022 22:46:01 +0300 Maxim Dounin HTTP/2: fixed closed_nodes overflow (ticket #1708).
Thu, 03 Feb 2022 01:44:38 +0300 Maxim Dounin HTTP/2: made it possible to flush response headers (ticket #1743).
Tue, 01 Feb 2022 16:29:28 +0300 Maxim Dounin Cache: fixed race in ngx_http_file_cache_forced_expire().
Wed, 26 Jan 2022 20:40:00 +0300 Vladimir Homutov Core: added autotest for UDP segmentation offloading.
Tue, 25 Jan 2022 15:48:58 +0300 Vladimir Homutov Core: added function for local source address cmsg.
Tue, 25 Jan 2022 15:48:56 +0300 Vladimir Homutov Core: made the ngx_sendmsg() function non-static.
Tue, 25 Jan 2022 15:41:48 +0300 Vladimir Homutov Core: the ngx_event_udp.h header file.
Thu, 27 Jan 2022 13:44:09 +0300 Vladimir Homutov Version bump.
Tue, 25 Jan 2022 18:03:52 +0300 Maxim Dounin release-1.21.6 tag
Tue, 25 Jan 2022 18:03:51 +0300 Maxim Dounin nginx-1.21.6-RELEASE release-1.21.6
Mon, 24 Jan 2022 17:18:50 +0300 Maxim Dounin SSL: always renewing tickets with TLSv1.3 (ticket #1892).
Sat, 22 Jan 2022 00:28:51 +0300 Maxim Dounin Contrib: vim syntax adjusted to save cpoptions (ticket #2276).
Wed, 19 Jan 2022 17:37:34 -0800 Pavel Pautov Core: simplify reader lock release.
Mon, 17 Jan 2022 17:05:12 +0300 Sergey Kandaurov SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.
Tue, 11 Jan 2022 02:23:49 +0300 Maxim Dounin Avoid sending "Connection: keep-alive" when shutting down.
Thu, 30 Dec 2021 01:08:46 +0300 Maxim Dounin Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Wed, 29 Dec 2021 22:59:53 +0300 Maxim Dounin Version bump.
Tue, 28 Dec 2021 18:28:38 +0300 Maxim Dounin release-1.21.5 tag
Tue, 28 Dec 2021 18:28:37 +0300 Maxim Dounin nginx-1.21.5-RELEASE release-1.21.5
Tue, 28 Dec 2021 17:56:16 +0300 Maxim Dounin Updated OpenSSL and PCRE used for win32 builds.
Mon, 27 Dec 2021 19:49:26 +0300 Maxim Dounin Support for sendfile(SF_NOCACHE).
Mon, 27 Dec 2021 19:48:42 +0300 Maxim Dounin SSL: SSL_sendfile(SF_NODISKIO) support.
Mon, 27 Dec 2021 19:48:33 +0300 Maxim Dounin Simplified sendfile(SF_NODISKIO) usage.
Mon, 27 Dec 2021 19:47:05 +0300 Maxim Dounin Removed "aio sendfile", deprecated since 1.7.11.
Sat, 25 Dec 2021 01:07:18 +0300 Maxim Dounin Core: added NGX_REGEX_MULTILINE for 3rd party modules.
Sat, 25 Dec 2021 01:07:16 +0300 Maxim Dounin PCRE2 and PCRE binary compatibility.
Sat, 25 Dec 2021 01:07:15 +0300 Maxim Dounin PCRE2 library support.
Sat, 25 Dec 2021 01:07:14 +0300 Maxim Dounin Configure: simplified PCRE compilation.
Sat, 25 Dec 2021 01:07:12 +0300 Maxim Dounin Core: ngx_regex.c style cleanup.
Sat, 25 Dec 2021 01:07:10 +0300 Maxim Dounin Core: fixed ngx_pcre_studies cleanup.
Tue, 21 Dec 2021 07:54:16 +0300 Ruslan Ermilov Moved Huffman coding out of HTTP/2.
Mon, 20 Dec 2021 20:02:48 +0200 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Thu, 25 Nov 2021 22:02:10 +0300 Maxim Dounin HTTP/2: fixed sendfile() aio handling.
Thu, 25 Nov 2021 22:02:05 +0300 Maxim Dounin HTTP/2: fixed "task already active" with sendfile in threads.
Mon, 01 Nov 2021 18:09:34 +0300 Sergey Kandaurov SSL: $ssl_curve (ticket #2135).
Tue, 23 Nov 2021 12:52:43 +0300 Sergey Kandaurov Version bump.
Tue, 16 Nov 2021 17:44:02 +0300 Maxim Dounin release-1.20.2 tag stable-1.20
Tue, 16 Nov 2021 17:44:02 +0300 Maxim Dounin nginx-1.20.2-RELEASE stable-1.20 release-1.20.2
Sat, 30 Oct 2021 02:39:19 +0300 Maxim Dounin Changed ngx_chain_update_chains() to test tag first (ticket #2248). stable-1.20
Wed, 06 Oct 2021 18:01:42 +0300 Maxim Dounin Fixed $content_length cacheability with chunked (ticket #2252). stable-1.20
Tue, 31 Aug 2021 17:54:54 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.20
Fri, 20 Aug 2021 03:53:56 +0300 Maxim Dounin Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229). stable-1.20
Tue, 10 Aug 2021 23:43:17 +0300 Sergey Kandaurov SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: silenced warnings when building with OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:42:59 +0300 Sergey Kandaurov SSL: RSA data type is deprecated in OpenSSL 3.0. stable-1.20
Wed, 04 Aug 2021 21:27:51 +0300 Sergey Kandaurov SSL: SSL_CTX_set_tmp_dh() error handling. stable-1.20
Tue, 03 Aug 2021 20:50:30 +0300 Maxim Dounin SSL: set events ready flags after handshake. stable-1.20
Thu, 17 Jun 2021 11:43:55 +0300 Sergey Kandaurov gRPC: handling GOAWAY with a higher last stream identifier. stable-1.20
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close. stable-1.20
Tue, 01 Jun 2021 17:37:49 +0300 Maxim Dounin SSL: ngx_ssl_shutdown() rework. stable-1.20
Tue, 16 Nov 2021 16:57:52 +0300 Maxim Dounin Version bump. stable-1.20
Tue, 02 Nov 2021 17:49:22 +0300 Maxim Dounin release-1.21.4 tag
Tue, 02 Nov 2021 17:49:22 +0300 Maxim Dounin nginx-1.21.4-RELEASE release-1.21.4
Sat, 30 Oct 2021 02:39:19 +0300 Maxim Dounin Changed ngx_chain_update_chains() to test tag first (ticket #2248).
Fri, 29 Oct 2021 20:21:57 +0300 Maxim Dounin Changed default value of sendfile_max_chunk to 2m.
Fri, 29 Oct 2021 20:21:54 +0300 Maxim Dounin Upstream: sendfile_max_chunk support.
Fri, 29 Oct 2021 20:21:51 +0300 Maxim Dounin Fixed sendfile() limit handling on Linux.
Fri, 29 Oct 2021 20:21:48 +0300 Maxim Dounin Simplified sendfile_max_chunk handling.
Fri, 29 Oct 2021 20:21:43 +0300 Maxim Dounin Switched to using posted next events after sendfile_max_chunk.
Thu, 28 Oct 2021 14:14:25 +0300 Roman Arutyunyan Mp4: mp4_start_key_frame directive.
Thu, 28 Oct 2021 13:11:31 +0300 Roman Arutyunyan Mp4: added ngx_http_mp4_update_mdhd_atom() function.
Thu, 19 Aug 2021 20:51:27 +0300 Alexey Radkov Core: removed unnecessary restriction in hash initialization.
Mon, 25 Oct 2021 20:49:15 +0300 Maxim Dounin MIME: added image/avif type.
Thu, 21 Oct 2021 18:44:07 +0300 Maxim Dounin SSL: SSL_sendfile() support with kernel TLS.
Thu, 21 Oct 2021 18:43:13 +0300 Maxim Dounin Style: added missing "static" specifiers.
Thu, 21 Oct 2021 18:38:38 +0300 Maxim Dounin Removed CLOCK_MONOTONIC_COARSE support.
Wed, 20 Oct 2021 09:45:34 +0300 Vladimir Homutov Mail: connections with wrong ALPN protocols are now rejected.
Wed, 20 Oct 2021 09:50:02 +0300 Vladimir Homutov HTTP: connections with wrong ALPN protocols are now rejected.
Tue, 19 Oct 2021 12:19:59 +0300 Vladimir Homutov Stream: the "ssl_alpn" directive.
Thu, 14 Oct 2021 11:46:23 +0300 Vladimir Homutov SSL: added $ssl_alpn_protocol variable.
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
Mon, 18 Oct 2021 16:46:59 +0300 Maxim Dounin Upstream: fixed logging level of upstream invalid header errors.
Tue, 12 Oct 2021 23:18:18 +0300 Maxim Dounin Synced ngx_http_subrequest() argument names (ticket #2255).
Thu, 07 Oct 2021 19:23:11 -0700 Awdhesh Mathpal Proxy: disabled keepalive on extra data in non-buffered mode.
Wed, 06 Oct 2021 18:01:42 +0300 Maxim Dounin Fixed $content_length cacheability with chunked (ticket #2252).
Wed, 22 Sep 2021 10:20:00 +0300 Vladimir Homutov Stream: added half-close support.
Fri, 10 Sep 2021 12:59:22 +0300 Roman Arutyunyan Request body: do not create temp file if there's nothing to write.
Tue, 14 Sep 2021 12:12:02 +0300 Roman Arutyunyan Version bump.
Tue, 07 Sep 2021 18:21:03 +0300 Maxim Dounin release-1.21.3 tag
Tue, 07 Sep 2021 18:21:02 +0300 Maxim Dounin nginx-1.21.3-RELEASE release-1.21.3
Mon, 06 Sep 2021 14:54:50 +0300 Maxim Dounin HTTP/2: optimized processing of small DATA frames.
Mon, 06 Sep 2021 14:54:48 +0300 Maxim Dounin HTTP/2: fixed timers left after request body reading.
Mon, 06 Sep 2021 14:54:47 +0300 Maxim Dounin HTTP/2: fixed window updates when buffering in filters.
Thu, 02 Sep 2021 12:25:37 +0300 Roman Arutyunyan Fixed debug logging.
Fri, 03 Sep 2021 17:19:33 +0300 Roman Arutyunyan Version bump.
Tue, 31 Aug 2021 18:13:47 +0300 Maxim Dounin release-1.21.2 tag
Tue, 31 Aug 2021 18:13:46 +0300 Maxim Dounin nginx-1.21.2-RELEASE release-1.21.2
Tue, 31 Aug 2021 17:54:54 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 31 Aug 2021 16:44:13 +0300 Maxim Dounin HTTP/2: avoid memcpy() with NULL source and zero length.
Mon, 30 Aug 2021 14:45:21 +0300 Sergey Kandaurov Give GCC atomics precedence over deprecated Darwin atomic(3).
Sun, 29 Aug 2021 22:22:02 +0300 Maxim Dounin Request body: reading body buffering in filters.
Sun, 29 Aug 2021 22:21:03 +0300 Maxim Dounin Request body: introduced rb->last_saved flag.
Sun, 29 Aug 2021 22:20:54 +0300 Maxim Dounin Request body: added alert to catch duplicate body saving.
Sun, 29 Aug 2021 22:20:49 +0300 Maxim Dounin Request body: missing comments about initialization.