log src/http/ngx_http_core_module.c @ 4736:cebbe4fda8aa

age author description
Tue, 03 Jul 2012 11:30:05 +0000 Maxim Dounin Reset r->uri_changed in a named location (ticket #184).
Fri, 29 Jun 2012 17:28:41 +0000 Maxim Dounin Merge of r4636, r4637, r4638: config sanity checks. stable-1.2
Mon, 04 Jun 2012 11:58:12 +0000 Maxim Dounin Merge of r4614, r4624-r4629, r4631: proxy recursive changes. stable-1.2
Wed, 16 May 2012 13:22:03 +0000 Ruslan Ermilov Capped the status code that may be returned with "return" and "try_files".
Tue, 15 May 2012 08:10:59 +0000 Ruslan Ermilov Fixed win32 build after changes in r4624.
Mon, 14 May 2012 15:52:37 +0000 Ruslan Ermilov Reverted previous attempt to fix complation warning introduced in
Mon, 14 May 2012 13:15:22 +0000 Ruslan Ermilov Fixed compilation warning introduced in r4624.
Mon, 14 May 2012 12:27:41 +0000 Ruslan Ermilov New function ngx_http_get_forwarded_addr() to look up real client address.
Fri, 04 May 2012 11:35:22 +0000 Maxim Dounin Added write event handler reset in ngx_http_named_location().
Thu, 19 Apr 2012 15:48:03 +0000 Maxim Dounin Fixed segfault with try_files (ticket #152).
Thu, 12 Apr 2012 09:19:14 +0000 Ruslan Ermilov Fixed buffer overflow when long URI is processed by "try_files" in
Thu, 22 Mar 2012 10:41:29 +0000 Maxim Dounin Removed safari from keepalive_disable default.
Thu, 15 Mar 2012 20:04:50 +0000 Ruslan Ermilov The "error_log" directive specified in the "http", "server", and
Mon, 05 Mar 2012 18:09:06 +0000 Maxim Dounin Whitespace fixes.
Mon, 05 Mar 2012 13:03:39 +0000 Maxim Dounin Merge of r4491, r4492: stable-1.0
Mon, 05 Mar 2012 12:49:32 +0000 Maxim Dounin Merge of r4473: stable-1.0
Mon, 27 Feb 2012 16:54:10 +0000 Valentin Bartenev Disable symlinks: added the "from=" parameter to the "disable_symlinks"
Mon, 27 Feb 2012 16:51:28 +0000 Valentin Bartenev Disable symlinks: initialization of the "disable_symlinks" field in
Mon, 27 Feb 2012 11:43:40 +0000 Ruslan Ermilov Added support for the 307 Temporary Redirect.
Mon, 13 Feb 2012 16:29:04 +0000 Andrey Belov Added disable_symlinks directive.
Mon, 13 Feb 2012 15:41:11 +0000 Maxim Dounin Time parsing cleanup.
Mon, 13 Feb 2012 15:35:48 +0000 Maxim Dounin Core: protection from cycles with named locations and post_action.
Mon, 13 Feb 2012 15:33:08 +0000 Maxim Dounin Core: protection from subrequest loops.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sat, 04 Feb 2012 22:30:30 +0000 Maxim Dounin Merge of r4326: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 19 Dec 2011 14:11:48 +0000 Maxim Dounin Added clearing of r->valid_unparsed_uri on internal redirects.
Wed, 14 Dec 2011 14:31:55 +0000 Maxim Dounin Merge of r4270, r4274: stable-1.0
Wed, 14 Dec 2011 13:40:25 +0000 Maxim Dounin Merge of r4267, r4301: stable-1.0
Tue, 06 Dec 2011 13:23:37 +0000 Maxim Dounin Fix for read_head with try_files and open_file_cache.
Mon, 05 Dec 2011 08:06:15 +0000 Valentin Bartenev Added the "so_keepalive=" parameter to the "listen" directive.
Mon, 21 Nov 2011 07:31:59 +0000 Ruslan Ermilov Fixed "keepalive_disable".
Thu, 10 Nov 2011 09:13:09 +0000 Ruslan Ermilov Changed error message to be more appropriate in the imaginary
Tue, 08 Nov 2011 13:48:23 +0000 Igor Sysoev Fix of "keepalive_disable" directive.
Tue, 01 Nov 2011 13:45:33 +0000 Igor Sysoev Merging r4147, r4148, r4149, r4150, r4207: stable-1.0
Tue, 01 Nov 2011 13:24:50 +0000 Igor Sysoev Merging r4132, r4134, r4143, r4183, r4191, r4199: stable-1.0
Tue, 01 Nov 2011 11:19:58 +0000 Igor Sysoev Merging r4009, r4133, r4184, r4201, r4202, r4203, r4204, r4205: stable-1.0
Mon, 24 Oct 2011 16:09:05 +0000 Igor Sysoev Support of several servers in the "resolver" directive.
Sat, 15 Oct 2011 21:42:03 +0000 Maxim Dounin Added clearing of modules' contexts in ngx_http_named_location().
Wed, 12 Oct 2011 13:28:03 +0000 Maxim Dounin Clear old Location header (if any) while adding a new one.
Wed, 12 Oct 2011 09:36:21 +0000 Ruslan Ermilov Fixed two minor bugs in "types" parsing code.
Wed, 12 Oct 2011 09:34:53 +0000 Ruslan Ermilov Fixed grammar in a comment.
Wed, 12 Oct 2011 09:33:43 +0000 Ruslan Ermilov Replaced magic constants representing default values of some directives
Wed, 12 Oct 2011 09:19:57 +0000 Igor Sysoev Preallocating exact number of default MIME types entries.
Wed, 12 Oct 2011 07:20:20 +0000 Ruslan Ermilov Removed old warning that suggested to use "server_name_in_redirect off"
Tue, 11 Oct 2011 11:11:44 +0000 Igor Sysoev Fixing directive name in error message if types hash size is not enough.
Fri, 30 Sep 2011 14:06:08 +0000 Igor Sysoev Merging r4036, r4055, r4056, r4057, r4058, r4059, r4060, r4061, r4062, r4063, stable-1.0
Tue, 27 Sep 2011 11:14:02 +0000 Maxim Dounin Incorrect special case for "return 204" removed.
Tue, 27 Sep 2011 11:13:00 +0000 Maxim Dounin Fix for "return 202" not discarding body.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Mon, 19 Sep 2011 12:41:13 +0000 Ruslan Ermilov Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"
Mon, 19 Sep 2011 12:37:22 +0000 Ruslan Ermilov Overhauled diagnostic messages.
Wed, 31 Aug 2011 09:40:55 +0000 Igor Sysoev The "max_ranges" directive.
Mon, 29 Aug 2011 12:45:03 +0000 Igor Sysoev Merge of r3982, r3984, r3985, r3991: stable-1.0
Mon, 29 Aug 2011 10:39:23 +0000 Igor Sysoev Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995: stable-1.0
Fri, 05 Aug 2011 08:51:29 +0000 Igor Sysoev fix gzip quantity: "q=0." and "q=1." are valid values according to RFC
Thu, 04 Aug 2011 14:50:59 +0000 Igor Sysoev refactor gzip quantity introduced in r3981: it ignored "q=1.000"
Tue, 02 Aug 2011 12:43:01 +0000 Igor Sysoev fix typo introduced in r3985
Mon, 01 Aug 2011 14:38:09 +0000 Igor Sysoev fix r3981 again for case "Accept-Encoding: gzip"
Mon, 01 Aug 2011 13:26:55 +0000 Igor Sysoev lingering_close "off|on|always"