log src/http/ngx_http_core_module.c @ 6180:8b6fa4842133

age author description
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Wed, 29 Apr 2015 13:52:49 +0300 Ruslan Ermilov Removed deprecated HTTP directives.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Fri, 28 Nov 2014 16:57:50 +0300 Maxim Dounin Fixed post_action to not trigger "header already sent" alert. stable-1.6
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: filters support.
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.
Fri, 13 Mar 2015 16:42:52 +0300 Ruslan Ermilov The "aio" directive parser made smarter.
Thu, 12 Mar 2015 20:06:04 +0300 Ruslan Ermilov Deprecated "aio sendfile".
Wed, 21 Jan 2015 00:26:32 +0100 Damien Tournoud Fixed try_files directory test to match only a directory.
Fri, 28 Nov 2014 16:57:50 +0300 Maxim Dounin Fixed post_action to not trigger "header already sent" alert.
Mon, 08 Sep 2014 21:36:03 +0400 Maxim Dounin Fixed ETag memory allocation error handling.
Tue, 08 Jul 2014 03:03:13 -0700 Piotr Sikora Style: add whitespace between control statement and parentheses.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Wed, 28 May 2014 20:18:05 +0400 Sergey Kandaurov Fixed config parsing of the last try_files parameter.
Fri, 16 May 2014 17:42:24 +0400 Maxim Dounin Fixed alias in regex locations with limit_except/if.
Wed, 16 Apr 2014 11:40:38 +0400 Valentin Bartenev Fixed missing "static" in declaration of ngx_http_gzip_quantity().
Mon, 31 Mar 2014 22:47:42 +0400 Maxim Dounin Adjusted default value of types_hash_bucket_size (ticket #352).
Tue, 25 Mar 2014 18:49:28 +0400 Andrei Belov Increased default value of variables_hash_max_size.
Wed, 19 Mar 2014 12:57:40 +0400 Maxim Dounin Macros used for initialization in ngx_http_core_init_main_conf().
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Thu, 27 Feb 2014 20:36:35 +0400 Maxim Dounin Disabled redirects to named locations if URI is not set.
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Tue, 03 Dec 2013 21:44:08 +0400 Maxim Dounin Fixed "setfib=" on non-first listening socket.
Fri, 18 Oct 2013 18:13:49 +0400 Maxim Dounin Fixed "satisfy any" if 403 is returned after 401 (ticket #285).
Fri, 23 Aug 2013 22:18:39 +0400 Maxim Dounin Fixed try_files with empty argument (ticket #390). stable-1.4
Mon, 23 Sep 2013 19:37:06 +0400 Maxim Dounin Caseless location tree construction (ticket #90).
Fri, 23 Aug 2013 22:18:39 +0400 Maxim Dounin Fixed try_files with empty argument (ticket #390).
Tue, 30 Jul 2013 15:04:46 +0400 Sergey Kandaurov Added safety belt for the case of sending header twice.
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.