log

age author description
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.
Wed, 13 Sep 2023 17:57:13 +0400 Roman Arutyunyan HTTP/3: moved variable initialization.
Wed, 13 Sep 2023 17:59:37 +0400 Roman Arutyunyan QUIC: "handshake_timeout" configuration parameter.
Fri, 01 Sep 2023 20:31:46 +0400 Sergey Kandaurov QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level.
Fri, 01 Sep 2023 20:31:46 +0400 Sergey Kandaurov QUIC: refined sending CONNECTION_CLOSE in various packet types.
Thu, 31 Aug 2023 22:59:17 +0300 Maxim Dounin Upstream: fixed handling of Status headers without reason-phrase.
Thu, 31 Aug 2023 10:54:07 +0400 Roman Arutyunyan QUIC: ignore path validation socket error (ticket #2532).
Wed, 30 Aug 2023 11:09:21 +0400 Roman Arutyunyan QUIC: use last client dcid to receive initial packets.
Fri, 25 Aug 2023 13:51:38 +0400 Sergey Kandaurov QUIC: posted generating TLS Key Update next keys.
Fri, 25 Aug 2023 16:39:14 +0400 Sergey Kandaurov Version bump.
Tue, 15 Aug 2023 20:03:04 +0300 Maxim Dounin release-1.25.2 tag
Tue, 15 Aug 2023 20:03:04 +0300 Maxim Dounin nginx-1.25.2-RELEASE release-1.25.2
Tue, 15 Aug 2023 18:10:50 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 14 Aug 2023 09:21:27 +0400 Roman Arutyunyan QUIC: path MTU discovery.
Tue, 08 Aug 2023 10:43:17 +0400 Roman Arutyunyan QUIC: allowed ngx_quic_frame_sendto() to return NGX_AGAIN.
Thu, 06 Jul 2023 11:30:47 +0400 Roman Arutyunyan QUIC: removed explicit packet padding for certain frames.
Thu, 06 Jul 2023 17:49:01 +0400 Roman Arutyunyan QUIC: removed path->limited flag.
Mon, 14 Aug 2023 08:28:30 +0400 Roman Arutyunyan QUIC: fixed probe-congestion deadlock.
Tue, 01 Aug 2023 11:21:59 +0400 Roman Arutyunyan QUIC: fixed PTO expiration condition.
Tue, 01 Aug 2023 11:20:04 +0400 Roman Arutyunyan QUIC: avoid accessing freed frame.
Thu, 27 Jul 2023 13:35:42 +0400 Roman Arutyunyan QUIC: fixed congesion control in GSO mode.
Thu, 10 Aug 2023 20:11:29 +0400 Roman Arutyunyan QUIC: always add ACK frame to the queue head.
Thu, 27 Jul 2023 16:37:17 +0400 Roman Arutyunyan QUIC: optimized ACK delay.
Wed, 21 Jun 2023 01:29:53 +0300 Maxim Dounin SSL: avoid using OpenSSL config in build directory (ticket #2404).
Wed, 21 Jun 2023 01:29:55 +0300 Maxim Dounin SSL: provided "nginx" appname when loading OpenSSL configs.
Mon, 24 Jul 2023 18:04:41 +0300 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Wed, 19 Jul 2023 05:09:23 +0300 Maxim Dounin Core: fixed environment variables on exit.
Wed, 12 Jul 2023 15:27:35 +0400 Sergey Kandaurov HTTP/3: fixed $body_bytes_sent.