log

age author description
Tue, 11 Feb 2020 13:22:44 +0300 Vladimir Homutov Made ngx_http_get_forwarded_addr_internal() non-recursive.
Wed, 05 Feb 2020 16:29:23 +0300 Sergey Kandaurov HTTP/2: fixed socket leak with an incomplete HEADERS frame.
Wed, 05 Feb 2020 16:29:14 +0300 Sergey Kandaurov Version bump.
Tue, 21 Jan 2020 16:39:42 +0300 Maxim Dounin release-1.17.8 tag
Tue, 21 Jan 2020 16:39:41 +0300 Maxim Dounin nginx-1.17.8-RELEASE release-1.17.8
Fri, 17 Jan 2020 12:13:02 +0300 Vladimir Homutov gRPC: variables support in the "grpc_pass" directive.
Tue, 14 Jan 2020 14:20:08 +0300 Daniil Bondarev HTTP/2: removed ngx_debug_point() call.
Fri, 27 Dec 2019 19:43:01 +0300 Maxim Dounin SSL: reworked posted next events again.
Fri, 27 Dec 2019 17:20:25 +0300 Maxim Dounin Trailing space removed.
Fri, 27 Dec 2019 17:20:20 +0300 Maxim Dounin Version bump.
Tue, 24 Dec 2019 18:00:09 +0300 Maxim Dounin release-1.17.7 tag
Tue, 24 Dec 2019 18:00:09 +0300 Maxim Dounin nginx-1.17.7-RELEASE release-1.17.7
Tue, 24 Dec 2019 17:24:59 +0300 Maxim Dounin SSL: reworked posted next events.
Mon, 23 Dec 2019 21:25:21 +0300 Maxim Dounin HTTP/2: introduced separate handler to retry stream close.
Mon, 23 Dec 2019 21:25:17 +0300 Maxim Dounin HTTP/2: fixed socket leak with queued frames (ticket #1689).
Mon, 23 Dec 2019 20:39:27 +0300 Maxim Dounin Dav: added checks for chunked to body presence conditions.
Mon, 23 Dec 2019 18:56:21 +0300 Sergey A. Osokin Update manpage, sort command line options.
Mon, 23 Dec 2019 15:45:46 +0300 Ruslan Ermilov Discard request body when redirecting to a URL via error_page.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Rewrite: disallow empty replacements.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Tolerate '\0' in URI when mapping URI to path.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Rewrite: fixed segfault with rewritten URI and "alias".
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Fixed request finalization in ngx_http_index_handler().
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Saved some memory allocations.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Dav: fixed Location in successful MKCOL response.
Thu, 05 Dec 2019 19:38:06 +0300 Maxim Dounin Upstream keepalive: clearing of c->data in cached connections.
Thu, 05 Dec 2019 19:22:48 +0300 Maxim Dounin Version bump.
Tue, 19 Nov 2019 17:18:58 +0300 Maxim Dounin release-1.17.6 tag
Tue, 19 Nov 2019 17:18:58 +0300 Maxim Dounin nginx-1.17.6-RELEASE release-1.17.6
Mon, 18 Nov 2019 19:50:59 +0300 Roman Arutyunyan Limit conn: added shared context.
Mon, 18 Nov 2019 17:48:32 +0300 Roman Arutyunyan Limit conn: $limit_conn_status variable.
Tue, 19 Nov 2019 11:30:41 +0300 Roman Arutyunyan Limit conn: limit_conn_dry_run directive.
Mon, 18 Nov 2019 17:46:52 +0300 Roman Arutyunyan Updated comment after 776d1bebdca2.
Wed, 06 Nov 2019 19:03:18 +0300 Roman Arutyunyan Limit req: $limit_req_status variable.
Mon, 21 Oct 2019 20:22:30 +0300 Roman Arutyunyan Parsing server PROXY protocol address and port (ticket #1206).
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Thu, 24 Oct 2019 13:47:28 +0300 Roman Arutyunyan Version bump.
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.