log

age author description
Mon, 10 Dec 2012 15:43:41 +0000 Maxim Dounin Version bump. stable-1.2
Mon, 10 Dec 2012 13:11:11 +0000 Ruslan Ermilov The "auth_basic" directive gained support of variables.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Thu, 06 Dec 2012 21:22:58 +0000 Ruslan Ermilov Xslt: prevented infinite loop.
Mon, 03 Dec 2012 16:00:26 +0000 Ruslan Ermilov Fixed build with embedded perl in certain setups (ticket #48).
Fri, 30 Nov 2012 11:26:50 +0000 Ruslan Ermilov Fixed the NGX_SOCKADDR_STRLEN macro definition.
Thu, 29 Nov 2012 23:15:41 +0000 Maxim Dounin Core: removed GLOB_NOSORT glob option.
Thu, 29 Nov 2012 23:13:18 +0000 Maxim Dounin Version bump.
Tue, 27 Nov 2012 13:55:54 +0000 Maxim Dounin release-1.3.9 tag
Tue, 27 Nov 2012 13:55:34 +0000 Maxim Dounin nginx-1.3.9-RELEASE release-1.3.9
Mon, 26 Nov 2012 21:30:45 +0000 Maxim Dounin Gunzip: added missing ngx_http_clear_etag().
Mon, 26 Nov 2012 21:19:57 +0000 Maxim Dounin Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
Mon, 26 Nov 2012 18:01:49 +0000 Maxim Dounin Request body: block write events while reading body.
Mon, 26 Nov 2012 18:01:08 +0000 Maxim Dounin Request body: error checking fixes, negative rb->rest handling.
Mon, 26 Nov 2012 18:00:14 +0000 Maxim Dounin Request body: improved handling of incorrect chunked request body.
Mon, 26 Nov 2012 17:59:30 +0000 Maxim Dounin Request body: fixed discard of chunked request body.
Fri, 23 Nov 2012 12:43:58 +0000 Ruslan Ermilov Core: don't reuse shared memory zone that changed ownership (ticket #210).
Wed, 21 Nov 2012 14:23:26 +0000 Ruslan Ermilov Fixed location of debug message in ngx_shmtx_lock().
Wed, 21 Nov 2012 01:40:11 +0000 Maxim Dounin Request body: unbreak build without debug.
Wed, 21 Nov 2012 01:08:11 +0000 Maxim Dounin Request body: chunked transfer encoding support.
Wed, 21 Nov 2012 01:06:53 +0000 Maxim Dounin Request body: recalculate size of a request body in scgi module.
Wed, 21 Nov 2012 01:05:08 +0000 Maxim Dounin Request body: $content_length variable to honor real body size.
Wed, 21 Nov 2012 01:03:48 +0000 Maxim Dounin Request body: always use calculated size of a request body in proxy.
Wed, 21 Nov 2012 01:02:56 +0000 Maxim Dounin Request body: adjust b->pos when chunked parsing done.
Wed, 21 Nov 2012 00:59:16 +0000 Maxim Dounin Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Wed, 21 Nov 2012 00:57:56 +0000 Maxim Dounin Request body: properly handle events while discarding body.
Wed, 21 Nov 2012 00:57:16 +0000 Maxim Dounin Request body: fixed socket leak on errors.
Wed, 21 Nov 2012 00:55:50 +0000 Maxim Dounin Request body: code duplication reduced, no functional changes.
Wed, 21 Nov 2012 00:55:06 +0000 Maxim Dounin Request body: $request_body variable generalization.
Wed, 21 Nov 2012 00:54:01 +0000 Maxim Dounin Request body: fixed "501 Not Implemented" error handling.
Wed, 21 Nov 2012 00:52:35 +0000 Maxim Dounin Core: added debug logging of writev() in ngx_write_chain_to_file().
Wed, 21 Nov 2012 00:51:37 +0000 Maxim Dounin Dav: fixed segfault on PUT if body was already read (ticket #238).
Tue, 20 Nov 2012 13:37:55 +0000 Igor Sysoev Fixed failure to start cache manager and cache loader processes
Sat, 17 Nov 2012 00:36:44 +0000 Maxim Dounin Trailing whitespace fix.
Fri, 16 Nov 2012 18:29:19 +0000 Maxim Dounin Upstream: better detection of connect() failures with kqueue.
Fri, 16 Nov 2012 12:18:05 +0000 Ruslan Ermilov Upstream: honor the "down" flag for a single server.
Fri, 16 Nov 2012 09:37:14 +0000 Ruslan Ermilov Variables $request_time and $msec.
Fri, 16 Nov 2012 09:25:52 +0000 Ruslan Ermilov Fixed setting of CPU affinity on respawn of dead worker processes.
Fri, 16 Nov 2012 07:49:41 +0000 Ruslan Ermilov Version bump.
Tue, 13 Nov 2012 13:35:19 +0000 Maxim Dounin release-1.2.5 tag stable-1.2
Tue, 13 Nov 2012 13:34:59 +0000 Maxim Dounin nginx-1.2.5-RELEASE stable-1.2 release-1.2.5
Tue, 13 Nov 2012 11:24:14 +0000 Maxim Dounin Merge of r4896: event pipe: fixed handling of buf_to_file data. stable-1.2
Tue, 13 Nov 2012 11:21:31 +0000 Maxim Dounin Merge of r4892: keepalive memory usage optimization. stable-1.2
Tue, 13 Nov 2012 11:00:37 +0000 Maxim Dounin Merge of r4891: worker_processes auto. stable-1.2
Tue, 13 Nov 2012 10:45:23 +0000 Maxim Dounin Merge of r4886, r4887, r4894: log variables generalization: stable-1.2
Tue, 13 Nov 2012 10:42:16 +0000 Maxim Dounin Merge of r4885: ssl_verify_client optional_no_ca. stable-1.2
Mon, 12 Nov 2012 18:47:07 +0000 Maxim Dounin Merge of r4872, r4893: resolver cached addresses random rotation. stable-1.2
Mon, 12 Nov 2012 18:39:51 +0000 Maxim Dounin Merge of r4870, r4871, r4890, r4895: minor fixes. stable-1.2
Mon, 12 Nov 2012 18:00:32 +0000 Maxim Dounin Merge of r4868, r4869: SSL minor fixes. stable-1.2
Mon, 12 Nov 2012 17:57:57 +0000 Maxim Dounin Merge of r4866, r4867: configure fixes. stable-1.2
Mon, 12 Nov 2012 17:54:49 +0000 Maxim Dounin Merge of r4865: clearing of cpu_affinity after process spawn. stable-1.2
Mon, 12 Nov 2012 17:03:38 +0000 Maxim Dounin Version bump. stable-1.2
Tue, 30 Oct 2012 13:35:18 +0000 Maxim Dounin release-1.3.8 tag
Tue, 30 Oct 2012 13:34:23 +0000 Maxim Dounin nginx-1.3.8-RELEASE release-1.3.8
Tue, 30 Oct 2012 11:14:24 +0000 Maxim Dounin Event pipe: fixed handling of buf_to_file data.
Tue, 30 Oct 2012 11:09:38 +0000 Maxim Dounin Style, parentheses instead of braces in misc/GNUMakefile.
Mon, 29 Oct 2012 17:17:59 +0000 Maxim Dounin Variables $connection and $connection_requests.
Wed, 24 Oct 2012 14:07:08 +0000 Maxim Dounin Resolver: added missing memory allocation error handling.
Tue, 23 Oct 2012 14:36:18 +0000 Valentin Bartenev ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Tue, 23 Oct 2012 09:08:41 +0000 Andrey Belov Core: the "auto" parameter of the "worker_processes" directive.
Thu, 18 Oct 2012 14:48:33 +0000 Maxim Dounin Removed conditional compilation from waitpid() error test.
Thu, 18 Oct 2012 14:27:40 +0000 Maxim Dounin Gunzip: fixed r->gzip_ok check.
Fri, 05 Oct 2012 11:09:14 +0000 Maxim Dounin OCSP stapling: properly check if there is ssl.ctx.
Wed, 03 Oct 2012 15:25:36 +0000 Maxim Dounin Variable $bytes_sent.
Wed, 03 Oct 2012 15:25:06 +0000 Maxim Dounin Log: $apache_bytes_sent removed.
Wed, 03 Oct 2012 15:24:08 +0000 Maxim Dounin SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Wed, 03 Oct 2012 15:22:18 +0000 Maxim Dounin Version bump.
Tue, 02 Oct 2012 13:33:58 +0000 Maxim Dounin release-1.3.7 tag
Tue, 02 Oct 2012 13:33:37 +0000 Maxim Dounin nginx-1.3.7-RELEASE release-1.3.7
Mon, 01 Oct 2012 13:54:13 +0000 Maxim Dounin OCSP stapling: build fixes.
Mon, 01 Oct 2012 12:53:11 +0000 Maxim Dounin OCSP stapling: ssl_stapling_verify directive.
Mon, 01 Oct 2012 12:51:27 +0000 Maxim Dounin OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
Mon, 01 Oct 2012 12:50:36 +0000 Maxim Dounin OCSP stapling: log error data in ngx_ssl_error().
Mon, 01 Oct 2012 12:48:54 +0000 Maxim Dounin OCSP stapling: check Content-Type.
Mon, 01 Oct 2012 12:47:55 +0000 Maxim Dounin OCSP stapling: loading OCSP responses.
Mon, 01 Oct 2012 12:42:43 +0000 Maxim Dounin OCSP stapling: the ngx_event_openssl_stapling.c file.
Mon, 01 Oct 2012 12:41:08 +0000 Maxim Dounin OCSP stapling: ssl_stapling_file support.
Mon, 01 Oct 2012 12:39:36 +0000 Maxim Dounin OCSP stapling: ssl_trusted_certificate directive.
Fri, 28 Sep 2012 18:28:38 +0000 Maxim Dounin Resolver: cached addresses are returned with random rotation now.
Fri, 28 Sep 2012 13:49:26 +0000 Andrey Belov Correct plural form for "path" in the whole source base.
Fri, 28 Sep 2012 13:15:11 +0000 Andrey Belov Made sure to initialize the entire ngx_file_t structure.
Thu, 27 Sep 2012 18:01:06 +0000 Maxim Dounin SSL: added version checks for ssl compression workaround.
Thu, 27 Sep 2012 17:59:59 +0000 Maxim Dounin SSL: fixed compression workaround to remove all methods.
Thu, 27 Sep 2012 15:01:57 +0000 Andrey Belov Configure: additional test for ExtUtils::Embed perl module presence.
Wed, 26 Sep 2012 16:39:38 +0000 Maxim Dounin Configure: help updated to list upstream keepalive and least_conn.
Wed, 26 Sep 2012 16:25:12 +0000 Maxim Dounin Added clearing of cpu_affinity after process spawn.
Wed, 26 Sep 2012 15:52:06 +0000 Maxim Dounin Version bump.
Tue, 25 Sep 2012 13:43:03 +0000 Maxim Dounin release-1.2.4 tag stable-1.2
Tue, 25 Sep 2012 13:42:43 +0000 Maxim Dounin nginx-1.2.4-RELEASE stable-1.2 release-1.2.4
Tue, 25 Sep 2012 10:41:22 +0000 Maxim Dounin Stable: removed gunzip module from win32 helper target. stable-1.2
Mon, 24 Sep 2012 19:14:17 +0000 Maxim Dounin Merge of r4835, r4841: improved welcome and 50x error pages. stable-1.2
Mon, 24 Sep 2012 19:11:45 +0000 Maxim Dounin Merge of r4833: limit req: fix of rbtree node insertion. stable-1.2
Mon, 24 Sep 2012 19:06:48 +0000 Maxim Dounin Merge of r4829: fixed strict aliasing with ipv6 (ticket #201). stable-1.2
Mon, 24 Sep 2012 19:05:02 +0000 Maxim Dounin Merge of r4828: "include" with wildcards in map and types blocks. stable-1.2
Mon, 24 Sep 2012 19:02:16 +0000 Maxim Dounin Merge of r4817: geo: fixed handling of ranges without default set. stable-1.2
Mon, 24 Sep 2012 19:00:02 +0000 Maxim Dounin Merge of r4815: map: fixed optimization of variables as values. stable-1.2
Mon, 24 Sep 2012 18:58:13 +0000 Maxim Dounin Merge of r4813, r4814, r4818, r4819, r4820, r4823: mail fixes. stable-1.2
Mon, 24 Sep 2012 18:54:28 +0000 Maxim Dounin Merge of r4785, r4795, r4811, r4812, r4816, r4822: coverity. stable-1.2
Mon, 24 Sep 2012 18:50:25 +0000 Maxim Dounin Merge of r4784: fixed the -p parameter handling. stable-1.2
Mon, 24 Sep 2012 18:46:50 +0000 Maxim Dounin Merge of r4842: fixed make macros to use parentheses. stable-1.2
Mon, 24 Sep 2012 18:37:14 +0000 Maxim Dounin Merge of r4779, r4840, r4843, r4844: win32 changes. stable-1.2
Mon, 24 Sep 2012 18:34:04 +0000 Maxim Dounin Merge of r4778, r4782, r4783, r4824, r4830, r4834: minor fixes. stable-1.2
Mon, 24 Sep 2012 18:30:26 +0000 Maxim Dounin Merge of r4777, r4780, r4831, r4832: release process changes. stable-1.2
Mon, 24 Sep 2012 18:24:07 +0000 Maxim Dounin Version bump. stable-1.2
Wed, 12 Sep 2012 10:41:56 +0000 Maxim Dounin release-1.3.6 tag
Wed, 12 Sep 2012 10:41:36 +0000 Maxim Dounin nginx-1.3.6-RELEASE release-1.3.6
Tue, 11 Sep 2012 13:36:34 +0000 Maxim Dounin Updated zlib used for win32 builds.
Tue, 11 Sep 2012 13:17:31 +0000 Maxim Dounin Helper target "win32" to run configure for win32 builds.
Tue, 11 Sep 2012 12:43:59 +0000 Maxim Dounin Configure: fixed make macros to use parentheses instead of braces.
Tue, 11 Sep 2012 12:37:04 +0000 Valentin Bartenev Improved 50x error page.
Tue, 11 Sep 2012 12:35:30 +0000 Maxim Dounin Configure: provide inflate() when building zlib on win32.
Tue, 11 Sep 2012 01:13:23 +0000 Maxim Dounin Gunzip: removed nginx.h leftover include.
Mon, 10 Sep 2012 16:52:47 +0000 Maxim Dounin Gunzip filter import.
Mon, 10 Sep 2012 16:48:25 +0000 Maxim Dounin Gzip static: "always" parameter in "gzip_static" directive.
Mon, 10 Sep 2012 16:43:49 +0000 Maxim Dounin Memcached: memcached_gzip_flag directive.
Fri, 07 Sep 2012 13:24:46 +0000 Valentin Bartenev Improved welcome page.
Wed, 05 Sep 2012 15:06:47 +0000 Maxim Dounin Write filter: replaced unneeded loop with one to free chains.
Mon, 03 Sep 2012 12:55:50 +0000 Valentin Bartenev Limit req: fix of rbtree node insertion on hash collisions.
Thu, 30 Aug 2012 16:08:13 +0000 Ruslan Ermilov Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.
Thu, 30 Aug 2012 16:05:43 +0000 Ruslan Ermilov Converted DOS-style newlines.