log

age author description
Tue, 22 Oct 2019 18:16:08 +0300 Maxim Dounin release-1.17.5 tag
Tue, 22 Oct 2019 18:16:08 +0300 Maxim Dounin nginx-1.17.5-RELEASE release-1.17.5
Mon, 21 Oct 2019 19:07:03 +0300 Maxim Dounin Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
Mon, 21 Oct 2019 19:06:12 +0300 Maxim Dounin Win32: improved fallback on FormatMessage() errors.
Thu, 17 Oct 2019 16:02:24 +0300 Maxim Dounin SSL: available bytes handling (ticket #1431).
Thu, 17 Oct 2019 16:02:19 +0300 Maxim Dounin Events: available bytes calculation via ioctl(FIONREAD).
Thu, 17 Oct 2019 16:02:13 +0300 Maxim Dounin SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.
Thu, 17 Oct 2019 16:02:03 +0300 Maxim Dounin Event pipe: disabled c->read->available checking for SSL.
Tue, 15 Oct 2019 14:46:10 +0300 Ruslan Ermilov Fixed header parsing with ignore_invalid_headers switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Maxim Dounin Fixed URI normalization with merge_slashes switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov The "/." and "/.." at the end of URI should be normalized.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov Improved detection of broken percent encoding in URI.
Mon, 30 Sep 2019 16:39:20 +0300 Vladimir Homutov Core: removed dead code in ngx_rbtree_delete().
Mon, 30 Sep 2019 16:43:16 +0300 Vladimir Homutov Version bump.
Tue, 24 Sep 2019 18:08:48 +0300 Maxim Dounin release-1.17.4 tag
Tue, 24 Sep 2019 18:08:48 +0300 Maxim Dounin nginx-1.17.4-RELEASE release-1.17.4
Tue, 24 Sep 2019 16:30:03 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 23 Sep 2019 15:45:36 +0300 Ruslan Ermilov HTTP/2: fixed worker_shutdown_timeout.
Mon, 23 Sep 2019 15:45:32 +0300 Ruslan Ermilov HTTP/2: fixed possible alert about left open socket on shutdown.
Wed, 18 Sep 2019 20:28:12 +0300 Maxim Dounin HTTP/2: traffic-based flood detection.
Wed, 18 Sep 2019 20:28:09 +0300 Maxim Dounin HTTP/2: switched back to RST_STREAM with NO_ERROR.
Mon, 16 Sep 2019 19:26:42 +0300 Sergey Kandaurov SSL: fixed ssl_verify_client error message.
Tue, 10 Sep 2019 15:42:34 +0300 Sergey Kandaurov Resolver: fixed possible use-after-free while resolving PTR.
Tue, 10 Sep 2019 15:33:38 +0300 Ruslan Ermilov HTTP/2: close connection on zero WINDOW_UPDATE.
Tue, 10 Sep 2019 15:33:37 +0300 Ruslan Ermilov HTTP/2: close connection on frames with self-dependency.
Wed, 04 Sep 2019 13:33:51 +0300 Sergey Kandaurov Fixed "return" with discarding invalid chunked body.
Tue, 03 Sep 2019 17:26:56 +0300 Sergey Kandaurov Detect runaway chunks in ngx_http_parse_chunked().
Mon, 19 Aug 2019 15:16:06 +0300 Sergey Kandaurov HTTP/2: discard remaining request body after redirect.
Fri, 16 Aug 2019 18:16:21 +0300 Maxim Dounin SSL: lowered log level for WSAECONNABORTED errors on Windows.
Fri, 16 Aug 2019 18:16:14 +0300 Maxim Dounin Version bump.
Tue, 13 Aug 2019 15:51:43 +0300 Maxim Dounin release-1.16.1 tag stable-1.16
Tue, 13 Aug 2019 15:51:42 +0300 Maxim Dounin nginx-1.16.1-RELEASE stable-1.16 release-1.16.1
Tue, 13 Aug 2019 15:43:40 +0300 Ruslan Ermilov HTTP/2: limited number of PRIORITY frames. stable-1.16
Tue, 13 Aug 2019 15:43:36 +0300 Ruslan Ermilov HTTP/2: limited number of DATA frames. stable-1.16
Tue, 13 Aug 2019 15:43:32 +0300 Sergey Kandaurov HTTP/2: reject zero length headers with PROTOCOL_ERROR. stable-1.16
Tue, 25 Jun 2019 04:47:43 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.16
Tue, 13 Aug 2019 15:48:39 +0300 Maxim Dounin Version bump. stable-1.16
Tue, 13 Aug 2019 15:45:57 +0300 Maxim Dounin release-1.17.3 tag
Tue, 13 Aug 2019 15:45:56 +0300 Maxim Dounin nginx-1.17.3-RELEASE release-1.17.3
Tue, 13 Aug 2019 15:43:40 +0300 Ruslan Ermilov HTTP/2: limited number of PRIORITY frames.
Tue, 13 Aug 2019 15:43:36 +0300 Ruslan Ermilov HTTP/2: limited number of DATA frames.
Tue, 13 Aug 2019 15:43:32 +0300 Sergey Kandaurov HTTP/2: reject zero length headers with PROTOCOL_ERROR.
Thu, 01 Aug 2019 13:50:07 +0300 Maxim Dounin Mail: fixed duplicate resolving.
Wed, 31 Jul 2019 17:29:00 +0300 Maxim Dounin Gzip: fixed "zero size buf" alerts after ac5a741d39cf.
Wed, 31 Jul 2019 17:28:41 +0300 Maxim Dounin Version bump.
Tue, 23 Jul 2019 15:01:47 +0300 Maxim Dounin release-1.17.2 tag
Tue, 23 Jul 2019 15:01:47 +0300 Maxim Dounin nginx-1.17.2-RELEASE release-1.17.2
Fri, 19 Jul 2019 17:50:00 +0300 Maxim Dounin Core: fixed memory leak on error, missed in c3f60d618c17.
Thu, 18 Jul 2019 18:27:54 +0300 Maxim Dounin Xslt: fixed potential buffer overflow with null character.
Thu, 18 Jul 2019 18:27:53 +0300 Maxim Dounin SSI: avoid potential buffer overflow.
Thu, 18 Jul 2019 18:27:52 +0300 Maxim Dounin Upstream: fixed EOF handling in unbuffered and upgraded modes.
Thu, 18 Jul 2019 18:27:50 +0300 Maxim Dounin HTTP/2: return error on output on closed stream.
Thu, 18 Jul 2019 18:27:44 +0300 Maxim Dounin Core: fixed segfault with too large bucket sizes (ticket #1806).
Wed, 17 Jul 2019 17:00:57 +0300 Maxim Dounin Perl: removed unused variable, forgotten in 975d7ab37b39.
Fri, 12 Jul 2019 12:43:08 +0200 Ilya Leoshkevich Gzip: use zlib to write header and trailer.
Fri, 12 Jul 2019 15:39:28 +0300 Maxim Dounin Perl: named locations in $r->internal_redirect().
Fri, 12 Jul 2019 15:39:26 +0300 Maxim Dounin Perl: expect escaped URIs in $r->internal_redirect().
Fri, 12 Jul 2019 15:39:25 +0300 Maxim Dounin Perl: additional ctx->header_sent checks.
Fri, 12 Jul 2019 15:39:25 +0300 Maxim Dounin Perl: avoid returning 500 if header was already sent.
Fri, 12 Jul 2019 15:38:27 +0300 Maxim Dounin Perl: avoid redirects on errors.
Fri, 12 Jul 2019 15:35:31 +0300 Maxim Dounin Perl: disabled unrelated calls from variable handlers.
Fri, 12 Jul 2019 15:34:37 +0300 Maxim Dounin Perl: protection against duplicate $r->sleep() calls.
Fri, 12 Jul 2019 13:56:23 +0300 Maxim Dounin Perl: handling of allocation errors.
Fri, 12 Jul 2019 13:56:21 +0300 Maxim Dounin Perl: propagate errors.
Fri, 12 Jul 2019 11:29:22 +0300 Maxim Dounin Perl: reworked perl module to pass ctx instead of request.
Thu, 11 Jul 2019 23:20:08 +0300 Maxim Dounin Perl: removed unneeded NGX_DONE test.
Sun, 30 Jun 2019 10:39:01 +0300 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Tue, 09 Jul 2019 16:03:25 +0300 Maxim Dounin Typo.
Tue, 09 Jul 2019 16:01:32 +0300 Maxim Dounin Version bump.
Tue, 25 Jun 2019 15:19:45 +0300 Maxim Dounin release-1.17.1 tag
Tue, 25 Jun 2019 15:19:45 +0300 Maxim Dounin nginx-1.17.1-RELEASE release-1.17.1
Tue, 25 Jun 2019 04:47:43 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 17 Jun 2019 19:48:56 +0300 Maxim Dounin Perl: disabled not_modified filter (ticket #1786).
Wed, 05 Jun 2019 19:55:27 +0300 Roman Arutyunyan Limit req: limit_req_dry_run directive.
Mon, 03 Jun 2019 20:33:26 +0300 Roman Arutyunyan Upstream: background cache update before cache send (ticket #1782).
Thu, 23 May 2019 16:49:22 +0300 Niklas Keller Upstream hash: fall back to round-robin if hash key is empty.
Mon, 27 May 2019 19:47:50 +0300 Roman Arutyunyan Version bump.
Tue, 21 May 2019 17:23:57 +0300 Maxim Dounin release-1.17.0 tag
Tue, 21 May 2019 17:23:57 +0300 Maxim Dounin nginx-1.17.0-RELEASE release-1.17.0
Mon, 11 Apr 2016 15:46:36 +0300 Sergey Kandaurov SSL: removed OpenSSL 0.9.7 compatibility.
Mon, 13 May 2019 22:44:49 +0300 Maxim Dounin Range filter: fixed duplicate last buffers.
Mon, 13 May 2019 22:44:02 +0300 Maxim Dounin Range filter: fixed loss of incoming chain links.
Wed, 08 May 2019 19:22:13 +0300 Roman Arutyunyan Unconditional compilation of the postpone filter.
Wed, 24 Apr 2019 16:38:56 +0300 Ruslan Ermilov Variables support in proxy_upload_rate and proxy_download_rate.
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Wed, 24 Apr 2019 16:38:51 +0300 Ruslan Ermilov Added ngx_http_set_complex_value_size_slot().
Tue, 09 Apr 2019 11:40:20 +0300 Vladimir Homutov Core: enabled "include" in any context (ticket #1615).
Wed, 24 Apr 2019 13:41:29 +0300 Vladimir Homutov Version bump.
Tue, 23 Apr 2019 16:12:58 +0300 Maxim Dounin release-1.16.0 tag stable-1.16
Tue, 23 Apr 2019 16:12:57 +0300 Maxim Dounin nginx-1.16.0-RELEASE stable-1.16 release-1.16.0
Tue, 23 Apr 2019 16:12:17 +0300 Maxim Dounin Stable branch. stable-1.16
Tue, 16 Apr 2019 17:54:59 +0300 Maxim Dounin release-1.15.12 tag
Tue, 16 Apr 2019 17:54:58 +0300 Maxim Dounin nginx-1.15.12-RELEASE release-1.15.12
Tue, 16 Apr 2019 16:32:44 +0300 Maxim Dounin Updated PCRE used for win32 builds.
Mon, 15 Apr 2019 20:14:07 +0300 Maxim Dounin Fixed incorrect length handling in ngx_utf8_length().
Mon, 15 Apr 2019 19:13:09 +0300 Maxim Dounin OCSP stapling: fixed segfault with dynamic certificate loading.
Mon, 15 Apr 2019 19:13:06 +0300 Maxim Dounin Version bump.
Tue, 09 Apr 2019 16:00:30 +0300 Maxim Dounin release-1.15.11 tag
Tue, 09 Apr 2019 16:00:30 +0300 Maxim Dounin nginx-1.15.11-RELEASE release-1.15.11
Thu, 04 Apr 2019 22:56:41 +0300 Maxim Dounin Win32: avoid using CFLAGS, just add define instead.
Thu, 04 Apr 2019 19:30:47 +0300 Maxim Dounin Win32: defined pdb path.
Thu, 04 Apr 2019 16:26:56 +0300 Sergey Kandaurov Win32: preserving binary compatibility with Windows XP - Vista.
Thu, 04 Apr 2019 16:22:03 +0300 Sergey Kandaurov Win32: skip building OpenSSL tests to conserve time and space.
Wed, 03 Apr 2019 15:35:39 +0300 Sergey Kandaurov OCSP stapling: open ssl_stapling_file in binary-mode.
Tue, 26 Mar 2019 09:33:57 +0300 Nikolay Morozov SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.
Tue, 26 Mar 2019 18:25:08 +0300 Sergey Kandaurov Version bump.
Tue, 26 Mar 2019 17:06:55 +0300 Maxim Dounin release-1.15.10 tag
Tue, 26 Mar 2019 17:06:54 +0300 Maxim Dounin nginx-1.15.10-RELEASE release-1.15.10
Wed, 06 Mar 2019 20:46:09 +0300 Roman Arutyunyan Listen port ranges.
Wed, 20 Mar 2019 20:31:59 +0300 Roman Arutyunyan Removed sorting of getaddrinfo() results.
Fri, 15 Mar 2019 15:45:56 +0300 Roman Arutyunyan Multiple addresses in "listen".
Sat, 09 Mar 2019 03:03:56 +0300 Maxim Dounin SSL: support for parsing PEM certificates from memory.
Sat, 09 Mar 2019 02:55:43 +0300 Maxim Dounin SSL: removed redundant "pkey" variable.
Tue, 05 Mar 2019 16:34:19 +0300 Maxim Dounin SSL: moved c->ssl->handshaked check in server name callback.
Sun, 03 Mar 2019 16:49:02 +0300 Maxim Dounin SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.
Sun, 03 Mar 2019 16:48:39 +0300 Maxim Dounin SSL: fixed potential leak on memory allocation errors.
Sun, 03 Mar 2019 16:48:06 +0300 Maxim Dounin SSL: server name callback changed to return fatal errors.
Sun, 03 Mar 2019 16:47:44 +0300 Maxim Dounin SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.
Sun, 03 Mar 2019 16:47:41 +0300 Maxim Dounin Version bump.
Tue, 26 Feb 2019 18:29:22 +0300 Maxim Dounin release-1.15.9 tag