log

age author description
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.