[nginx] QUIC: client transport parameter data length checking.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/371b6a7d0673 branches: changeset: 9250:371b6a7d0673 user: Sergey Kandaurov date: Tue May 28 17:17:19 2024 +0400 description: QUIC: client transport parameter data length checking. diffstat: src/event/quic/ngx_event_quic_transport.c | 8

[nginx] HTTP/3: decoder stream pre-creation.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/387470a87c8a branches: changeset: 9251:387470a87c8a user: Roman Arutyunyan date: Tue May 28 17:18:28 2024 +0400 description: HTTP/3: decoder stream pre-creation. Previously a decoder stream was created on demand for sending Section Acknowledge

[nginx] HTTP/3: fixed dynamic table overflow.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/a0cbbdeebccd branches: changeset: 9252:a0cbbdeebccd user: Roman Arutyunyan date: Tue May 28 17:18:50 2024 +0400 description: HTTP/3: fixed dynamic table overflow. While inserting a new entry into the dynamic table, first the entry is added, an

[nginx] QUIC: ignore CRYPTO frames after handshake completion.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/cf66916bc6a3 branches: changeset: 9253:cf66916bc6a3 user: Roman Arutyunyan date: Tue May 28 17:19:08 2024 +0400 description: QUIC: ignore CRYPTO frames after handshake completion. Sending handshake-level CRYPTO frames after the client's Finish

[nginx] QUIC: ngx_quic_buffer_t use-after-free protection.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/55a6a45b7fa9 branches: changeset: 9254:55a6a45b7fa9 user: Roman Arutyunyan date: Tue May 28 17:19:21 2024 +0400 description: QUIC: ngx_quic_buffer_t use-after-free protection. Previously the last chain field of ngx_quic_buffer_t could still re

[nginx] HTTP/3: fixed handling of zero-length literal field line.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/ebdeca3b392b branches: changeset: 9255:ebdeca3b392b user: Sergey Kandaurov date: Tue May 28 17:20:45 2024 +0400 description: HTTP/3: fixed handling of zero-length literal field line. Previously, st->value was passed with NULL data pointer to h

[nginx] nginx-1.27.0-RELEASE

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/2166e329fb4e branches: changeset: 9256:2166e329fb4e user: Sergey Kandaurov date: Tue May 28 17:19:38 2024 +0400 description: nginx-1.27.0-RELEASE diffstat: docs/xml/nginx/changes.xml | 68 ++ 1 fi

[nginx] release-1.27.0 tag

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/02e9411009b9 branches: changeset: 9257:02e9411009b9 user: Sergey Kandaurov date: Tue May 28 17:22:30 2024 +0400 description: release-1.27.0 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): dif

[nginx] Version bump.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/73770db03e73 branches: stable-1.26 changeset: 9258:73770db03e73 user: Sergey Kandaurov date: Tue May 28 17:14:08 2024 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) dif

[nginx] Configure: fixed building libatomic test.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/31fe21f04103 branches: stable-1.26 changeset: 9259:31fe21f04103 user: Edgar Bonet date: Thu May 16 11:15:10 2024 +0200 description: Configure: fixed building libatomic test. Using "long *" instead of "AO_t *" leads either to -Wincompatible-poin

[nginx] Optimized chain link usage (ticket #2614).

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/b317a71f75ae branches: stable-1.26 changeset: 9260:b317a71f75ae user: Roman Arutyunyan date: Thu May 23 19:15:38 2024 +0400 description: Optimized chain link usage (ticket #2614). Previously chain links could sometimes be dropped instead of bei

[nginx] HTTP/3: decoder stream pre-creation.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/08f8e9c33a08 branches: stable-1.26 changeset: 9262:08f8e9c33a08 user: Roman Arutyunyan date: Tue May 28 17:18:28 2024 +0400 description: HTTP/3: decoder stream pre-creation. Previously a decoder stream was created on demand for sending Section

[nginx] QUIC: client transport parameter data length checking.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/04bc350b2919 branches: stable-1.26 changeset: 9261:04bc350b2919 user: Sergey Kandaurov date: Tue May 28 17:17:19 2024 +0400 description: QUIC: client transport parameter data length checking. diffstat: src/event/quic/ngx_event_quic_transport.

[nginx] QUIC: ngx_quic_buffer_t use-after-free protection.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/b32b516f36b1 branches: stable-1.26 changeset: 9265:b32b516f36b1 user: Roman Arutyunyan date: Tue May 28 17:19:21 2024 +0400 description: QUIC: ngx_quic_buffer_t use-after-free protection. Previously the last chain field of ngx_quic_buffer_t cou

[nginx] QUIC: ignore CRYPTO frames after handshake completion.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/e4e9d7003b31 branches: stable-1.26 changeset: 9264:e4e9d7003b31 user: Roman Arutyunyan date: Tue May 28 17:19:08 2024 +0400 description: QUIC: ignore CRYPTO frames after handshake completion. Sending handshake-level CRYPTO frames after the clie

[nginx] HTTP/3: fixed handling of zero-length literal field line.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/5b3f409d55f0 branches: stable-1.26 changeset: 9266:5b3f409d55f0 user: Sergey Kandaurov date: Tue May 28 17:20:45 2024 +0400 description: HTTP/3: fixed handling of zero-length literal field line. Previously, st->value was passed with NULL data p

[nginx] HTTP/3: fixed dynamic table overflow.

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/ed593e26c79a branches: stable-1.26 changeset: 9263:ed593e26c79a user: Roman Arutyunyan date: Tue May 28 17:18:50 2024 +0400 description: HTTP/3: fixed dynamic table overflow. While inserting a new entry into the dynamic table, first the entry i

[nginx] nginx-1.26.1-RELEASE

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/a63c124e34bc branches: stable-1.26 changeset: 9267:a63c124e34bc user: Sergey Kandaurov date: Tue May 28 17:26:54 2024 +0400 description: nginx-1.26.1-RELEASE diffstat: docs/xml/nginx/changes.xml | 56 +

[nginx] release-1.26.1 tag

2024-05-29 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/dd5bc1844be3 branches: stable-1.26 changeset: 9268:dd5bc1844be3 user: Sergey Kandaurov date: Tue May 28 17:28:07 2024 +0400 description: release-1.26.1 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 l

[njs] Added security policy.

2024-05-29 Thread noreply
details: https://hg.nginx.org/njs/rev/5c1a1fa63bf0 branches: changeset: 2344:5c1a1fa63bf0 user: Dmitry Volyntsev date: Tue May 28 18:41:49 2024 -0700 description: Added security policy. diffstat: SECURITY.md | 24 1 files changed, 24 insertions(+), 0 dele

[njs] Added support guide.

2024-05-29 Thread noreply
details: https://hg.nginx.org/njs/rev/4b116e8fcb03 branches: changeset: 2345:4b116e8fcb03 user: Dmitry Volyntsev date: Wed May 29 16:29:47 2024 -0700 description: Added support guide. diffstat: SUPPORT.md | 37 + 1 files changed, 37 insertions(

[njs] Added issue templates.

2024-05-29 Thread noreply
details: https://hg.nginx.org/njs/rev/d80048eb970d branches: changeset: 2346:d80048eb970d user: Dmitry Volyntsev date: Wed May 29 17:04:27 2024 -0700 description: Added issue templates. diffstat: .github/ISSUE_TEMPLATE/bug_report.md | 52 +++ .git