log

age author description
Tue, 25 May 2021 15:17:36 +0300 Maxim Dounin Resolver: fixed off-by-one write in ngx_resolver_copy().
Mon, 24 May 2021 21:55:20 +0300 Ruslan Ermilov Location header escaping in redirects (ticket #882).
Mon, 24 May 2021 18:23:42 +0300 Maxim Dounin Fixed log action when using SSL certificates with variables.
Thu, 20 May 2021 19:59:16 +0300 Ruslan Ermilov Stream: the "fastopen" parameter of the "listen" directive.
Wed, 19 May 2021 16:24:13 +0300 Ruslan Ermilov Core: fixed comment about msie_refresh escaping.
Wed, 19 May 2021 03:13:31 +0300 Maxim Dounin Mail: max_errors directive.
Wed, 19 May 2021 03:13:28 +0300 Maxim Dounin Mail: IMAP pipelining support.
Wed, 19 May 2021 03:13:26 +0300 Maxim Dounin Mail: stricter checking of IMAP tags.
Wed, 19 May 2021 03:13:23 +0300 Maxim Dounin Mail: fixed backslash handling in IMAP literals.
Wed, 19 May 2021 03:13:22 +0300 Maxim Dounin Mail: removed dead s->arg_start handling.
Wed, 19 May 2021 03:13:20 +0300 Maxim Dounin Mail: fixed s->arg_start clearing on invalid IMAP commands.
Wed, 19 May 2021 03:13:18 +0300 Maxim Dounin Mail: POP3 pipelining support.
Wed, 19 May 2021 03:13:17 +0300 Maxim Dounin Mail: optimized discarding invalid SMTP commands.
Wed, 19 May 2021 03:13:15 +0300 Maxim Dounin Mail: fixed handling of invalid SMTP commands split between reads.
Wed, 19 May 2021 03:13:12 +0300 Maxim Dounin Mail: fixed SMTP pipelining to send the response immediately.
Sat, 08 May 2021 20:31:03 +0300 Maxim Dounin MIME: added application/wasm type (ticket #1606).
Thu, 06 May 2021 02:22:09 +0300 Maxim Dounin Upstream: variables support in certificates.
Thu, 06 May 2021 02:22:07 +0300 Maxim Dounin Auth basic: changed alcf->user_file to be a pointer.
Thu, 06 May 2021 02:22:03 +0300 Maxim Dounin Changed complex value slots to use NGX_CONF_UNSET_PTR.
Thu, 22 Apr 2021 16:12:52 +0300 Ruslan Ermilov Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Wed, 21 Apr 2021 23:24:59 +0300 Maxim Dounin Mail: fixed reading with fully filled buffer (ticket #2159).
Wed, 21 Apr 2021 23:24:48 +0300 Maxim Dounin Version bump.
Tue, 20 Apr 2021 16:35:47 +0300 Maxim Dounin release-1.20.0 tag stable-1.20
Tue, 20 Apr 2021 16:35:46 +0300 Maxim Dounin nginx-1.20.0-RELEASE stable-1.20 release-1.20.0
Tue, 20 Apr 2021 16:06:58 +0300 Maxim Dounin Stable branch. stable-1.20
Tue, 13 Apr 2021 18:13:59 +0300 Maxim Dounin release-1.19.10 tag
Tue, 13 Apr 2021 18:13:58 +0300 Maxim Dounin nginx-1.19.10-RELEASE release-1.19.10
Thu, 08 Apr 2021 00:16:30 +0300 Maxim Dounin Changed keepalive_requests default to 1000 (ticket #2155).
Thu, 08 Apr 2021 00:16:17 +0300 Maxim Dounin Added $connection_time variable.
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Wed, 07 Apr 2021 02:03:29 +0300 Maxim Dounin HTTP/2: relaxed PRIORITY frames limit.
Mon, 05 Apr 2021 20:14:16 +0300 Maxim Dounin Configure: fixed --test-build-epoll on FreeBSD 13.
Mon, 05 Apr 2021 04:07:17 +0300 Maxim Dounin Gzip: updated handling of zlib variant from Intel.
Mon, 05 Apr 2021 04:06:58 +0300 Maxim Dounin Gzip: support for zlib-ng.
Mon, 05 Apr 2021 04:03:10 +0300 Maxim Dounin Version bump.
Tue, 30 Mar 2021 17:47:11 +0300 Maxim Dounin release-1.19.9 tag
Tue, 30 Mar 2021 17:47:11 +0300 Maxim Dounin nginx-1.19.9-RELEASE release-1.19.9
Tue, 30 Mar 2021 17:44:36 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Sun, 28 Mar 2021 17:45:39 +0300 Maxim Dounin Fixed handling of already closed connections.
Sun, 28 Mar 2021 17:45:37 +0300 Maxim Dounin Upstream: fixed broken connection check with eventport.
Sun, 28 Mar 2021 17:45:35 +0300 Maxim Dounin Upstream: fixed non-buffered proxying with eventport.
Sun, 28 Mar 2021 17:45:31 +0300 Maxim Dounin Resolver: added missing event handling after reading.
Sun, 28 Mar 2021 17:45:29 +0300 Maxim Dounin Events: fixed "port_dissociate() failed" alerts with eventport.
Fri, 26 Mar 2021 01:44:59 +0300 Maxim Dounin Events: fixed expiration of timers in the past.
Fri, 26 Mar 2021 01:44:57 +0300 Maxim Dounin HTTP/2: improved handling of "keepalive_timeout 0".
Wed, 24 Mar 2021 14:03:33 +0300 Sergey Kandaurov Cancel keepalive and lingering close on EOF better (ticket #2145).
Tue, 23 Mar 2021 16:52:23 +0300 Maxim Dounin gRPC: fixed handling of padding on DATA frames.
Thu, 11 Mar 2021 09:58:45 +0300 Ruslan Ermilov Removed "ch" argument from ngx_pass_open_channel().
Thu, 11 Mar 2021 04:46:26 +0300 Maxim Dounin Mail: fixed build without SSL.
Thu, 11 Mar 2021 04:46:22 +0300 Maxim Dounin Version bump.
Tue, 09 Mar 2021 18:27:51 +0300 Maxim Dounin release-1.19.8 tag
Tue, 09 Mar 2021 18:27:50 +0300 Maxim Dounin nginx-1.19.8-RELEASE release-1.19.8
Tue, 09 Mar 2021 16:38:55 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Fri, 05 Mar 2021 17:16:32 +0300 Maxim Dounin Mail: sending of the PROXY protocol to backends.
Fri, 05 Mar 2021 17:16:29 +0300 Maxim Dounin Mail: realip module.
Fri, 05 Mar 2021 17:16:24 +0300 Maxim Dounin Mail: parsing of the PROXY protocol from clients.
Fri, 05 Mar 2021 17:16:23 +0300 Maxim Dounin Mail: made auth http creating request easier to extend.
Fri, 05 Mar 2021 17:16:20 +0300 Maxim Dounin Mail: fixed log action after SSL handshake.
Fri, 05 Mar 2021 17:16:19 +0300 Maxim Dounin Mail: postponed session initialization under accept mutex.
Fri, 05 Mar 2021 17:16:17 +0300 Maxim Dounin Mail: added missing event handling after reading data.
Fri, 05 Mar 2021 17:16:16 +0300 Maxim Dounin Mail: added missing event handling after blocking events.
Fri, 05 Mar 2021 17:16:15 +0300 Maxim Dounin Events: fixed eventport handling in ngx_handle_read_event().
Fri, 05 Mar 2021 17:16:13 +0300 Maxim Dounin SSL: fixed build by Sun C with old OpenSSL versions.
Tue, 02 Mar 2021 00:58:24 +0300 Ruslan Ermilov Proxy: variables support in "proxy_cookie_flags" flags.
Mon, 01 Mar 2021 20:00:45 +0300 Maxim Dounin Introduced strerrordesc_np() support.
Mon, 01 Mar 2021 20:00:43 +0300 Maxim Dounin Improved maximum errno detection.
Mon, 01 Mar 2021 17:31:28 +0300 Maxim Dounin HTTP/2: client_header_timeout before first request (ticket #2142).
Thu, 25 Feb 2021 23:42:25 +0300 Maxim Dounin Contrib: vim syntax, default highlighting (ticket #2141).
Sat, 20 Feb 2021 18:03:04 +0300 Maxim Dounin SSL: added check for debugging.
Sat, 20 Feb 2021 18:02:54 +0300 Maxim Dounin SSL: added missed error reporting during variables evaluation.
Sat, 20 Feb 2021 18:02:49 +0300 Maxim Dounin SSL: X509_NAME_oneline() error handling.
Sat, 20 Feb 2021 12:44:26 +0300 Ruslan Ermilov Configure: marked top-level make targets as phony.
Sat, 20 Feb 2021 12:44:07 +0300 Ruslan Ermilov Version bump.
Tue, 16 Feb 2021 18:57:18 +0300 Maxim Dounin release-1.19.7 tag
Tue, 16 Feb 2021 18:57:18 +0300 Maxim Dounin nginx-1.19.7-RELEASE release-1.19.7
Thu, 11 Feb 2021 21:52:26 +0300 Maxim Dounin HTTP/2: removed http2_max_field_size and http2_max_header_size.
Thu, 11 Feb 2021 21:52:24 +0300 Maxim Dounin HTTP/2: keepalive_timeout now armed once between requests.
Thu, 11 Feb 2021 21:52:23 +0300 Maxim Dounin HTTP/2: removed http2_idle_timeout and http2_max_requests.
Thu, 11 Feb 2021 21:52:20 +0300 Maxim Dounin HTTP/2: removed http2_recv_timeout.
Thu, 11 Feb 2021 21:52:19 +0300 Maxim Dounin HTTP/2: removed SPDY directives handling.
Thu, 11 Feb 2021 21:52:17 +0300 Maxim Dounin HTTP/2: fixed reusing connections with active requests.
Thu, 11 Feb 2021 21:52:12 +0300 Maxim Dounin HTTP/2: reuse of connections with incomplete frames.
Thu, 11 Feb 2021 21:52:11 +0300 Maxim Dounin Additional connections reuse.
Thu, 11 Feb 2021 21:52:09 +0300 Maxim Dounin Reuse of connections in lingering close.
Mon, 01 Feb 2021 16:42:50 +0300 Ruslan Ermilov HTTP/2: lingering close changed to handle NGX_AGAIN.
Tue, 26 Jan 2021 12:39:28 +0300 Sergey Kandaurov Clean up trailers in ngx_http_clean_header() as well.
Tue, 19 Jan 2021 20:35:17 +0300 Maxim Dounin Year 2021.
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
Tue, 19 Jan 2021 20:21:12 +0300 Maxim Dounin Removed incorrect optimization of HEAD requests.
Tue, 12 Jan 2021 16:59:31 +0300 Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Tue, 29 Dec 2020 13:13:57 +0200 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Mon, 11 Jan 2021 22:06:27 +0300 Maxim Dounin Version bump.
Tue, 15 Dec 2020 17:41:39 +0300 Maxim Dounin release-1.19.6 tag
Tue, 15 Dec 2020 17:41:39 +0300 Maxim Dounin nginx-1.19.6-RELEASE release-1.19.6
Tue, 15 Dec 2020 16:49:24 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Fri, 11 Dec 2020 13:42:07 +0300 Maxim Dounin Fixed double close of non-regular files in flv and mp4.
Thu, 10 Dec 2020 20:09:39 +0300 Maxim Dounin Removed extra allocation for r->uri.
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Tue, 08 Dec 2020 01:43:36 +0300 Ruslan Ermilov SSL: fixed SSL shutdown on lingering close.
Fri, 27 Nov 2020 00:01:20 +0300 Ruslan Ermilov Upstream: excluded down servers from the next_upstream tries.
Thu, 26 Nov 2020 23:46:59 +0300 Ruslan Ermilov Version bump.
Tue, 24 Nov 2020 18:06:34 +0300 Maxim Dounin release-1.19.5 tag
Tue, 24 Nov 2020 18:06:34 +0300 Maxim Dounin nginx-1.19.5-RELEASE release-1.19.5
Wed, 18 Nov 2020 18:41:16 -0800 Pavel Pautov gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Thu, 19 Nov 2020 17:15:22 +0000 Sergey Kandaurov Use .Mt to mark up email addresses.
Thu, 19 Nov 2020 16:59:00 +0000 Igor Ippolitov Core: "-e" command line option.
Tue, 10 Nov 2020 17:13:20 +0300 Maxim Dounin Configure: shared sources for addon modules.
Tue, 10 Nov 2020 17:13:17 +0300 Maxim Dounin Configure: initialization of NGX_ADDON_SRCS.
Tue, 10 Nov 2020 17:13:14 +0300 Maxim Dounin Configure: style.
Mon, 09 Nov 2020 22:41:54 +0300 Maxim Dounin Request body: removed error assumption (ticket #2058).
Mon, 09 Nov 2020 22:40:53 +0300 Maxim Dounin Request body: improved logging.
Fri, 06 Nov 2020 23:44:54 +0300 Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close.
Fri, 06 Nov 2020 23:44:47 +0300 Ruslan Ermilov Removed dead code from ngx_http_set_keepalive().
Wed, 28 Oct 2020 10:56:11 +0300 Vladimir Homutov Core: added format specifiers to output binary data as hex.
Thu, 05 Nov 2020 22:37:27 +0300 Vladimir Homutov Version bump.
Tue, 27 Oct 2020 18:09:20 +0300 Maxim Dounin release-1.19.4 tag
Tue, 27 Oct 2020 18:09:20 +0300 Maxim Dounin nginx-1.19.4-RELEASE release-1.19.4
Thu, 22 Oct 2020 18:02:28 +0300 Maxim Dounin SSL: ssl_reject_handshake directive (ticket #195).
Thu, 22 Oct 2020 18:00:27 +0300 Maxim Dounin Stream: proxy_ssl_conf_command directive.
Thu, 22 Oct 2020 18:00:23 +0300 Maxim Dounin Upstream: proxy_ssl_conf_command and friends.