log

age author description
Thu, 13 Jan 2022 15:57:15 +0300 Sergey Kandaurov HTTP/3: removed useless warning regarding OpenSSL library. quic
Thu, 13 Jan 2022 11:23:53 +0300 Roman Arutyunyan QUIC: fixed handling stream input buffers. quic
Tue, 11 Jan 2022 18:57:02 +0300 Roman Arutyunyan QUIC: fixed handling STREAM FIN. quic
Wed, 12 Jan 2022 11:57:46 +0300 Roman Arutyunyan HTTP/3: set c->error on read error in ngx_http_test_reading(). quic
Wed, 12 Jan 2022 11:57:06 +0300 Roman Arutyunyan HTTP/3: simplified code. quic
Wed, 12 Jan 2022 11:54:39 +0300 Roman Arutyunyan QUIC: modified HTTP version test. quic
Thu, 30 Dec 2021 12:59:32 +0300 Sergey Kandaurov HTTP/3: improved processing of multiple Cookie field lines. quic
Wed, 29 Dec 2021 15:33:51 +0300 Roman Arutyunyan Style. quic
Wed, 29 Dec 2021 15:17:26 +0300 Sergey Kandaurov Merged with the default branch. quic
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.
Mon, 27 Dec 2021 13:49:56 +0300 Vladimir Homutov QUIC: got rid of ngx_quic_create_temp_socket(). quic
Tue, 28 Dec 2021 15:01:02 +0300 Ruslan Ermilov Fixed a mismerge in 5c86189a1c1b. quic
Mon, 27 Dec 2021 16:15:28 +0300 Roman Arutyunyan QUIC: renamed input handling functions. quic
Tue, 28 Dec 2021 13:50:01 +0300 Roman Arutyunyan QUIC: fixed format specifier after 6ccf3867959a. quic
Tue, 28 Dec 2021 13:24:58 +0300 Vladimir Homutov QUIC: fixed config test with bpf (ticket #2292). quic
Fri, 24 Dec 2021 18:39:22 +0300 Roman Arutyunyan QUIC: refactored buffer allocation, spliting and freeing. quic
Thu, 16 Dec 2021 17:07:11 +0300 Roman Arutyunyan QUIC: removed ngx_quic_copy_chain(). quic
Thu, 16 Dec 2021 17:06:35 +0300 Roman Arutyunyan QUIC: renamed buffer-related functions. quic
Fri, 24 Dec 2021 18:17:23 +0300 Roman Arutyunyan QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs(). quic
Fri, 24 Dec 2021 18:13:51 +0300 Roman Arutyunyan QUIC: avoid excessive buffer allocations in stream output. quic
Mon, 27 Dec 2021 13:52:57 +0300 Vladimir Homutov QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c. quic
Thu, 16 Dec 2021 11:49:08 +0300 Vladimir Homutov QUIC: refactored ngx_quic_validate_path(). quic
Thu, 16 Dec 2021 11:42:28 +0300 Vladimir Homutov QUIC: added missing check for backup path existence. quic
Fri, 24 Dec 2021 15:53:59 +0300 Ruslan Ermilov Merged with the default branch. quic
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