log src/http/ngx_http_core_module.h @ 6718:bdf64ae3376b

age author description
Mon, 03 Oct 2016 15:58:22 +0300 Maxim Dounin Modules compatibility: http2.
Mon, 03 Oct 2016 15:58:19 +0300 Maxim Dounin Modules compatibility: degradation fields now always present.
Mon, 23 May 2016 16:37:28 +0300 Maxim Dounin Renamed "u" to "sockaddr" in listen options types.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
Fri, 20 May 2016 19:10:42 +0300 Ruslan Ermilov Use ngx_cmp_sockaddr() where appropriate.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.
Fri, 18 Mar 2016 06:44:49 +0300 Maxim Dounin Threads: writing via threads pools in event pipe.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
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".
Fri, 15 Aug 2014 14:09:29 +0400 Sergey Kandaurov Fixed typo.
Thu, 26 Jun 2014 02:21:01 +0400 Maxim Dounin Entity tags: downgrade strong etags to weak ones as needed.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 27 Feb 2013 16:53:01 +0000 Valentin Bartenev The default server lookup is now done only once per connection.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Mon, 30 Jul 2012 12:27:06 +0000 Ruslan Ermilov Core: ipv6only is now on by default.
Mon, 09 Jul 2012 14:53:42 +0000 Maxim Dounin Entity tags: the "etag" directive.
Mon, 09 Jul 2012 00:13:06 +0000 Maxim Dounin Entity tags: set for static respones.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Mon, 14 May 2012 12:27:41 +0000 Ruslan Ermilov New function ngx_http_get_forwarded_addr() to look up real client address.
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, 13 Feb 2012 16:29:04 +0000 Andrey Belov Added disable_symlinks directive.