log src/http/ngx_http_core_module.c @ 6314:fcbac620ae83

age author description
Thu, 03 Dec 2015 20:06:45 +0300 Maxim Dounin Style: NGX_PTR_SIZE replaced with sizeof(void *).
Mon, 30 Nov 2015 12:54:01 +0300 Ruslan Ermilov Stop emulating a space character after r->method_name.
Mon, 30 Nov 2015 16:27:33 +0300 Valentin Bartenev Increased the default "connection_pool_size" on 64-bit platforms.
Mon, 19 Oct 2015 21:28:02 +0300 Maxim Dounin Fixed handling of empty root.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Fri, 11 Sep 2015 17:04:04 +0300 Maxim Dounin Fixed segfault with incorrect location nesting.
Mon, 31 Aug 2015 23:25:16 +0300 Valentin Bartenev Added protection against r->main->count overflow by subrequests.
Sun, 23 Aug 2015 21:03:32 +0300 Valentin Bartenev Limit recursive subrequests instead of simultaneous.
Sun, 16 Aug 2015 10:51:34 +0300 Maxim Dounin Fixed wrong URI after try_files in nested location (ticket #97).
Sun, 16 Aug 2015 10:51:16 +0300 Maxim Dounin Fixed segfault with try_files introduced by c985d90a8d1f.
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.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Fixed memory leaks in the root and auth_basic_user_file directives.
Thu, 11 Jul 2013 20:38:27 +0400 Maxim Dounin Style.
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Thu, 20 Jun 2013 20:47:39 +0400 Vladimir Homutov Core: support several "error_log" directives.
Tue, 04 Jun 2013 11:27:36 +0400 Vladimir Homutov Core: fixed handling of "stderr" in error_log.
Fri, 29 Mar 2013 08:47:37 +0000 Ruslan Ermilov Pass PCRE_CASELESS to pcre_compile() for caseless matching.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 27 Feb 2013 16:56:47 +0000 Valentin Bartenev Introduced the ngx_http_set_connection_log() macro.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Mon, 11 Feb 2013 12:35:49 +0000 Maxim Dounin Merge of r4974: avoid sending "100 Continue" on 413. stable-1.2
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Tue, 18 Dec 2012 18:39:39 +0000 Maxim Dounin Avoid sending "100 Continue" on 413 Request Entity Too Large.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Wed, 21 Nov 2012 01:08:11 +0000 Maxim Dounin Request body: chunked transfer encoding support.
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
Thu, 30 Aug 2012 14:58:11 +0000 Ruslan Ermilov Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
Tue, 28 Aug 2012 13:31:01 +0000 Ruslan Ermilov Fixed the "include" directive.
Mon, 06 Aug 2012 17:31:32 +0000 Maxim Dounin Merge of r4769: better diagnostics for directives in wrong context. stable-1.2