log

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