log

age author description
Wed, 19 Jul 2017 21:39:40 +0800 Alex Zhang Style.
Wed, 19 Jul 2017 12:05:50 +0300 Samuel Martin Configure: fixed PCRE requirement check by ngx_http_rewrite_module.
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Wed, 12 Jul 2017 11:34:04 +0300 Ruslan Ermilov Style: aligned ngx_null_command.
Tue, 11 Jul 2017 20:06:52 +0300 Maxim Dounin Core: fixed error message on setsockopt(SO_REUSEPORT) failure.
Tue, 11 Jul 2017 19:59:56 +0300 Maxim Dounin Core: disabled SO_REUSEPORT when testing config (ticket #1300).
Tue, 11 Jul 2017 19:59:16 +0300 Maxim Dounin Version bump.
Tue, 11 Jul 2017 16:24:05 +0300 Maxim Dounin release-1.12.1 tag stable-1.12
Tue, 11 Jul 2017 16:24:04 +0300 Maxim Dounin nginx-1.12.1-RELEASE stable-1.12 release-1.12.1
Tue, 11 Jul 2017 16:06:23 +0300 Maxim Dounin Range filter: protect from total size overflows. stable-1.12
Tue, 30 May 2017 17:14:00 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.12
Tue, 11 Jul 2017 16:19:05 +0300 Maxim Dounin Version bump. stable-1.12
Tue, 11 Jul 2017 16:18:31 +0300 Maxim Dounin release-1.13.3 tag
Tue, 11 Jul 2017 16:18:30 +0300 Maxim Dounin nginx-1.13.3-RELEASE release-1.13.3
Tue, 11 Jul 2017 16:06:26 +0300 Maxim Dounin Range filter: avoid negative range start.
Tue, 11 Jul 2017 16:06:23 +0300 Maxim Dounin Range filter: protect from total size overflows.
Fri, 07 Jul 2017 14:34:21 +0300 Ruslan Ermilov Variables: use ngx_http_variable_null_value where appropriate.
Tue, 04 Jul 2017 18:50:41 +0300 Ruslan Ermilov Resolver: cancelable resend timer event.
Tue, 04 Jul 2017 18:46:30 +0300 Sergey Kandaurov Resolver: factored out setting a timer for resolver timeout.
Tue, 04 Jul 2017 18:32:30 +0300 Ruslan Ermilov Slab: fixed small allocations on systems with large pagesize.
Tue, 04 Jul 2017 18:32:28 +0300 Ruslan Ermilov Slab: style.
Tue, 04 Jul 2017 18:07:29 +0300 Roman Arutyunyan Resolver: fixed possible use-after-free while resolving SRV.
Wed, 15 Mar 2017 15:55:35 -0700 Piotr Sikora Proxy: split configured header names and values.
Mon, 03 Jul 2017 16:58:08 +0300 Maxim Dounin Version bump.
Tue, 27 Jun 2017 17:44:18 +0300 Maxim Dounin release-1.13.2 tag
Tue, 27 Jun 2017 17:44:17 +0300 Maxim Dounin nginx-1.13.2-RELEASE release-1.13.2
Tue, 27 Jun 2017 00:53:46 +0300 Maxim Dounin Range filter: allowed ranges on empty files (ticket #1031).
Thu, 22 Jun 2017 21:09:06 +0300 Maxim Dounin Upstream: introduced ngx_http_upstream_ssl_handshake_handler().
Wed, 14 Jun 2017 20:13:41 +0300 Roman Arutyunyan Upstream: fixed running posted requests (ticket #788).
Wed, 14 Jun 2017 18:13:31 +0300 Roman Arutyunyan Resolver: added the "async" flag to resolver context.
Mon, 19 Jun 2017 14:25:42 +0300 Bart Warmerdam Resolver: fixed allocation error handling while resolving SRV.
Fri, 16 Jun 2017 18:15:58 +0300 Ruslan Ermilov Introduced ngx_rwlock_downgrade().
Fri, 16 Jun 2017 18:15:53 +0300 Ruslan Ermilov Added memory barrier semantics to ngx_rwlock_unlock().
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Headers filter: added "add_trailer" directive.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora HTTP/2: added support for trailers in HTTP responses.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
Wed, 14 Jun 2017 12:49:20 +0300 Ruslan Ermilov Gzip: fixed style in $gzip_ratio variable handler.
Wed, 14 Jun 2017 12:29:52 +0300 Ruslan Ermilov Removed excessive casts for ngx_file_info().
Tue, 06 Jun 2017 19:37:34 +0300 Orgad Shaneh Configure: use .exe for binaries for all win32 compilers.
Tue, 06 Jun 2017 18:13:39 +0300 Orgad Shaneh Configure: fix compilation on MSYS2 / MinGW64.
Tue, 13 Jun 2017 17:01:08 +0300 Piotr Sikora HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.
Wed, 07 Jun 2017 18:46:36 +0300 Sergey Kandaurov Userid: ngx_http_get_indexed_variable() error handling.
Wed, 07 Jun 2017 18:46:35 +0300 Sergey Kandaurov Fixed segfault in try_files with nested location.
Wed, 07 Jun 2017 15:21:42 +0300 Sergey Kandaurov SSI: return NGX_ERROR when timefmt memory allocation failed.
Fri, 02 Jun 2017 15:05:32 +0300 Piotr Sikora HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Fri, 02 Jun 2017 15:05:28 +0300 Piotr Sikora HTTP/2: make SETTINGS ACK frame reusable.
Fri, 02 Jun 2017 15:05:24 +0300 Piotr Sikora HTTP/2: send SETTINGS ACK after applying all SETTINGS params.
Fri, 02 Jun 2017 15:05:20 +0300 Piotr Sikora HTTP/2: emit new frames only after applying all SETTINGS params.
Fri, 02 Jun 2017 12:55:31 +0300 Sergey Kandaurov Configure: enabled rpath for NetBSD.
Thu, 01 Jun 2017 15:44:23 +0300 Roman Arutyunyan Configure: disabled IP_PKTINFO feature on certain platforms.
Thu, 01 Jun 2017 16:49:14 +0300 Maxim Dounin Style.
Wed, 31 May 2017 13:51:36 -0700 Piotr Sikora Upstream: style.
Wed, 31 May 2017 13:51:35 -0700 Piotr Sikora Headers filter: style.
Tue, 30 May 2017 17:42:27 +0300 Piotr Sikora HTTP/2: add debug logging of pseudo-headers and cookies.
Tue, 30 May 2017 19:29:45 +0300 Valentin Bartenev Version bump.
Tue, 30 May 2017 17:55:23 +0300 Maxim Dounin release-1.13.1 tag
Tue, 30 May 2017 17:55:22 +0300 Maxim Dounin nginx-1.13.1-RELEASE release-1.13.1
Tue, 30 May 2017 17:14:00 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 29 May 2017 23:33:38 +0300 Roman Arutyunyan Fixed background requests with asynchronous operations.
Mon, 29 May 2017 16:48:30 +0300 Maxim Dounin Configure: sched_setaffinity() test moved to auto/unix.
Mon, 29 May 2017 16:34:35 +0300 Maxim Dounin Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.
Mon, 29 May 2017 16:34:29 +0300 Maxim Dounin SSL: set TCP_NODELAY on SSL connections before handshake.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Wed, 24 May 2017 13:17:08 +0300 Roman Arutyunyan Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).
Tue, 23 May 2017 20:19:39 +0300 Valentin Bartenev HTTP/2: fixed segfault when memory allocation failed.
Mon, 22 May 2017 16:34:47 +0300 Maxim Dounin Contrib: proper syntax parsing in vim syntax highlighting.
Thu, 18 May 2017 18:39:16 +0300 Dmitry Volyntsev Cache: ignore long locked entries during forced expire.
Thu, 18 May 2017 14:17:00 +0300 Sergey Kandaurov Upstream: fixed u->headers_in.headers allocation error handling.
Mon, 15 May 2017 20:09:44 +0300 Maxim Dounin Configure: recent Sun C versions.
Mon, 15 May 2017 20:09:43 +0300 Maxim Dounin Configure: disabled gcc atomics with Sun C (ticket #1261).
Mon, 15 May 2017 20:09:40 +0300 Maxim Dounin Configure: style.
Mon, 15 May 2017 17:17:01 +0300 Ruslan Ermilov Realip: allow hostnames in set_real_ip_from (ticket #1180).
Mon, 15 May 2017 17:16:32 +0300 Ruslan Ermilov Access: simplified rule parser code.
Wed, 03 May 2017 15:15:56 +0300 Sergey Kandaurov SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259).
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Tue, 25 Apr 2017 23:39:06 +0300 Ruslan Ermilov Version bump.
Tue, 25 Apr 2017 17:18:22 +0300 Maxim Dounin release-1.13.0 tag
Tue, 25 Apr 2017 17:18:21 +0300 Maxim Dounin nginx-1.13.0-RELEASE release-1.13.0
Mon, 24 Apr 2017 14:17:13 +0300 Valentin Bartenev HTTP/2: reduced difference to HTTP/1.x in reading request body.
Mon, 24 Apr 2017 14:16:57 +0300 Valentin Bartenev HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
Thu, 20 Apr 2017 18:26:38 +0300 Sergey Kandaurov Gzip static: use an appropriate error on memory allocation failure.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Thu, 20 Apr 2017 13:58:16 +0300 Igor Sysoev Core: signal sender pid logging.
Tue, 18 Apr 2017 19:55:23 +0300 Sergey Kandaurov Sub filter: restored ngx_http_set_ctx() at the proper place.
Tue, 18 Apr 2017 16:08:46 +0300 Sergey Kandaurov SSL: compatibility with OpenSSL master branch.
Tue, 18 Apr 2017 16:08:44 +0300 Sergey Kandaurov SSL: disabled renegotiation detection in client mode.
Tue, 18 Apr 2017 15:12:38 +0300 Sergey Kandaurov SSL: added support for TLSv1.3 in ssl_protocols directive.
Tue, 11 Apr 2017 16:41:53 +0300 Roman Arutyunyan Set UDP datagram source address (ticket #1239).
Tue, 18 Apr 2017 13:01:19 +0300 Sergey Kandaurov Core: removed extra ngx_alloc() and ngx_calloc() prototypes.
Mon, 17 Apr 2017 14:42:12 +0300 Sergey Kandaurov Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Mon, 03 Apr 2017 17:30:34 +0300 Vladimir Homutov Mail: configurable socket buffer sizes.
Mon, 03 Apr 2017 17:29:19 +0300 Vladimir Homutov Stream: configurable socket buffer sizes.
Wed, 12 Apr 2017 22:47:57 +0300 Valentin Bartenev Core: improved JSON escaping.
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Wed, 12 Apr 2017 22:14:24 +0300 Ruslan Ermilov Version bump.
Wed, 12 Apr 2017 17:46:00 +0300 Maxim Dounin release-1.12.0 tag stable-1.12
Wed, 12 Apr 2017 17:46:00 +0300 Maxim Dounin nginx-1.12.0-RELEASE stable-1.12 release-1.12.0
Wed, 12 Apr 2017 16:42:30 +0300 Maxim Dounin Stable branch. stable-1.12
Tue, 04 Apr 2017 18:01:57 +0300 Maxim Dounin release-1.11.13 tag
Tue, 04 Apr 2017 18:01:57 +0300 Maxim Dounin nginx-1.11.13-RELEASE release-1.11.13
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Upstream: allow recovery from "429 Too Many Requests" response.
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Added support for "429 Too Many Requests" response (RFC6585).
Mon, 03 Apr 2017 14:29:40 +0800 hucongcong Fixed type.
Fri, 31 Mar 2017 21:47:56 +0300 Roman Arutyunyan Slice filter: prevented slice redirection (ticket #1219).
Tue, 28 Mar 2017 14:03:57 +0300 Roman Arutyunyan Slice filter: allowed at most one subrequest at a time.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Sun, 02 Apr 2017 14:32:28 +0300 Maxim Dounin Perl: fixed delaying subrequests.
Sun, 02 Apr 2017 14:32:26 +0300 Maxim Dounin Limit req: fixed delaying subrequests.
Sun, 26 Mar 2017 01:25:01 -0700 Piotr Sikora HTTP/2: style and typos.
Wed, 29 Mar 2017 20:21:01 +0300 Valentin Bartenev HTTP/2: fixed connection finalization.
Wed, 29 Mar 2017 20:16:23 +0300 Valentin Bartenev HTTP/2: fixed stream finalization.
Sun, 26 Mar 2017 01:25:05 -0700 Piotr Sikora HTTP/2: emit PROTOCOL_ERROR on padding errors.
Sun, 26 Mar 2017 01:25:04 -0700 Piotr Sikora HTTP/2: fix flow control with padded DATA frames.
Sun, 26 Mar 2017 01:25:03 -0700 Piotr Sikora HTTP/2: fix $body_bytes_sent variable.
Sun, 26 Mar 2017 01:25:02 -0700 Piotr Sikora HTTP/2: fix $bytes_sent variable.
Tue, 28 Mar 2017 18:15:42 +0300 Maxim Dounin Copy filter: wake up subrequests after aio operations.
Tue, 28 Mar 2017 18:15:41 +0300 Maxim Dounin Threads: fixed request hang with aio_write and subrequests.
Tue, 28 Mar 2017 18:15:39 +0300 Maxim Dounin Simplified and improved sendfile() code on Linux.
Tue, 28 Mar 2017 14:21:38 +0300 Sergey Kandaurov Fixed ngx_open_cached_file() error handling.
Tue, 28 Mar 2017 11:28:51 +0300 Ruslan Ermilov Core: set nginx_shared_zone name via ngx_str_set().
Tue, 28 Mar 2017 11:28:42 +0300 Ruslan Ermilov Use ngx_array_init() to initialize arrays.
Tue, 28 Mar 2017 11:28:36 +0300 Ruslan Ermilov Version bump.
Fri, 24 Mar 2017 18:05:06 +0300 Maxim Dounin release-1.11.12 tag
Fri, 24 Mar 2017 18:05:05 +0300 Maxim Dounin nginx-1.11.12-RELEASE release-1.11.12
Fri, 24 Mar 2017 16:26:12 +0300 Maxim Dounin Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Wed, 22 Mar 2017 23:36:35 +0300 Ruslan Ermilov Simplified code about duplicate root/alias directive.
Wed, 22 Mar 2017 22:49:52 +0300 Ruslan Ermilov Unified error messages about duplicate directives.
Wed, 22 Mar 2017 22:49:42 +0300 Ruslan Ermilov Version bump.
Tue, 21 Mar 2017 18:04:22 +0300 Maxim Dounin release-1.11.11 tag
Tue, 21 Mar 2017 18:04:22 +0300 Maxim Dounin nginx-1.11.11-RELEASE release-1.11.11
Tue, 21 Mar 2017 17:28:15 +0300 Maxim Dounin Added HTTP/2 to win32 builds.
Fri, 17 Mar 2017 12:09:31 +0300 Ruslan Ermilov Fixed a comment.
Thu, 16 Mar 2017 20:38:31 +0300 Ruslan Ermilov Configure: fixed --without_http.
Thu, 16 Mar 2017 20:38:26 +0300 Ruslan Ermilov Configure: fixed build with --with-stream.
Thu, 16 Mar 2017 19:01:05 +0300 Ruslan Ermilov Added missing "static" specifier found by gcc -Wtraditional.
Tue, 07 Mar 2017 18:51:17 +0300 Maxim Dounin Style.
Tue, 07 Mar 2017 18:51:16 +0300 Maxim Dounin Introduced worker_shutdown_timeout.
Tue, 07 Mar 2017 18:51:15 +0300 Maxim Dounin Cancelable timers are now preserved if there are other timers.
Tue, 07 Mar 2017 18:51:13 +0300 Maxim Dounin Core: introduced ngx_rbtree_next().
Tue, 07 Mar 2017 18:51:12 +0300 Maxim Dounin Access log: removed dead ev->timedout check in flush timer handler.
Tue, 07 Mar 2017 18:49:31 +0300 Maxim Dounin Converted hc->busy/hc->free to use chain links.
Tue, 07 Mar 2017 11:47:58 +0300 Ruslan Ermilov Removed casts not needed after 1f513d7f1b45.
Mon, 06 Mar 2017 17:56:23 +0300 Sergey Kandaurov Mail: don't emit separator in capability lists for APOP.
Mon, 06 Mar 2017 11:09:47 +0300 Ruslan Ermilov Added missing "static" specifiers found by gcc -Wtraditional.
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Wed, 01 Mar 2017 23:41:39 +0800 othree Contrib: vim syntax, update 3rd party module directives.
Mon, 27 Feb 2017 22:36:15 +0300 Maxim Dounin Fixed background update with "if".
Fri, 24 Feb 2017 18:05:58 +0800 othree Contrib: vim syntax, update core module directives.
Wed, 22 Feb 2017 12:26:41 +0800 othree Contrib: vim syntax, listen option and SSL/Mail protocol keywords.
Fri, 17 Feb 2017 17:01:27 +0300 Maxim Dounin Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.
Thu, 16 Feb 2017 18:37:22 +0300 Maxim Dounin Trailing space removed.
Thu, 16 Feb 2017 18:33:03 +0300 Maxim Dounin Docs: changes.xslt regenerated.
Thu, 16 Feb 2017 18:32:49 +0300 Maxim Dounin Docs: changes.xml dates converted to ISO 8601 format.
Thu, 16 Feb 2017 18:20:14 +0300 Maxim Dounin Version bump.
Tue, 14 Feb 2017 18:36:04 +0300 Maxim Dounin release-1.11.10 tag
Tue, 14 Feb 2017 18:36:04 +0300 Maxim Dounin nginx-1.11.10-RELEASE release-1.11.10
Mon, 13 Feb 2017 21:45:01 +0300 Maxim Dounin Gzip: free chain links on the hot path (ticket #1046).
Fri, 10 Feb 2017 20:24:26 +0300 Maxim Dounin Upstream: read handler cleared on upstream finalization.
Fri, 10 Feb 2017 17:49:19 +0300 Maxim Dounin Cache: increased cache header Vary and ETag lengths to 128.
Fri, 10 Feb 2017 16:33:12 +0300 Roman Arutyunyan Slice filter: fetch slices in cloned subrequests.
Fri, 10 Feb 2017 15:13:41 +0300 Roman Arutyunyan Upstream: proxy_cache_background_update and friends.
Thu, 22 Dec 2016 14:25:34 +0300 Roman Arutyunyan Cache: support for stale-while-revalidate and stale-if-error.
Wed, 08 Feb 2017 19:36:03 +0300 Maxim Dounin Request body: commented out debug printing of old buffers.
Wed, 08 Feb 2017 19:35:31 +0300 Maxim Dounin Request body: c->error on "100 Continue" errors (ticket #1194).
Mon, 06 Feb 2017 18:38:06 +0300 Sergey Kandaurov SSL: clear error queue after OPENSSL_init_ssl().
Thu, 02 Feb 2017 20:29:16 +0300 Maxim Dounin SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Wed, 01 Feb 2017 20:04:06 +0300 Sergey Kandaurov Configure: removed execute bit from auto/unix.
Tue, 31 Jan 2017 21:19:58 +0300 Dmitry Volyntsev Variables: generic prefix variables.
Tue, 31 Jan 2017 18:01:10 +0300 Maxim Dounin release-1.10.3 tag stable-1.10
Tue, 31 Jan 2017 18:01:10 +0300 Maxim Dounin nginx-1.10.3-RELEASE stable-1.10 release-1.10.3
Fri, 27 Jan 2017 19:06:35 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.10
Tue, 24 Jan 2017 16:41:29 +0300 Maxim Dounin Updated zlib and PCRE used for win32 builds. stable-1.10
Fri, 20 Jan 2017 21:14:19 +0300 Maxim Dounin Upstream: fixed cache corruption and socket leaks with aio_write. stable-1.10
Fri, 20 Jan 2017 21:12:48 +0300 Maxim Dounin Fixed trailer construction with limit on FreeBSD and macOS. stable-1.10
Sat, 10 Dec 2016 13:23:38 +0300 Valentin Bartenev HTTP/2: prevented creating temp files for requests without body. stable-1.10
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling. stable-1.10
Mon, 28 Nov 2016 19:19:21 +0300 Valentin Bartenev HTTP/2: fixed saving preread buffer to temp file (ticket #1143). stable-1.10
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106). stable-1.10
Mon, 10 Oct 2016 16:15:41 +0300 Maxim Dounin Core: sockaddr lengths now respected by ngx_cmp_sockaddr(). stable-1.10
Mon, 03 Oct 2016 21:03:27 +0300 Roman Arutyunyan Addition filter: set last_in_chain flag when clearing last_buf. stable-1.10
Tue, 31 Jan 2017 16:15:31 +0300 Maxim Dounin Version bump. stable-1.10
Tue, 31 Jan 2017 12:09:40 +0300 Ruslan Ermilov Implemented the "server_tokens build" option.
Fri, 27 Jan 2017 19:06:35 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Thu, 26 Jan 2017 16:16:48 +0300 Maxim Dounin Upstream: removed unused bl_time and bl_state fields.
Tue, 24 Jan 2017 17:52:39 -0800 Thibault Charbonnier Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Wed, 25 Jan 2017 15:39:22 +0300 Vladimir Homutov Upstream: removed compatibility shims from ngx_http_upstream_t.
Thu, 26 Jan 2017 11:44:55 +0300 Vladimir Homutov Version bump.
Tue, 24 Jan 2017 17:02:19 +0300 Maxim Dounin release-1.11.9 tag
Tue, 24 Jan 2017 17:02:18 +0300 Maxim Dounin nginx-1.11.9-RELEASE release-1.11.9
Tue, 24 Jan 2017 16:41:29 +0300 Maxim Dounin Updated zlib and PCRE used for win32 builds.
Fri, 20 Jan 2017 21:14:19 +0300 Maxim Dounin Upstream: fixed cache corruption and socket leaks with aio_write.
Fri, 20 Jan 2017 21:14:18 +0300 Maxim Dounin Removed pthread mutex / conditional variables debug messages.
Fri, 20 Jan 2017 21:12:48 +0300 Maxim Dounin Fixed trailer construction with limit on FreeBSD and macOS.
Fri, 20 Jan 2017 14:03:20 +0300 Maxim Dounin Improved connection draining with small number of connections.
Fri, 20 Jan 2017 14:03:19 +0300 Maxim Dounin Added cycle parameter to ngx_drain_connections().
Thu, 19 Jan 2017 16:20:07 +0300 Vladimir Homutov Stream: client SSL certificates were not checked in some cases.
Thu, 19 Jan 2017 16:17:05 +0300 Vladimir Homutov Stream: fixed handling of non-ssl sessions.
Thu, 12 Jan 2017 19:22:03 +0300 Sergey Kandaurov Mail: make it possible to disable SASL EXTERNAL.
Wed, 11 Jan 2017 12:01:56 +0300 Vladimir Homutov Stream: avoid infinite loop in case of socket read error.
Tue, 10 Jan 2017 17:13:06 +0300 Ruslan Ermilov Year 2017.
Tue, 10 Jan 2017 17:13:01 +0300 Ruslan Ermilov Version bump.
Tue, 27 Dec 2016 17:23:08 +0300 Maxim Dounin release-1.11.8 tag
Tue, 27 Dec 2016 17:23:07 +0300 Maxim Dounin nginx-1.11.8-RELEASE release-1.11.8
Mon, 26 Dec 2016 14:27:05 +0300 Roman Arutyunyan Stream: speed up TCP peer recovery.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: compatiblity with OpenSSL 1.1.0.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: support 64-bit compilation with MSVC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed some warnings reported by Borland C.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: minimized redefinition of ssize_t.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: minimized redefinition of intptr_t/uintptr_t.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: stdint.h used for MinGW GCC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: fixed building with newer versions of MinGW GCC.
Sat, 24 Dec 2016 18:01:14 +0300 Maxim Dounin Win32: added a variable to specify compiler.
Fri, 23 Dec 2016 17:28:20 +0300 Maxim Dounin SSL: support AES256 encryption of tickets.
Thu, 22 Dec 2016 11:58:52 +0300 Ruslan Ermilov Fixed missing "Location" field with some relative redirects.
Wed, 21 Dec 2016 23:10:51 +0300 Ruslan Ermilov Core: relative redirects (closes #1000).
Wed, 21 Dec 2016 22:01:24 +0300 Ruslan Ermilov Limited recursion when evaluating variables.
Tue, 20 Dec 2016 12:05:14 +0300 Vladimir Homutov Stream: client SSL certificates verification support.
Mon, 19 Dec 2016 14:02:39 +0300 Roman Arutyunyan Stream ssl_preread: relaxed SSL version check.
Fri, 16 Dec 2016 19:54:37 +0300 Ruslan Ermilov Configure: detect nginx version for nginx.pm at make time.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed handling of partially resolved SRV.
Fri, 16 Dec 2016 18:21:55 +0300 Dmitry Volyntsev Resolver: fixed a race between parallel name and addr resolves.
Fri, 16 Dec 2016 18:21:42 +0300 Dmitry Volyntsev Resolver: fixed possible premature stop of the resend timer.
Fri, 16 Dec 2016 14:53:28 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 15 Dec 2016 21:44:34 +0300 Ruslan Ermilov Resolver: fixed possible use-after-free in worker on fast shutdown.
Thu, 15 Dec 2016 19:00:23 +0300 Maxim Dounin SSL: backed out changeset e7cb5deb951d, reimplemented properly.
Tue, 13 Dec 2016 14:19:30 -0800 Piotr Sikora SSL: fix call to BIO_get_mem_data().
Thu, 15 Dec 2016 16:25:42 +0300 Valentin Bartenev Access log: support for json escaping.
Tue, 13 Dec 2016 00:49:44 +0100 Armin Grodon Contrib: added 'commentstring' for vim-commentary support.
Tue, 13 Dec 2016 22:00:49 +0300 Ruslan Ermilov The size of cmcf->phase_engine.handlers explained.
Tue, 13 Dec 2016 22:00:42 +0300 Ruslan Ermilov Version bump.
Tue, 13 Dec 2016 18:21:23 +0300 Maxim Dounin release-1.11.7 tag
Tue, 13 Dec 2016 18:21:23 +0300 Maxim Dounin nginx-1.11.7-RELEASE release-1.11.7
Sat, 10 Dec 2016 13:23:38 +0300 Valentin Bartenev HTTP/2: prevented creating temp files for requests without body.
Mon, 28 Nov 2016 20:58:14 +0300 Valentin Bartenev HTTP/2: fixed posted streams handling.
Thu, 08 Dec 2016 17:51:49 +0300 Ruslan Ermilov Map: the "volatile" parameter.
Thu, 08 Dec 2016 17:29:01 +0300 Ruslan Ermilov Map: simplified "map" block parser.
Thu, 08 Dec 2016 17:22:07 +0300 Ruslan Ermilov Slab: commented bitmap initialization for small allocations.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: free pages statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: slots statistics.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified some math.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: simplified allocation from slots.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: fixed the number of pages calculation.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: added comment about list heads.
Wed, 07 Dec 2016 22:25:37 +0300 Ruslan Ermilov Slab: improved code readability.
Wed, 07 Dec 2016 19:03:31 +0300 Maxim Dounin Core: fixed environment on exit.
Wed, 07 Dec 2016 19:03:26 +0300 Maxim Dounin Perl: removed special environment handling for the perl module.
Wed, 07 Dec 2016 19:03:19 +0300 Maxim Dounin Perl: added PERL_SET_INTERP().
Wed, 07 Dec 2016 13:54:30 +0300 Sergey Kandaurov Fixed spelling of logical AND operator, no functional changes.
Tue, 22 Nov 2016 13:40:08 +0800 hucongcong Mp4: fixed setting wrong mdat atom size in very rare cases.
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_curves (ticket #1088).
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_ciphers (ticket #870).
Mon, 05 Dec 2016 22:23:23 +0300 Maxim Dounin SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin SSL: $ssl_client_verify extended with a failure reason.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: improved error logging context.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: added certificate name to warnings.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: added http response status logging.
Mon, 05 Dec 2016 22:23:22 +0300 Maxim Dounin OCSP stapling: style.
Sat, 03 Dec 2016 10:01:39 +0300 Ruslan Ermilov Slab: improved double free detection.
Sat, 03 Dec 2016 10:01:03 +0300 Ruslan Ermilov Slab: always show the requested allocation size in debug messages.
Sat, 03 Dec 2016 09:55:40 +0300 Ruslan Ermilov Slab: style.
Mon, 21 Nov 2016 16:03:42 +0300 Dmitry Volyntsev Events: improved error event handling for UDP sockets.
Mon, 28 Nov 2016 19:19:21 +0300 Valentin Bartenev HTTP/2: fixed saving preread buffer to temp file (ticket #1143).
Mon, 21 Nov 2016 16:49:19 +0300 Maxim Dounin Configure: honor dependencies of dynamic modules.
Mon, 21 Nov 2016 16:49:17 +0300 Maxim Dounin Version bump.
Tue, 15 Nov 2016 18:11:46 +0300 Maxim Dounin release-1.11.6 tag
Tue, 15 Nov 2016 18:11:46 +0300 Maxim Dounin nginx-1.11.6-RELEASE release-1.11.6
Mon, 14 Nov 2016 21:55:44 +0300 Maxim Dounin Fixed a typo, removed an empty line.
Mon, 14 Nov 2016 17:21:06 +0300 Maxim Dounin Upstream: handling of upstream SSL handshake timeouts.
Thu, 10 Nov 2016 10:44:52 +0800 hucongcong Range filter: only initialize ctx->ranges in main request.
Thu, 10 Nov 2016 10:17:53 +0800 hucongcong Core: slight optimization in ngx_chain_update_chains().
Fri, 04 Nov 2016 19:12:19 +0300 Ruslan Ermilov Style: switch.
Thu, 03 Nov 2016 17:10:29 +0300 Maxim Dounin Cache: prefix-based temporary files.
Thu, 03 Nov 2016 17:09:32 +0300 Maxim Dounin Upstream: avoid holding a cache node with upgraded connections.
Wed, 02 Nov 2016 20:05:21 +0300 Dmitry Volyntsev Cache: proxy_cache_max_range_offset and friends.
Wed, 02 Nov 2016 11:47:12 +0300 Sergey Kandaurov HTTP/2: flow control debugging.
Tue, 01 Nov 2016 20:39:21 +0300 Maxim Dounin Perl: fixed optimization in SSI command handler.
Mon, 31 Oct 2016 23:38:51 +0300 Ruslan Ermilov HTTP/2: slightly improved debugging.
Mon, 17 Oct 2016 14:30:54 +0300 Ruslan Ermilov Upstream: removed ngx_http_upstream_srv_conf_t.default_port.
Mon, 17 Oct 2016 14:27:45 +0300 Ruslan Ermilov Upstream: don't consider default_port when matching upstreams.
Mon, 17 Oct 2016 14:14:02 +0300 Ruslan Ermilov Upstream: consistently initialize explicit upstreams.
Mon, 31 Oct 2016 18:33:36 +0300 Ruslan Ermilov Upstream: do not unnecessarily create per-request upstreams.
Mon, 31 Oct 2016 18:33:33 +0300 Ruslan Ermilov Upstream: added the ngx_http_upstream_resolved_t.name field.
Mon, 31 Oct 2016 18:33:31 +0300 Ruslan Ermilov Upstream: removed unnecessary condition in proxy_eval() and friends.
Mon, 31 Oct 2016 16:33:02 +0300 Valentin Bartenev HTTP/2: limited maximum number of requests in connection.
Thu, 27 Oct 2016 17:57:16 +0300 Maxim Dounin Mp4: introduced custom version of ngx_atofp().
Sun, 16 Oct 2016 18:24:01 +0300 Dmitry Lazurkin Proxy: support variables for proxy_method directive.
Fri, 21 Oct 2016 16:28:39 +0300 Dmitry Volyntsev SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.
Fri, 21 Oct 2016 15:18:44 +0300 Valentin Bartenev Image filter: support for WebP.
Thu, 20 Oct 2016 16:15:03 +0300 Valentin Bartenev HTTP/2: graceful shutdown of active connections (closes #1106).
Wed, 19 Oct 2016 18:36:50 +0300 Maxim Dounin SSL: compatibility with BoringSSL.
Tue, 18 Oct 2016 16:33:38 +0300 Vladimir Homutov Core: show file contents only once while dumping configuration.
Tue, 18 Oct 2016 20:46:06 +0300 Valentin Bartenev SSL: overcame possible buffer over-read in ngx_ssl_error().
Sat, 08 Oct 2016 18:05:00 +1100 Rob N ★ Mail: support SASL EXTERNAL (RFC 4422).
Tue, 18 Oct 2016 19:38:46 +0300 Maxim Dounin Mail: extensible auth methods in pop3 module.
Tue, 18 Oct 2016 18:03:13 +0300 Maxim Dounin release-1.10.2 tag stable-1.10
Tue, 18 Oct 2016 18:03:12 +0300 Maxim Dounin nginx-1.10.2-RELEASE stable-1.10 release-1.10.2
Tue, 18 Oct 2016 17:25:38 +0300 Maxim Dounin SSL: default DH parameters compatible with OpenSSL 1.1.0. stable-1.10
Tue, 11 Oct 2016 16:52:48 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.10
Thu, 01 Sep 2016 20:05:23 +0300 Maxim Dounin Event pipe: do not set file's thread_handler if not needed. stable-1.10
Mon, 22 Aug 2016 18:53:21 +0300 Sergey Kandaurov SSL: adopted session ticket handling for OpenSSL 1.1.0. stable-1.10
Mon, 08 Aug 2016 13:44:49 +0300 Sergey Kandaurov SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0. stable-1.10
Tue, 19 Jul 2016 20:34:17 +0300 Valentin Bartenev HTTP/2: flushing of the SSL buffer in transition to the idle state. stable-1.10
Tue, 19 Jul 2016 20:34:02 +0300 Valentin Bartenev HTTP/2: refactored ngx_http_v2_send_output_queue(). stable-1.10
Tue, 19 Jul 2016 20:31:09 +0300 Valentin Bartenev HTTP/2: fixed send timer handling. stable-1.10
Tue, 19 Jul 2016 20:30:21 +0300 Valentin Bartenev HTTP/2: avoid sending output queue if there's nothing to send. stable-1.10
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always handle streams in error state. stable-1.10
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: prevented output of the HEADERS frame for canceled streams. stable-1.10
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always send GOAWAY while worker is shutting down. stable-1.10
Tue, 05 Jul 2016 18:30:56 +0300 Maxim Dounin Updated PCRE used for win32 builds. stable-1.10
Sat, 02 Jul 2016 15:59:53 +0300 Roman Arutyunyan Sub filter: eliminate unnecessary buffering. stable-1.10
Sat, 02 Jul 2016 15:59:52 +0300 Roman Arutyunyan Sub filter: introduced the ngx_http_sub_match() function. stable-1.10
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: fixed the "http request count is zero" alert. stable-1.10
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: avoid adding Content-Length for requests without body. stable-1.10
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: prevented double termination of a stream. stable-1.10
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: fixed a segfault while processing unbuffered upload. stable-1.10
Tue, 24 May 2016 21:54:32 +0300 Valentin Bartenev HTTP/2: unbreak build on MSVC. stable-1.10
Tue, 24 May 2016 17:37:52 +0300 Valentin Bartenev HTTP/2: implemented preread buffer for request body (closes #959). stable-1.10
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848). stable-1.10
Tue, 18 Oct 2016 17:19:51 +0300 Maxim Dounin Version bump. stable-1.10
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: handling of proxy_set_header at http level.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Proxy: do not create conf->headers_source when not needed.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: hide_headers_hash handling at http level.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: hide_headers_hash inherited regardless of cache settings.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Style.
Thu, 13 Oct 2016 15:50:36 +0300 Ruslan Ermilov Cache: cache manager debugging.
Thu, 13 Oct 2016 15:35:48 +0300 Ruslan Ermilov Version bump.
Tue, 11 Oct 2016 18:03:01 +0300 Maxim Dounin release-1.11.5 tag
Tue, 11 Oct 2016 18:03:00 +0300 Maxim Dounin nginx-1.11.5-RELEASE release-1.11.5
Tue, 11 Oct 2016 16:52:48 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: removed dependencies on NGX_MAIL_SSL.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: removed dependencies on NGX_STREAM_SSL.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HTTP_SSL.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_THREADS.
Mon, 10 Oct 2016 16:24:50 +0300 Maxim Dounin Allowed '-' in method names.
Mon, 10 Oct 2016 16:15:41 +0300 Maxim Dounin Core: sockaddr lengths now respected by ngx_cmp_sockaddr().
Fri, 07 Oct 2016 16:59:14 +0300 Maxim Dounin Core: ngx_conf_set_access_slot() user access (ticket #1096).
Thu, 06 Oct 2016 23:16:05 +0300 Maxim Dounin Realip: fixed duplicate processing on redirects (ticket #1098).
Wed, 05 Oct 2016 18:11:39 +0300 Sergey Kandaurov Stream ssl_preread: fixed $ssl_preread_server_name variable.
Wed, 05 Oct 2016 14:22:30 +0300 Dmitry Volyntsev Cache: cache manager limits.
Wed, 05 Oct 2016 13:57:43 +0300 Ruslan Ermilov Core: use c->log while closing connection.
Tue, 04 Oct 2016 17:26:45 +0300 Maxim Dounin SSL: use X509_check_host() with LibreSSL.
Tue, 04 Oct 2016 16:38:14 +0300 Maxim Dounin Configure: removed the --with-ipv6 option.
Mon, 03 Oct 2016 21:03:27 +0300 Roman Arutyunyan Addition filter: set last_in_chain flag when clearing last_buf.
Mon, 03 Oct 2016 20:48:51 +0300 Roman Arutyunyan Do not set last_buf flag in subrequests.
Mon, 03 Oct 2016 15:58:30 +0300 Ruslan Ermilov Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.
Mon, 03 Oct 2016 15:58:29 +0300 Maxim Dounin Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Mon, 03 Oct 2016 15:58:22 +0300 Maxim Dounin Modules compatibility: http2.
Mon, 03 Oct 2016 15:58:19 +0300 Maxim Dounin Modules compatibility: degradation fields now always present.
Mon, 03 Oct 2016 15:58:16 +0300 Maxim Dounin Modules compatibility: --with-compat configure option.
Thu, 29 Sep 2016 15:28:24 +0300 Ruslan Ermilov Introduced the NGX_COMPAT macro.
Thu, 29 Sep 2016 19:40:47 +0300 Dmitry Volyntsev Resolver: introduced state field in ngx_resolver_srv_name_t.
Thu, 29 Sep 2016 18:06:05 +0300 Maxim Dounin Modules compatibility: down flag promoted to a bitmask.
Thu, 29 Sep 2016 18:06:04 +0300 Maxim Dounin Modules compatibility: upstream config field.
Thu, 29 Sep 2016 18:06:03 +0300 Maxim Dounin Modules compatibility: status fields.
Thu, 29 Sep 2016 18:06:02 +0300 Maxim Dounin Modules compatibility: health check fields.
Thu, 29 Sep 2016 18:06:01 +0300 Maxim Dounin Modules compatibility: cache purge fields.
Thu, 29 Sep 2016 18:06:00 +0300 Maxim Dounin Modules compatibility: slow start fields.
Thu, 29 Sep 2016 18:05:59 +0300 Maxim Dounin Modules compatibility: peer.notify.
Thu, 29 Sep 2016 12:59:13 +0300 Ruslan Ermilov Stream: style.
Thu, 22 Sep 2016 19:32:47 +0300 Ruslan Ermilov Upstream: max_conns.
Thu, 22 Sep 2016 19:32:45 +0300 Ruslan Ermilov Upstream: removed the quick recovery mechanism.
Thu, 22 Sep 2016 19:32:26 +0300 Maxim Dounin Upstream: introduced u->upstream.
Thu, 22 Sep 2016 19:31:08 +0300 Maxim Dounin Upstream: style.
Mon, 25 Jul 2016 16:23:35 +0300 Maxim Dounin Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
Tue, 20 Sep 2016 22:11:23 +0300 Konstantin Pavlov Perl: pass additional linker options to perl module.
Tue, 20 Sep 2016 15:07:16 +0300 Valentin Bartenev Fixed log levels of configuration parsing errors.
Tue, 20 Sep 2016 12:30:52 +0300 Ruslan Ermilov Removed influence of some options on structures.
Fri, 16 Sep 2016 15:13:24 +0300 Vladimir Homutov Upstream hash: fixed missing upstream name initialization.
Thu, 15 Sep 2016 15:36:02 +0300 Vladimir Homutov Stream ssl_preread: removed internal macro.
Thu, 15 Sep 2016 14:56:51 +0300 Vladimir Homutov Stream: ssl_preread module.
Thu, 15 Sep 2016 14:56:02 +0300 Vladimir Homutov Stream: preread phase.
Thu, 15 Sep 2016 14:55:54 +0300 Roman Arutyunyan Stream: phases.
Thu, 15 Sep 2016 14:55:46 +0300 Roman Arutyunyan Stream: filters.
Thu, 15 Sep 2016 14:56:26 +0300 Vladimir Homutov Version bump.
Tue, 13 Sep 2016 18:39:24 +0300 Maxim Dounin release-1.11.4 tag
Tue, 13 Sep 2016 18:39:23 +0300 Maxim Dounin nginx-1.11.4-RELEASE release-1.11.4
Mon, 12 Sep 2016 20:11:06 +0300 Maxim Dounin OCSP stapling: fixed using wrong responder with multiple certs.
Mon, 12 Sep 2016 18:57:42 +0300 Sergey Kandaurov SSL: improved session ticket callback error handling.
Mon, 12 Sep 2016 18:57:42 +0300 Sergey Kandaurov SSL: factored out digest and cipher in session ticket callback.
Thu, 08 Sep 2016 15:51:36 +0300 Dmitry Volyntsev Stream: increase default value for proxy_protocol_timeout to 30s.
Thu, 01 Sep 2016 14:45:33 +0300 Dmitry Volyntsev Stream: realip module.
Wed, 07 Sep 2016 13:56:53 +0300 Dmitry Volyntsev Core: introduced ngx_cidr_match() function.
Tue, 06 Sep 2016 21:28:17 +0300 Dmitry Volyntsev Stream: allow using the session context inside handlers.
Tue, 06 Sep 2016 21:28:16 +0300 Dmitry Volyntsev Stream: $proxy_protocol_addr and $proxy_protocol_port.
Tue, 06 Sep 2016 21:28:16 +0300 Dmitry Volyntsev Stream: the "proxy_protocol" parameter of the "listen" directive.
Tue, 06 Sep 2016 21:28:13 +0300 Dmitry Volyntsev Stream: postpone session initialization under accept mutex.
Mon, 05 Sep 2016 17:50:16 +0300 Vladimir Homutov Stream: log module.
Fri, 02 Sep 2016 18:27:12 +0300 Vladimir Homutov Stream: upstream response time variables.
Fri, 02 Sep 2016 18:27:08 +0300 Vladimir Homutov Stream: $upstream_bytes_sent and $upstream_bytes_received.
Fri, 02 Sep 2016 18:27:05 +0300 Vladimir Homutov Stream: the $upstream_addr variable.
Thu, 11 Aug 2016 20:22:23 +0300 Roman Arutyunyan Stream: the $status variable.
Thu, 01 Sep 2016 20:05:23 +0300 Maxim Dounin Event pipe: do not set file's thread_handler if not needed.
Thu, 01 Sep 2016 18:29:55 +0300 Maxim Dounin Event pipe: process data after recv_chain() errors.
Thu, 01 Sep 2016 14:33:51 +0300 Roman Arutyunyan Realip: fixed uninitialized memory access.
Fri, 26 Aug 2016 15:33:07 +0300 Vladimir Homutov Stream: the $protocol variable.
Fri, 26 Aug 2016 15:33:04 +0300 Vladimir Homutov Stream: the $session_time variable.
Fri, 26 Aug 2016 15:33:02 +0300 Vladimir Homutov Stream: the $bytes_received variable.
Mon, 15 Aug 2016 05:52:04 -0700 Piotr Sikora Thread pools: create threads in detached state.
Thu, 25 Aug 2016 12:59:39 +0300 Sergey Kandaurov Geo: fixed indentation.
Wed, 24 Aug 2016 15:53:17 +0300 Maxim Dounin Contrib: unicode2nginx compatibility with recent Perl versions.
Tue, 23 Aug 2016 15:59:42 +0300 Ruslan Ermilov Geo: fixed warnings when removing nonexistent ranges.
Tue, 23 Aug 2016 15:59:14 +0300 Ruslan Ermilov Geo: fixed insertion of ranges specified in descending order.
Tue, 23 Aug 2016 15:59:06 +0300 Ruslan Ermilov Geo: fixed removing a range in certain cases.
Tue, 23 Aug 2016 15:57:29 +0300 Ruslan Ermilov Geo: fixed overflow when iterating over ranges.
Mon, 22 Aug 2016 18:53:21 +0300 Sergey Kandaurov SSL: adopted session ticket handling for OpenSSL 1.1.0.
Thu, 18 Aug 2016 14:49:48 -0700 Piotr Sikora SSL: remove no longer needed workaround for BoringSSL.
Mon, 22 Aug 2016 11:40:10 +0300 Ruslan Ermilov Events: fixed setting of IP_BIND_ADDRESS_NO_PORT/SO_REUSEADDR.
Wed, 17 Aug 2016 11:26:51 +0300 Roman Arutyunyan Ensure "listen" exists in a mail or stream server (ticket #1049).
Thu, 18 Aug 2016 17:13:07 +0300 Roman Arutyunyan Fixed wrong type of the "line" field.
Thu, 18 Aug 2016 17:11:03 +0300 Valentin Bartenev Geo: fixed access to already freed memory.
Wed, 10 Aug 2016 16:46:39 +0300 Vladimir Homutov Upstream: the $upstream_bytes_received variable.
Mon, 08 Aug 2016 17:11:29 +0300 Ruslan Ermilov Simplified extraction of current time.
Mon, 08 Aug 2016 13:44:49 +0300 Sergey Kandaurov SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.
Thu, 04 Aug 2016 23:43:10 +0300 Ruslan Ermilov Always seed PRNG with PID, seconds, and milliseconds.
Thu, 04 Aug 2016 23:42:00 +0300 Ruslan Ermilov Fixed undefined behavior when left shifting signed integer.
Thu, 04 Aug 2016 01:15:41 +0300 Ruslan Ermilov Win32: added per-thread random seeding.
Tue, 26 Jul 2016 19:34:12 +0300 Vladimir Homutov Stream: fixed build without stream_ssl_module (ticket #1032).
Tue, 26 Jul 2016 19:07:18 +0300 Vladimir Homutov Version bump.
Tue, 26 Jul 2016 16:58:58 +0300 Maxim Dounin release-1.11.3 tag
Tue, 26 Jul 2016 16:58:58 +0300 Maxim Dounin nginx-1.11.3-RELEASE release-1.11.3
Wed, 06 Jul 2016 14:33:40 +0300 Vladimir Homutov Fixed regex captures handling without PCRE.
Tue, 14 Jun 2016 18:29:46 +0300 Vladimir Homutov Stream: variables in proxy_pass and proxy_ssl_name.
Tue, 19 Jul 2016 20:34:17 +0300 Valentin Bartenev HTTP/2: flushing of the SSL buffer in transition to the idle state.
Tue, 19 Jul 2016 20:34:02 +0300 Valentin Bartenev HTTP/2: refactored ngx_http_v2_send_output_queue().
Tue, 19 Jul 2016 20:31:09 +0300 Valentin Bartenev HTTP/2: fixed send timer handling.
Tue, 19 Jul 2016 20:30:21 +0300 Valentin Bartenev HTTP/2: avoid sending output queue if there's nothing to send.
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always handle streams in error state.
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: prevented output of the HEADERS frame for canceled streams.
Tue, 19 Jul 2016 20:22:44 +0300 Valentin Bartenev HTTP/2: always send GOAWAY while worker is shutting down.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Events: support for EPOLLEXCLUSIVE.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Style: sorted epoll flags.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Events: the "accept_mutex" directive is turned off by default.
Tue, 12 Jul 2016 17:34:52 +0300 Vladimir Homutov Stream: split_clients module.
Thu, 30 Jun 2016 16:12:50 +0300 Vladimir Homutov Stream: geo module.
Tue, 12 Jul 2016 17:34:43 +0300 Vladimir Homutov Stream: geoip module.
Tue, 12 Jul 2016 17:34:40 +0300 Vladimir Homutov Stream: style.
Tue, 12 Jul 2016 12:38:01 +0300 Vladimir Homutov Stream: individual build options for modules.
Thu, 07 Jul 2016 21:03:21 +0300 Sergey Kandaurov HTTP/2: avoid left-shifting signed integer into the sign bit.
Thu, 07 Jul 2016 21:02:28 +0300 Sergey Kandaurov Avoid left-shifting integers into the sign bit, which is undefined.
Mon, 27 Jun 2016 15:00:06 -0700 Piotr Sikora Configure: stop polluting NGX_ namespace.
Mon, 27 Jun 2016 15:00:05 -0700 Piotr Sikora Configure: fix build with -Werror=old-style-definition.
Mon, 27 Jun 2016 15:00:04 -0700 Piotr Sikora Configure: fix build with -Werror=nonnull.
Mon, 27 Jun 2016 15:00:03 -0700 Piotr Sikora Configure: fix build with -Werror=unused-but-set-variable.
Mon, 27 Jun 2016 15:00:02 -0700 Piotr Sikora Configure: fix build with -Werror=unused-value.
Mon, 27 Jun 2016 15:00:01 -0700 Piotr Sikora Configure: style.
Fri, 23 Oct 2015 18:21:33 -0700 Piotr Sikora Configure: remove auto/lib/test, unused since nginx-0.1.2.
Thu, 07 Jul 2016 13:15:31 +0300 Vladimir Homutov Stream: resolver.
Wed, 06 Jul 2016 13:22:29 +0300 Ruslan Ermilov Use NGX_MAX_PATH_LEVEL where appropriate.
Wed, 06 Jul 2016 13:10:06 +0300 Ruslan Ermilov Version bump.
Tue, 05 Jul 2016 18:56:14 +0300 Maxim Dounin release-1.11.2 tag
Tue, 05 Jul 2016 18:56:14 +0300 Maxim Dounin nginx-1.11.2-RELEASE release-1.11.2
Tue, 05 Jul 2016 18:30:56 +0300 Maxim Dounin Updated PCRE used for win32 builds.
Wed, 18 May 2016 22:08:49 +0300 Roman Arutyunyan Stream: return module.
Wed, 29 Jun 2016 12:52:52 +0300 Vladimir Homutov Stream: SSL-related variables.
Wed, 29 Jun 2016 12:46:12 +0300 Vladimir Homutov Stream: got rid of pseudo variables.
Wed, 29 Jun 2016 12:46:12 +0300 Vladimir Homutov Stream: map module.
Tue, 14 Jun 2016 18:28:14 +0300 Vladimir Homutov Stream: core module variables.
Mon, 04 Jul 2016 16:37:36 +0300 Vladimir Homutov Stream: variables and script.
Wed, 15 Jun 2016 15:10:24 +0300 Vladimir Homutov Stream: added preconfiguration step.
Sat, 02 Jul 2016 15:59:53 +0300 Roman Arutyunyan Sub filter: eliminate unnecessary buffering.
Sat, 02 Jul 2016 15:59:52 +0300 Roman Arutyunyan Sub filter: introduced the ngx_http_sub_match() function.
Thu, 30 Jun 2016 18:57:39 +0300 Maxim Dounin Internal md5 and sha1 implementations are now always used.
Wed, 29 Jun 2016 14:30:00 +0300 Ruslan Ermilov Removed unused flag accept_context_updated from ngx_event_t.
Mon, 27 Jun 2016 18:42:29 +0300 Roman Arutyunyan Style.
Wed, 22 Jun 2016 13:47:54 -0700 Piotr Sikora HTTP/2: style.
Wed, 22 Jun 2016 11:50:02 +0300 Roman Arutyunyan Style.
Wed, 22 Jun 2016 11:50:02 +0300 Roman Arutyunyan Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().
Mon, 20 Jun 2016 15:11:50 +0300 Roman Arutyunyan Fixed build on MSVC.
Mon, 20 Jun 2016 12:48:47 +0300 Roman Arutyunyan Stream: set SO_REUSEADDR for UDP upstream sockets.
Mon, 20 Jun 2016 11:50:44 +0300 Roman Arutyunyan Stream: support for $remote_port in proxy_bind.
Mon, 20 Jun 2016 11:50:43 +0300 Roman Arutyunyan Upstream: support for port in proxy_bind and friends.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Mon, 20 Jun 2016 10:41:17 +0300 Andrei Belov Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.
Wed, 15 Jun 2016 21:05:30 +0100 Tim Taubert SSL: ngx_ssl_ciphers() to set list of ciphers.
Thu, 16 Jun 2016 20:55:11 +0300 Valentin Bartenev HTTP/2: fixed the "http request count is zero" alert.