log src/http/ngx_http_upstream.c @ 6703:edcd9303a4d3

age author description
Thu, 22 Sep 2016 19:32:26 +0300 Maxim Dounin Upstream: introduced u->upstream.
Tue, 20 Sep 2016 15:07:16 +0300 Valentin Bartenev Fixed log levels of configuration parsing errors.
Wed, 10 Aug 2016 16:46:39 +0300 Vladimir Homutov Upstream: the $upstream_bytes_received variable.
Mon, 20 Jun 2016 11:50:43 +0300 Roman Arutyunyan Upstream: support for port in proxy_bind and friends.
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Fri, 18 Dec 2015 19:05:27 +0300 Roman Arutyunyan Upstream: the "transparent" parameter of proxy_bind and friends.
Wed, 13 Apr 2016 15:42:46 +0300 Roman Arutyunyan Upstream: prepared proxy_bind to accept parameters.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 28 Mar 2016 19:50:19 +0300 Maxim Dounin Upstream: proxy_next_upstream non_idempotent.
Mon, 28 Mar 2016 19:49:52 +0300 Maxim Dounin Upstream: cached connections now tested against next_upstream.
Fri, 18 Mar 2016 06:44:49 +0300 Maxim Dounin Threads: writing via threads pools in event pipe.
Wed, 16 Mar 2016 14:44:41 +0300 Ruslan Ermilov Style.
Tue, 08 Mar 2016 22:31:55 -0500 Justin Li Upstream: avoid closing client connection in edge case.
Thu, 10 Mar 2016 21:58:03 +0300 Maxim Dounin Upstream: fixed "zero size buf" alerts with cache (ticket #918).
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling. stable-1.8
Mon, 11 Jan 2016 19:08:12 +0300 Maxim Dounin Upstream: fixed changing method on X-Accel-Redirect.
Thu, 17 Dec 2015 16:39:15 +0300 Maxim Dounin Upstream: don't keep connections on early responses (ticket #669).
Wed, 09 Dec 2015 16:26:59 +0300 Ruslan Ermilov Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Mon, 07 Dec 2015 16:30:47 +0300 Roman Arutyunyan Upstream: fill r->headers_out.content_range from upstream response.
Wed, 02 Dec 2015 01:06:54 +0300 Maxim Dounin Style.
Fri, 06 Nov 2015 15:22:43 +0300 Ruslan Ermilov Style: unified request method checks.
Sat, 21 Nov 2015 10:44:07 +0300 Ruslan Ermilov Upstream: fixed "no port" detection in evaluated upstreams.
Wed, 11 Nov 2015 15:47:30 +0300 Roman Arutyunyan Upstream: proxy_cache_convert_head directive.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Thu, 03 Sep 2015 15:09:21 +0300 Roman Arutyunyan Upstream: fixed cache send error handling.
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Sat, 16 May 2015 01:32:27 +0300 Ruslan Ermilov Upstream: $upstream_connect_time.
Sat, 16 May 2015 01:31:04 +0300 Ruslan Ermilov Upstream: times to obtain header/response are stored as ngx_msec_t.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Tue, 07 Apr 2015 00:07:04 +0300 Ruslan Ermilov Upstream: abbreviated SSL handshake may interact badly with Nagle.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed ngx_connection_t.lock.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Tue, 03 Mar 2015 01:15:21 +0300 Maxim Dounin Style.
Mon, 02 Mar 2015 21:44:42 +0300 Maxim Dounin Upstream: upstream argument in ngx_http_upstream_process_request().
Mon, 02 Mar 2015 21:44:32 +0300 Maxim Dounin Upstream: avoid duplicate finalization.
Mon, 02 Mar 2015 19:47:13 +0300 Roman Arutyunyan Cache: do not inherit last_modified and etag from stale response.
Thu, 22 Jan 2015 16:23:32 +0300 Ruslan Ermilov Upstream: detect port absence in fastcgi_pass with IP literal.
Mon, 02 Feb 2015 19:38:35 +0300 Roman Arutyunyan Cache: added temp_path to file cache.
Wed, 14 Jan 2015 09:03:35 +0300 Vladimir Homutov Upstream: $upstream_header_time variable.
Fri, 26 Dec 2014 16:22:59 +0300 Valentin Bartenev Upstream: use_temp_path parameter of proxy_cache_path and friends.
Fri, 26 Dec 2014 16:22:56 +0300 Valentin Bartenev Cache: update variant while setting header.
Mon, 22 Dec 2014 12:59:09 +0300 Valentin Bartenev Upstream: added variables support to proxy_cache and friends.
Mon, 22 Dec 2014 12:59:06 +0300 Valentin Bartenev Upstream: preset some cache configuration when bypassing.
Mon, 22 Dec 2014 12:59:02 +0300 Valentin Bartenev Upstream: refactored proxy_cache and friends.
Mon, 22 Dec 2014 12:58:56 +0300 Valentin Bartenev Upstream: simplified proxy_store and friends configuration code.
Wed, 26 Nov 2014 18:35:37 -0800 Piotr Sikora Cache: send conditional requests only for cached 200/206 responses.
Tue, 02 Dec 2014 05:54:54 +0300 Maxim Dounin Upstream: improved subrequest logging.
Tue, 18 Nov 2014 17:07:14 -0800 Piotr Sikora Cache: add support for Cache-Control's s-maxage response directive.
Tue, 18 Nov 2014 20:41:12 +0300 Roman Arutyunyan Cache: proxy_cache_lock_age and friends.
Tue, 04 Nov 2014 19:56:23 +0900 Toshikuni Fukaya Upstream: support named location for X-Accel-Redirect.
Mon, 27 Oct 2014 19:52:03 +0800 Gu Feng Upstream: limited next_upstream time and tries when resolving DNS.
Tue, 28 Oct 2014 12:29:59 +0300 Roman Arutyunyan Upstream: proxy_limit_rate and friends.
Mon, 27 Oct 2014 21:13:58 +0300 Maxim Dounin Cache: hash of Vary headers now stored in cache.
Mon, 27 Oct 2014 21:13:39 +0300 Maxim Dounin Cache: disable caching of responses with Vary (ticket #118).
Tue, 14 Oct 2014 18:32:01 +0400 Roman Arutyunyan Upstream: proxy_force_ranges and friends.
Wed, 01 Oct 2014 15:48:53 -0700 Piotr Sikora Upstream: fix $upstream_cache_last_modified variable.
Thu, 18 Sep 2014 16:37:16 +0400 Roman Arutyunyan Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().
Fri, 12 Sep 2014 18:50:47 +0400 Roman Arutyunyan Upstream: limited next_upstream time and tries (ticket #544).