log

age author description
Thu, 23 Feb 2023 18:15:57 +0300 Maxim Dounin Win32: handling of localized MSVC cl output.
Thu, 23 Feb 2023 18:15:53 +0300 Maxim Dounin Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Thu, 02 Feb 2023 23:38:48 +0300 Maxim Dounin Lingering close for connections with pipelined requests.
Sat, 28 Jan 2023 05:23:33 +0300 Maxim Dounin Fixed "zero size buf" alerts with subrequests.
Sat, 28 Jan 2023 05:20:23 +0300 Maxim Dounin Style.
Sat, 28 Jan 2023 01:29:45 +0300 Maxim Dounin Added warning about redefinition of listen socket protocol options.
Thu, 26 Jan 2023 03:34:44 +0300 Maxim Dounin Fixed handling of very long locations (ticket #2435).
Tue, 24 Jan 2023 03:01:51 +0300 Maxim Dounin Gzip static: ranges support (ticket #2349).
Mon, 23 Jan 2023 05:01:01 +0300 Maxim Dounin Configure: removed unneeded header from UDP_SEGMENT test.
Wed, 21 Dec 2022 14:53:27 +0300 Maxim Dounin Updated link to OpenVZ suspend/resume bug.
Sun, 18 Dec 2022 21:29:02 +0300 Valentin Bartenev Fixed port ranges support in the listen directive.
Fri, 16 Dec 2022 01:15:15 +0400 BullerDu Style.
Fri, 16 Dec 2022 01:15:13 +0400 Sergey Kandaurov Version bump.
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin release-1.23.3 tag
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin nginx-1.23.3-RELEASE release-1.23.3
Tue, 13 Dec 2022 03:32:57 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds.
Thu, 01 Dec 2022 04:22:36 +0300 Maxim Dounin Win32: event flags handling edge cases in ngx_wsarecv().
Thu, 01 Dec 2022 04:22:31 +0300 Maxim Dounin SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Wed, 30 Nov 2022 18:01:53 +0300 Maxim Dounin Removed casts from ngx_memcmp() macro.
Wed, 30 Nov 2022 18:01:43 +0300 Maxim Dounin Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.
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).
Fri, 18 Nov 2022 19:31:38 +0400 Roman Arutyunyan Process events posted by ngx_close_idle_connections() immediately.
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.
Wed, 02 Nov 2022 13:46:16 +0400 Roman Arutyunyan Increased maximum read PROXY protocol header size.
Thu, 03 Nov 2022 15:52:55 +0400 Roman Arutyunyan Version bump.