log

age author description
Wed, 30 Nov 2022 12:51:15 +0400 Roman Arutyunyan QUIC: application init() callback. quic
Mon, 22 Aug 2022 14:09:03 +0400 Roman Arutyunyan HTTP/3: renamed functions. quic
Wed, 30 Nov 2022 14:09:08 +0400 Roman Arutyunyan QUIC: removed cancelable flag from QUIC and HTTP/3 events. quic
Wed, 19 Oct 2022 17:45:18 +0400 Roman Arutyunyan QUIC: idle mode for main connection. quic
Wed, 19 Oct 2022 17:45:30 +0400 Roman Arutyunyan HTTP/3: unified hq code with regular HTTP/3 code. quic
Wed, 07 Sep 2022 13:12:56 +0400 Roman Arutyunyan QUIC: do not send MAX_STREAMS in shutdown state. quic
Mon, 22 Aug 2022 15:33:23 +0400 Roman Arutyunyan QUIC: defer stream removal until all its data is acked. quic
Tue, 29 Nov 2022 17:46:46 +0400 Roman Arutyunyan QUIC: reusable mode for main connection. quic
Wed, 07 Sep 2022 19:25:13 +0400 Roman Arutyunyan QUIC: post close event for connection close. quic
Mon, 22 Aug 2022 15:28:51 +0400 Roman Arutyunyan QUIC: made ngx_quic_finalize_connecion() more graceful. quic
Wed, 07 Sep 2022 12:37:15 +0400 Roman Arutyunyan QUIC: treat qc->error == -1 as a missing error. quic
Fri, 25 Nov 2022 15:56:33 +0400 Sergey Kandaurov QUIC: fixed computation of nonce with packet numbers beyond 2^32. quic
Fri, 25 Nov 2022 15:07:23 +0800 Jiuzhou Cui HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db). quic
Thu, 24 Nov 2022 23:08:30 +0400 Sergey Kandaurov SSL: fixed debug logging of SSL_sendfile() return value.
Wed, 23 Nov 2022 23:48:53 +0300 Maxim Dounin Fixed segfault when switching off master process during upgrade.
Wed, 23 Nov 2022 23:12:04 +0300 Maxim Dounin Disabled cloning of sockets without master process (ticket #2403).
Wed, 23 Nov 2022 17:30:08 +0300 Maxim Dounin Filtering duplicate addresses in listen (ticket #2400).
Wed, 23 Nov 2022 18:50:26 +0400 Roman Arutyunyan QUIC: fixed triggering stream read event (ticket #2409). quic
Fri, 18 Nov 2022 19:31:38 +0400 Roman Arutyunyan Process events posted by ngx_close_idle_connections() immediately.
Tue, 22 Nov 2022 18:05:37 +0400 Sergey Kandaurov QUIC: fixed C4334 MSVC warning about 32 to 64 bits conversion. quic
Tue, 22 Nov 2022 18:05:37 +0400 Sergey Kandaurov QUIC: plug MSVC warning about potentially uninitialized variable. quic
Tue, 22 Nov 2022 18:05:36 +0400 Sergey Kandaurov Added shutdown macros for win32 required for QUIC. quic
Tue, 22 Nov 2022 18:05:36 +0400 Sergey Kandaurov QUIC: fixed C4389 MSVC warning about signed/unsigned mismatch. quic
Tue, 22 Nov 2022 18:05:35 +0400 Sergey Kandaurov QUIC: avoid using C99 designated initializers. quic
Tue, 22 Nov 2022 18:05:35 +0400 Sergey Kandaurov QUIC: moved variable declaration to fix build with MSVC 2010. quic
Tue, 22 Nov 2022 18:05:34 +0400 Sergey Kandaurov QUIC: fixed C4706 warnings with MSVC 2010. quic
Tue, 22 Nov 2022 14:10:04 +0400 Sergey Kandaurov HTTP/3: fixed server_name regex captures (ticket #2407). quic
Mon, 21 Nov 2022 17:01:34 +0300 Ciel Zhao SSI: handling of subrequests from other modules (ticket #1263).
Tue, 08 Nov 2022 12:48:21 +0300 Maxim Dounin Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Tue, 08 Nov 2022 12:48:19 +0300 Maxim Dounin Added logging to PROXY protocol write buffer check.