log

age author description
Thu, 31 Mar 2016 02:34:04 +0300 Sergey Kandaurov Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
Thu, 31 Mar 2016 02:34:00 +0300 Sergey Kandaurov Fixed format specifiers in ngx_sprintf().
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Thu, 31 Mar 2016 02:33:55 +0300 Sergey Kandaurov Events: fixed logging.
Thu, 31 Mar 2016 02:33:53 +0300 Sergey Kandaurov Fixed logging with variable field width.
Thu, 31 Mar 2016 02:33:50 +0300 Sergey Kandaurov Fixed logging in close error handling.
Wed, 30 Mar 2016 12:07:19 +0300 Ruslan Ermilov Fixed mistranslated phrase.
Wed, 30 Mar 2016 11:57:28 +0300 Ruslan Ermilov Events: fixed test building with eventport on OS X.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Wed, 30 Mar 2016 11:52:07 +0300 Ruslan Ermilov Version bump.
Tue, 29 Mar 2016 18:09:30 +0300 Maxim Dounin release-1.9.13 tag
Tue, 29 Mar 2016 18:09:30 +0300 Maxim Dounin nginx-1.9.13-RELEASE release-1.9.13
Tue, 29 Mar 2016 09:54:11 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 29 Mar 2016 09:52:15 +0300 Maxim Dounin Win32: replaced NGX_EXDEV with more appropriate error code.
Tue, 29 Mar 2016 09:51:46 +0300 Maxim Dounin Win32: additional error code NGX_EEXIST_FILE (ticket #910).
Mon, 28 Mar 2016 19:50:19 +0300 Maxim Dounin Upstream: proxy_next_upstream non_idempotent.
Mon, 28 Mar 2016 19:49:52 +0300 Maxim Dounin Upstream: cached connections now tested against next_upstream.
Mon, 28 Mar 2016 19:29:18 +0300 Ruslan Ermilov Fixed --test-build-*.
Mon, 28 Mar 2016 13:35:25 +0300 Roman Arutyunyan Sub filter: fixed allocation alignment.
Fri, 26 Feb 2016 17:30:27 -0800 Piotr Sikora Core: allow strings without null-termination in ngx_parse_url().
Fri, 25 Mar 2016 14:10:38 +0300 Roman Arutyunyan Fixed socket inheritance on reload and binary upgrade.
Fri, 18 Mar 2016 19:53:22 +0300 Vladimir Homutov Stream: additional logging for UDP.
Wed, 23 Mar 2016 18:34:05 +0300 Dmitry Volyntsev Win32: fixed build after 384154fc634f.
Wed, 23 Mar 2016 17:45:15 +0300 Roman Arutyunyan Stream: detect port absence in proxy_pass with IP literal.
Wed, 23 Mar 2016 17:44:36 +0300 Dmitry Volyntsev Resolver: added support for SRV records.
Wed, 23 Mar 2016 17:44:36 +0300 Dmitry Volyntsev Resolver: do not enable resolve timer if provided timeout is zero.
Wed, 23 Mar 2016 17:44:36 +0300 Dmitry Volyntsev Resolver: introduced valid field in resolver responses.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: introduced the NGX_DEBUG_PALLOC macro.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: use ngx_palloc_small() to allocate ngx_pool_large_t.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: introduced the ngx_palloc_small() function.
Wed, 23 Mar 2016 17:44:04 +0300 Valentin Bartenev Core: moved logging before freeing large blocks of pool.
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.
Wed, 23 Mar 2016 14:16:31 +0300 Dmitry Volyntsev Cache: fixed slots accounting error introduced in c9d680b00744.
Tue, 22 Mar 2016 15:52:28 +0300 Ruslan Ermilov Reconsidered server_tokens with an empty value.
Mon, 21 Mar 2016 17:04:21 +0300 Valentin Bartenev HTTP/2: improved debugging of sending control frames.
Mon, 21 Mar 2016 12:36:36 +0300 Sergey Kandaurov Events: fixed test building with devpoll and eventport on Linux.
Fri, 18 Mar 2016 16:38:08 -0700 Piotr Sikora Fix build with -Wmissing-prototypes.
Fri, 18 Mar 2016 15:08:21 +0300 Dmitry Volyntsev Cache: added watermark to reduce IO load when keys_zone is full.
Fri, 18 Mar 2016 14:27:30 +0300 Dmitry Volyntsev Cache: report error if slab allocator fails during cache loading.
Fri, 18 Mar 2016 06:44:49 +0300 Maxim Dounin Threads: writing via threads pools in event pipe.
Fri, 18 Mar 2016 06:44:03 +0300 Maxim Dounin Threads: offloading of temp files writing to thread pools.
Fri, 18 Mar 2016 06:43:52 +0300 Maxim Dounin Threads: task pointer stored in ngx_file_t.
Fri, 18 Mar 2016 05:04:45 +0300 Maxim Dounin Fixed timeouts with threaded sendfile() and subrequests.
Wed, 16 Mar 2016 14:44:41 +0300 Ruslan Ermilov Style.
Tue, 15 Mar 2016 18:26:59 +0300 Maxim Dounin Truncation detection in sendfilev() on Solaris.
Tue, 15 Mar 2016 18:26:17 +0300 Maxim Dounin Truncation detection in sendfile() on Linux.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Tue, 15 Mar 2016 15:55:23 +0300 Roman Arutyunyan Stream: post first read events from client and upstream.
Tue, 15 Mar 2016 15:15:30 +0300 Ruslan Ermilov Win32: fixed build after cf3e75cfa951.
Tue, 15 Mar 2016 15:10:41 +0300 Ruslan Ermilov Win32: fixed build after cf3e75cfa951.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Mon, 14 Mar 2016 22:42:35 +0300 Valentin Bartenev Fixed handling of EAGAIN with sendfile in threads.
Tue, 15 Mar 2016 00:04:04 +0300 Roman Arutyunyan Events: fixed error logging in devpoll.
Mon, 14 Mar 2016 19:23:23 +0300 Sergey Kandaurov Fixed compilation with -Wmissing-prototypes.
Tue, 08 Mar 2016 22:31:55 -0500 Justin Li Upstream: avoid closing client connection in edge case.
Thu, 10 Mar 2016 21:58:03 +0300 Maxim Dounin Upstream: fixed "zero size buf" alerts with cache (ticket #918).
Thu, 10 Mar 2016 18:31:05 +0300 Ruslan Ermilov Configure: style.
Thu, 10 Mar 2016 16:50:13 +0300 Maxim Dounin Dynamic modules: do not overwrite old modules on install.
Thu, 10 Mar 2016 10:43:00 +0300 Ruslan Ermilov Configure: style.
Thu, 03 Mar 2016 21:14:19 +0300 Maxim Dounin Copy filter: fixed sendfile aio handlers to set ctx->aio.
Thu, 03 Mar 2016 21:14:12 +0300 Maxim Dounin Fixed sendfile in threads (or with aio preload) and subrequests.
Thu, 03 Mar 2016 18:41:05 +0300 Valentin Bartenev Introduced the ngx_chain_to_iovec() function.
Tue, 01 Mar 2016 15:18:07 +0300 Valentin Bartenev Request body: moved handling of the last part in the save filter.
Fri, 26 Feb 2016 14:27:04 +0300 Ruslan Ermilov Dynamic modules: perl.
Mon, 29 Feb 2016 18:52:33 +0300 Ruslan Ermilov Dynamic modules: expose the "modules" target.
Thu, 25 Feb 2016 16:29:51 +0300 Ruslan Ermilov Dynamic modules: removed unnecessary initialization.
Thu, 25 Feb 2016 15:22:05 +0300 Ruslan Ermilov Dynamic modules: make sure to call config.make for dynamic addons.
Thu, 25 Feb 2016 16:28:42 +0300 Ruslan Ermilov Version bump.
Wed, 24 Feb 2016 17:53:23 +0300 Maxim Dounin release-1.9.12 tag
Wed, 24 Feb 2016 17:53:22 +0300 Maxim Dounin nginx-1.9.12-RELEASE release-1.9.12
Wed, 24 Feb 2016 15:58:07 +0300 Valentin Bartenev HTTP/2: implemented per request timeouts (closes #626).
Wed, 24 Feb 2016 16:05:47 +0300 Valentin Bartenev HTTP/2: always use temporary pool for processing headers.
Wed, 24 Feb 2016 16:05:46 +0300 Valentin Bartenev HTTP/2: cleaned up state while closing stream.
Wed, 24 Feb 2016 16:01:23 +0300 Valentin Bartenev Fixed buffer over-read while logging invalid request headers.
Fri, 19 Feb 2016 18:13:54 +0300 Maxim Dounin Configure: added "build" target.
Fri, 19 Feb 2016 17:27:30 +0300 Maxim Dounin SSL: avoid calling SSL_shutdown() during handshake (ticket #901).
Fri, 19 Feb 2016 17:27:23 +0300 Maxim Dounin SSL: fixed SSL_shutdown() comment.
Thu, 18 Feb 2016 15:49:11 +0300 Ruslan Ermilov Headers filter: fixed "add_header ... '' always".
Fri, 19 Feb 2016 13:31:55 +0300 Sergey Kandaurov Configure: skip building OpenSSL documentation to conserve time.
Thu, 18 Feb 2016 11:39:57 +0300 Ruslan Ermilov Configure: fixed static nginx build with OpenSSL (ticket #903).
Thu, 18 Feb 2016 13:58:49 +0300 Vladimir Homutov Core: added support for more than 64 CPUs in worker_cpu_affinity.
Tue, 16 Feb 2016 17:49:14 +0300 Valentin Bartenev HTTP/2: added debug logging of response headers.
Tue, 16 Feb 2016 17:49:14 +0300 Valentin Bartenev HTTP/2: use local pointer instead of r->connection.
Mon, 15 Feb 2016 17:41:52 +0300 Maxim Dounin Core: improved logging on invalid NGINX variable (ticket #900).
Sat, 13 Feb 2016 07:28:14 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Sat, 13 Feb 2016 06:47:34 +0300 Maxim Dounin Win32: simplified and improved handling of MSVC versions.
Fri, 12 Feb 2016 16:36:20 +0300 Valentin Bartenev HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode().
Thu, 11 Feb 2016 15:35:36 +0300 Valentin Bartenev HTTP/2: implemented HPACK Huffman encoding for response headers.
Thu, 11 Feb 2016 18:46:46 +0300 Ruslan Ermilov Dynamic modules: fixed a version mismatch message (ticket #898).
Thu, 11 Feb 2016 14:20:26 +0300 Roman Arutyunyan Stream: initialize variable right before using it.
Thu, 11 Feb 2016 14:20:22 +0300 Roman Arutyunyan Stream: removed useless typedef.
Wed, 10 Feb 2016 11:36:25 +0300 Ruslan Ermilov Dynamic modules: added auth_basic module libs via ngx_module_libs=.
Tue, 09 Feb 2016 16:31:26 -0800 Piotr Sikora Core: ngx_module_t compatibility with C++.
Wed, 10 Feb 2016 06:23:34 +0300 Maxim Dounin Version bump.
Tue, 09 Feb 2016 17:11:57 +0300 Maxim Dounin release-1.9.11 tag
Tue, 09 Feb 2016 17:11:56 +0300 Maxim Dounin nginx-1.9.11-RELEASE release-1.9.11
Mon, 08 Feb 2016 18:02:04 +0300 Maxim Dounin Dynamic modules: NGX_STREAM define removed.
Fri, 05 Feb 2016 21:48:25 +0300 Valentin Bartenev Dynamic modules: added dlsym() to configure test.
Fri, 05 Feb 2016 14:02:54 +0300 Ruslan Ermilov Dynamic modules: fixed a copy-n-paste error.
Thu, 04 Feb 2016 20:25:29 +0300 Maxim Dounin Dynamic modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: auto/module script.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: introduced HTTP_INIT_FILTER_MODULES.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: dlopen() support.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.
Thu, 04 Feb 2016 18:01:04 +0300 Valentin Bartenev HTTP/2: fixed possible buffer overrun (ticket #893).
Tue, 02 Feb 2016 16:33:55 +0300 Valentin Bartenev HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.
Tue, 02 Feb 2016 16:33:55 +0300 Valentin Bartenev HTTP/2: fixed request length accounting.
Tue, 02 Feb 2016 16:33:55 +0300 Valentin Bartenev HTTP/2: fixed excessive memory allocation for pool cleanup.
Tue, 02 Feb 2016 16:33:55 +0300 Valentin Bartenev HTTP/2: removed unused field from ngx_http_v2_stream_t.
Thu, 17 Dec 2015 17:30:22 +0300 Ruslan Ermilov Resolver: style.
Thu, 17 Dec 2015 17:21:16 +0300 Ruslan Ermilov Resolver: improved PTR response processing.
Thu, 17 Dec 2015 17:21:12 +0300 Ruslan Ermilov Resolver: style.
Tue, 02 Feb 2016 13:42:55 +0300 Roman Arutyunyan Resolver: free TCP buffers on resolver cleanup.
Tue, 02 Feb 2016 11:35:19 +0300 Ruslan Ermilov Resolver: fixed possible resource leak introduced in 5a16d40c63de.
Thu, 28 Jan 2016 15:28:20 +0300 Roman Arutyunyan Resolver: TCP support.
Thu, 28 Jan 2016 15:28:20 +0300 Roman Arutyunyan Resolver: per-request DNS server balancer.
Thu, 28 Jan 2016 15:28:20 +0300 Roman Arutyunyan Resolver: renamed UDP-specific structures, fields and variables.
Thu, 28 Jan 2016 15:28:19 +0300 Roman Arutyunyan Resolver: removed unused field from ngx_resolver_ctx_t.
Thu, 28 Jan 2016 15:25:58 +0300 Roman Arutyunyan Version bump.
Tue, 26 Jan 2016 17:39:31 +0300 Maxim Dounin release-1.8.1 tag stable-1.8
Tue, 26 Jan 2016 17:39:30 +0300 Maxim Dounin nginx-1.8.1-RELEASE stable-1.8 release-1.8.1
Tue, 26 Jan 2016 16:47:14 +0300 Ruslan Ermilov Resolver: limited CNAME recursion. stable-1.8
Tue, 26 Jan 2016 16:46:59 +0300 Roman Arutyunyan Resolver: fixed use-after-free memory accesses with CNAME. stable-1.8
Tue, 26 Jan 2016 16:46:48 +0300 Roman Arutyunyan Resolver: changed the ngx_resolver_create_*_query() arguments. stable-1.8
Tue, 26 Jan 2016 16:46:38 +0300 Ruslan Ermilov Resolver: fixed CNAME processing for several requests. stable-1.8
Tue, 26 Jan 2016 16:46:31 +0300 Ruslan Ermilov Resolver: fixed crashes in timeout handler. stable-1.8
Tue, 26 Jan 2016 16:46:18 +0300 Roman Arutyunyan Resolver: fixed possible segmentation fault on DNS format error. stable-1.8
Tue, 26 Jan 2016 17:27:41 +0300 Maxim Dounin release-1.9.10 tag
Tue, 26 Jan 2016 17:27:40 +0300 Maxim Dounin nginx-1.9.10-RELEASE release-1.9.10
Tue, 26 Jan 2016 16:47:14 +0300 Ruslan Ermilov Resolver: limited CNAME recursion.
Tue, 26 Jan 2016 16:46:59 +0300 Roman Arutyunyan Resolver: fixed use-after-free memory accesses with CNAME.
Tue, 26 Jan 2016 16:46:48 +0300 Roman Arutyunyan Resolver: changed the ngx_resolver_create_*_query() arguments.
Tue, 26 Jan 2016 16:46:38 +0300 Ruslan Ermilov Resolver: fixed CNAME processing for several requests.
Tue, 26 Jan 2016 16:46:31 +0300 Ruslan Ermilov Resolver: fixed crashes in timeout handler.
Tue, 26 Jan 2016 16:46:18 +0300 Roman Arutyunyan Resolver: fixed possible segmentation fault on DNS format error.
Mon, 25 Jan 2016 21:58:21 +0300 Maxim Dounin Updated OpenSSL and PCRE used for win32 builds. stable-1.8
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select SPDY using NPN if "spdy" is enabled. stable-1.8
Fri, 30 Oct 2015 21:43:30 +0300 Maxim Dounin Fixed ngx_parse_time() out of bounds access (ticket #821). stable-1.8
Mon, 19 Oct 2015 21:22:38 +0300 Maxim Dounin SSL: preserve default server context in connection (ticket #235). stable-1.8
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling. stable-1.8
Sun, 16 Aug 2015 10:51:34 +0300 Maxim Dounin Fixed wrong URI after try_files in nested location (ticket #97). stable-1.8
Sun, 16 Aug 2015 10:51:16 +0300 Maxim Dounin Fixed segfault with try_files introduced by c985d90a8d1f. stable-1.8
Wed, 06 May 2015 17:04:00 +0300 Ruslan Ermilov Events: made a failure to create a notification channel non-fatal. stable-1.8
Fri, 24 Apr 2015 10:54:06 +0300 Roman Arutyunyan Merge proxy_protocol setting of listen directives. stable-1.8
Mon, 25 Jan 2016 19:32:58 +0300 Maxim Dounin Version bump. stable-1.8
Tue, 12 Jan 2016 19:19:07 +0300 Valentin Bartenev Request body: removed surplus assigment, no functional changes.
Mon, 11 Jan 2016 19:23:17 +0300 Maxim Dounin Core: worker_cpu_affinity auto.
Mon, 11 Jan 2016 19:08:12 +0300 Maxim Dounin Upstream: fixed changing method on X-Accel-Redirect.
Mon, 11 Jan 2016 10:53:49 +0300 Ruslan Ermilov Year 2016.
Thu, 17 Dec 2015 16:39:15 +0300 Maxim Dounin Upstream: don't keep connections on early responses (ticket #669).
Thu, 17 Dec 2015 16:39:02 +0300 Maxim Dounin Fixed PROXY protocol on IPv6 sockets (ticket #858).
Thu, 17 Dec 2015 16:38:51 +0300 Maxim Dounin Version bump.
Sat, 12 Dec 2015 10:32:58 +0300 Ruslan Ermilov Fixed a typo.
Wed, 09 Dec 2015 17:47:21 +0300 Maxim Dounin release-1.9.9 tag
Wed, 09 Dec 2015 17:47:20 +0300 Maxim Dounin nginx-1.9.9-RELEASE release-1.9.9
Wed, 09 Dec 2015 16:26:59 +0300 Ruslan Ermilov Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Wed, 09 Dec 2015 14:41:16 +0300 Ruslan Ermilov Version bump.
Tue, 08 Dec 2015 18:16:52 +0300 Maxim Dounin release-1.9.8 tag
Tue, 08 Dec 2015 18:16:51 +0300 Maxim Dounin nginx-1.9.8-RELEASE release-1.9.8
Tue, 08 Dec 2015 17:39:56 +0300 Roman Arutyunyan Slice filter: terminate first slice with last_in_chain flag.
Tue, 08 Dec 2015 17:39:56 +0300 Roman Arutyunyan Slice filter: never run subrequests when main request is buffered.
Tue, 08 Dec 2015 16:59:43 +0300 Sergey Kandaurov SSL: fixed possible segfault on renegotiation (ticket #845).
Mon, 07 Dec 2015 20:09:34 +0300 Maxim Dounin Updated OpenSSL and PCRE used for win32 builds.
Mon, 07 Dec 2015 20:08:13 +0300 Maxim Dounin Added slice module to win32 builds.
Mon, 07 Dec 2015 16:30:48 +0300 Roman Arutyunyan Slice filter.
Mon, 07 Dec 2015 16:30:47 +0300 Roman Arutyunyan Upstream: fill r->headers_out.content_range from upstream response.
Wed, 02 Dec 2015 19:17:19 -0800 Piotr Sikora Core: fix typo in error message.
Thu, 03 Dec 2015 20:06:45 +0300 Maxim Dounin Style: NGX_PTR_SIZE replaced with sizeof(void *).
Wed, 02 Dec 2015 01:06:54 +0300 Maxim Dounin Style.
Mon, 30 Nov 2015 12:54:01 +0300 Ruslan Ermilov Stop emulating a space character after r->method_name.
Fri, 06 Nov 2015 15:21:51 +0300 Ruslan Ermilov Proxy: improved code readability.
Mon, 30 Nov 2015 12:04:35 +0300 Ruslan Ermilov Reduced the number of GET method constants.
Mon, 30 Nov 2015 16:27:33 +0300 Valentin Bartenev Increased the default "connection_pool_size" on 64-bit platforms.
Mon, 30 Nov 2015 12:04:29 +0300 Ruslan Ermilov Configure: improved workaround for system perl on OS X.
Mon, 30 Nov 2015 19:01:53 +0300 Ruslan Ermilov Configure: removed comment obsolete in 3b763d36e055.
Fri, 06 Nov 2015 15:22:43 +0300 Ruslan Ermilov Style: unified request method checks.
Mon, 23 Nov 2015 12:40:19 +0300 Ruslan Ermilov Core: enabled "include" inside http upstreams (ticket #635).
Mon, 23 Nov 2015 22:48:31 +0300 Maxim Dounin Configure: fixed using OpenSSL include paths.
Sat, 21 Nov 2015 10:44:07 +0300 Ruslan Ermilov Upstream: fixed "no port" detection in evaluated upstreams.
Tue, 17 Nov 2015 19:41:39 +0300 Maxim Dounin Missing "variable" word added.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Used the pwritev() syscall for writing files where possible.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Moved file writev() handling code to a separate function.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Handled EINTR from write() and pwrite() syscalls.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Adjusted file->sys_offset after the write() syscall.
Tue, 17 Nov 2015 19:01:41 +0300 Valentin Bartenev Version bump.
Tue, 17 Nov 2015 17:50:57 +0300 Maxim Dounin release-1.9.7 tag
Tue, 17 Nov 2015 17:50:56 +0300 Maxim Dounin nginx-1.9.7-RELEASE release-1.9.7
Mon, 16 Nov 2015 16:02:02 +0300 Ruslan Ermilov Realip: the $realip_remote_addr variable.
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: reused HEADERS and CONTINUATION frames buffers.
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: fixed handling of output HEADERS frames.
Fri, 13 Nov 2015 20:10:50 +0300 Valentin Bartenev HTTP/2: fixed invalid headers handling (ticket #831).
Wed, 11 Nov 2015 15:47:30 +0300 Roman Arutyunyan Upstream: proxy_cache_convert_head directive.
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select HTTP/2 using NPN if "http2" is enabled.
Thu, 05 Nov 2015 15:01:01 +0300 Valentin Bartenev HTTP/2: backed out 16905ecbb49e (ticket #822).
Fri, 30 Oct 2015 21:43:30 +0300 Maxim Dounin Fixed ngx_parse_time() out of bounds access (ticket #821).
Mon, 26 Oct 2015 19:06:42 +0300 Vladimir Homutov Syslog: added "nohostname" option.
Tue, 27 Oct 2015 23:16:35 +0300 Valentin Bartenev HTTP/2: changed behavior of the "http2_max_field_size" directive.
Tue, 27 Oct 2015 23:16:35 +0300 Valentin Bartenev HTTP/2: fixed spelling.
Tue, 27 Oct 2015 23:16:29 +0300 Valentin Bartenev Version bump.
Tue, 27 Oct 2015 16:47:30 +0300 Maxim Dounin release-1.9.6 tag
Tue, 27 Oct 2015 16:47:29 +0300 Maxim Dounin nginx-1.9.6-RELEASE release-1.9.6
Mon, 26 Oct 2015 17:46:28 +0300 Valentin Bartenev HTTP/2: simplified checking the END_STREAM flag.
Mon, 26 Oct 2015 17:46:16 +0300 Valentin Bartenev HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.
Mon, 26 Oct 2015 17:46:13 +0300 Valentin Bartenev HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
Mon, 28 Sep 2015 02:32:44 +0300 Valentin Bartenev HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: simplified producing of the Last-Modified header.
Mon, 26 Oct 2015 17:43:08 +0300 Valentin Bartenev HTTP/2: fixed header block size calculation.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: fix handling of connection errors.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: fix indirect reprioritization.
Thu, 01 Oct 2015 20:25:55 -0700 Piotr Sikora HTTP/2: reject self-dependent streams.
Fri, 23 Oct 2015 18:21:33 -0700 Piotr Sikora Core: read/write locks are also required by the Stream module.
Fri, 23 Oct 2015 18:21:33 -0700 Piotr Sikora Configure: style fixes for autoconf.err.
Tue, 20 Oct 2015 21:28:38 +0300 Valentin Bartenev HTTP/2: improved error handling while parsing integers.
Tue, 20 Oct 2015 21:26:38 +0300 Ruslan Ermilov HTTP/2: improved HPACK integer parsing code readability.
Tue, 20 Oct 2015 18:16:18 +0300 Maxim Dounin Win32: timer_resolution now ignored with select.
Sat, 17 Oct 2015 21:41:02 +0900 Kouhei Sutou Win32: fixed build with MinGW and MinGW-w64 gcc.
Mon, 19 Oct 2015 23:04:49 +0300 Maxim Dounin Style: unneeded casts of cf->args->elts removed.
Mon, 19 Oct 2015 21:28:17 +0300 Maxim Dounin Fixed variables prefix comparison.
Mon, 19 Oct 2015 21:28:02 +0300 Maxim Dounin Fixed handling of empty root.
Mon, 19 Oct 2015 21:22:38 +0300 Maxim Dounin SSL: preserve default server context in connection (ticket #235).
Mon, 19 Oct 2015 16:16:47 +0300 Valentin Bartenev HTTP/2: fixed parsing of literal header fields without indexing.
Wed, 07 Oct 2015 22:19:42 +0300 Vladimir Homutov SSL: handled long string truncation in ngx_ssl_error().
Tue, 06 Oct 2015 08:57:09 +0300 Ruslan Ermilov Stream: delete proxy connection timer after SSL handshake.
Sun, 12 Jul 2015 08:31:38 -0700 Kurtis Nusbaum Extract out version info function.
Mon, 28 Sep 2015 20:02:05 +0300 Valentin Bartenev HTTP/2: fixed $server_protocol value (ticket #800).
Thu, 24 Sep 2015 17:19:08 +0300 Maxim Dounin SSL: compatibility with OpenSSL master branch.
Thu, 24 Sep 2015 17:18:42 +0300 Maxim Dounin Version bump.
Tue, 22 Sep 2015 17:36:22 +0300 Maxim Dounin release-1.9.5 tag
Tue, 22 Sep 2015 17:36:21 +0300 Maxim Dounin nginx-1.9.5-RELEASE release-1.9.5
Tue, 22 Sep 2015 17:09:50 +0300 Maxim Dounin Style.
Tue, 15 Sep 2015 17:49:15 +0300 Valentin Bartenev Increased the default number of output buffers.
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Tue, 22 Sep 2015 01:40:04 +0300 Valentin Bartenev HTTP/2: fixed HPACK header field parsing.
Mon, 21 Sep 2015 23:08:34 +0300 Roman Arutyunyan Sub filter: fixed initialization in http{} level (ticket #791).
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Fri, 11 Sep 2015 17:04:40 +0300 Maxim Dounin Core: fixed segfault with null in wildcard hash names.
Fri, 11 Sep 2015 17:04:04 +0300 Maxim Dounin Fixed segfault with incorrect location nesting.
Fri, 11 Sep 2015 17:03:56 +0300 Maxim Dounin Cache: check the whole cache key in addition to hashes.