log

age author description
Wed, 29 Nov 2023 18:13:25 +0400 Roman Arutyunyan QUIC: avoid partial expansion of PATH_CHALLENGE/PATH_RESPONSE.
Wed, 29 Nov 2023 11:13:05 +0300 Vladimir Khomutov HTTP: uniform checks in ngx_http_alloc_large_header_buffer().
Tue, 28 Nov 2023 12:57:14 +0300 Vladimir Khomutov HTTP: removed unused r->port_start and r->port_end.
Tue, 14 Nov 2023 15:26:02 +0400 Sergey Kandaurov HTTP/3: added Huffman decoding error logging.
Tue, 14 Nov 2023 14:50:03 +0400 Sergey Kandaurov Adjusted Huffman coding debug logging, missed in 7977:336084ff943b.
Thu, 26 Oct 2023 23:35:09 +0300 Vladimir Khomutov QUIC: improved packet and frames debug tracing.
Fri, 27 Oct 2023 01:29:28 +0400 Sergey Kandaurov Version bump.
Tue, 24 Oct 2023 16:46:47 +0300 Maxim Dounin release-1.25.3 tag
Tue, 24 Oct 2023 16:46:46 +0300 Maxim Dounin nginx-1.25.3-RELEASE release-1.25.3
Mon, 23 Oct 2023 21:50:26 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds.
Sat, 21 Oct 2023 18:48:24 +0400 Sergey Kandaurov HTTP/2: fixed buffer management with HTTP/2 auto-detection.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: explicitly zero out unused keying material.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: removed key field from ngx_quic_secret_t.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: simplified ngx_quic_ciphers() API.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: cleaned up now unused ngx_quic_ciphers() calls.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: reusing crypto contexts for header protection.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: common code for crypto open and seal operations.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: reusing crypto contexts for packet protection.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: renamed protection functions.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: prevented generating ACK frames with discarded keys.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: added safety belt to prevent using discarded keys.
Thu, 31 Aug 2023 19:54:10 +0400 Sergey Kandaurov QUIC: split keys availability checks to read and write sides.
Wed, 18 Oct 2023 04:30:11 +0300 Maxim Dounin Core: changed ngx_queue_sort() to use merge sort.
Tue, 17 Oct 2023 02:39:38 +0300 Maxim Dounin Core: fixed memory leak on configuration reload with PCRE2.
Tue, 10 Oct 2023 15:13:39 +0300 Maxim Dounin HTTP/2: per-iteration stream handling limit.
Fri, 22 Sep 2023 19:23:57 +0400 Vladimir Khomutov QUIC: handle callback errors in compat.
Wed, 13 Sep 2023 17:48:15 +0400 Roman Arutyunyan Modules compatibility: added QUIC to signature (ticket #2539).
Thu, 14 Sep 2023 14:15:20 +0400 Roman Arutyunyan QUIC: simplified setting close timer when closing connection.
Thu, 14 Sep 2023 14:13:43 +0400 Roman Arutyunyan HTTP/3: postponed session creation to init() callback.
Thu, 21 Sep 2023 19:32:38 +0400 Roman Arutyunyan QUIC: do not call shutdown() when handshake is in progress.