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).
Wed, 13 Aug 2014 14:53:55 +0800 FengGu Upstream: avoided directly terminating the connection.
Mon, 01 Sep 2014 12:27:38 +0400 Ruslan Ermilov Upstream: improved configuration parser diagnostics.
Mon, 28 Jul 2014 18:30:14 +0400 Maxim Dounin Upstream: SSL handshake timeouts.
Fri, 18 Jul 2014 20:11:40 +0400 Maxim Dounin Upstream: ngx_http_upstream_store() error handling fixes.
Tue, 08 Jul 2014 03:03:13 -0700 Piotr Sikora Style: add whitespace between control statement and parentheses.
Fri, 04 Jul 2014 20:47:16 +0400 Maxim Dounin Upstream: p->downstream_error instead of closing connection.
Tue, 01 Jul 2014 20:52:08 +0400 Valentin Bartenev Upstream: fixed handling of write event after sending request.
Thu, 26 Jun 2014 02:35:01 +0400 Maxim Dounin Upstream: cache revalidation using If-None-Match.
Thu, 26 Jun 2014 02:28:23 +0400 Maxim Dounin Cache: ETag now saved into cache header.
Thu, 26 Jun 2014 02:27:11 +0400 Maxim Dounin Entity tags: explicit flag to skip not modified filter.
Thu, 26 Jun 2014 02:20:09 +0400 Maxim Dounin Upstream: fixed cache revalidation with SSI.
Thu, 26 Jun 2014 02:20:05 +0400 Maxim Dounin Upstream: removed unused offset to content_length.
Thu, 26 Jun 2014 02:19:58 +0400 Maxim Dounin Upstream: no need to clear r->headers_out.last_modified_time.
Fri, 20 Jun 2014 12:55:41 +0400 Ruslan Ermilov Upstream: reduced diffs to the plus version of nginx.
Mon, 02 Jun 2014 16:16:22 +0400 Roman Arutyunyan Upstream: generic hash module.
Wed, 30 Apr 2014 19:16:55 +0400 Maxim Dounin Upstream: restored workaround for "if".
Tue, 29 Apr 2014 12:28:41 +0400 Vladimir Homutov Upstream: added the "$upstream_cookie_<name>" variables.
Tue, 22 Apr 2014 18:56:49 +0400 Ruslan Ermilov Upstream: for ssl name, non-aligned memory allocation is enough.
Fri, 18 Apr 2014 20:13:30 +0400 Maxim Dounin Upstream: proxy_ssl_verify and friends.
Fri, 18 Apr 2014 20:13:28 +0400 Maxim Dounin Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
Fri, 21 Mar 2014 19:33:21 +0400 Maxim Dounin Range filter: single_range flag in request.
Tue, 18 Feb 2014 17:30:40 +0400 Maxim Dounin Upstream: ngx_post_event() instead of upgraded call (ticket #503). stable-1.4
Thu, 20 Feb 2014 13:48:40 +0400 Konstantin Pavlov Upstream: fixed error message wording.
Tue, 18 Feb 2014 17:30:40 +0400 Maxim Dounin Upstream: ngx_post_event() instead of upgraded call (ticket #503).
Wed, 22 Jan 2014 16:05:07 +0400 Maxim Dounin Upstream: reading from a client after connection upgrade. stable-1.4
Mon, 03 Feb 2014 14:17:17 -0800 Piotr Sikora Use ngx_socket_errno where appropriate.
Thu, 30 Jan 2014 18:57:11 +0400 Ruslan Ermilov Proxy: fixed upstream search by proxy_pass with variables.
Wed, 22 Jan 2014 16:05:07 +0400 Maxim Dounin Upstream: reading from a client after connection upgrade.
Sat, 04 Jan 2014 03:32:10 +0400 Maxim Dounin Upstream: Cache-Control preferred over Expires.
Mon, 23 Dec 2013 18:11:46 +0400 Ruslan Ermilov Upstream: keep $upstream_http_x_accel_redirect intact.
Mon, 09 Dec 2013 10:53:28 +0400 Ruslan Ermilov Resolver: implemented IPv6 name to address resolving.
Fri, 06 Dec 2013 14:30:27 +0400 Ruslan Ermilov Changed resolver API to use ngx_addr_t.
Tue, 03 Dec 2013 15:11:24 +0400 Ruslan Ermilov Fixed null pointer dereference with $upstream_cache_last_modified.
Mon, 18 Nov 2013 20:48:22 +0400 Maxim Dounin Upstream: cache revalidation with conditional requests.
Wed, 02 Oct 2013 15:07:15 +0400 Maxim Dounin Upstream: fixed "down" and "backup" parsing.
Fri, 27 Sep 2013 16:50:26 +0400 Maxim Dounin Upstream: subrequest_in_memory fix.
Mon, 16 Sep 2013 18:33:39 +0400 Valentin Bartenev Upstream: use EPOLLRDHUP to check broken connections (ticket #320).
Wed, 04 Sep 2013 21:30:09 +0400 Maxim Dounin Upstream: fixed $upstream_response_time format specifiers.
Fri, 30 Aug 2013 21:44:16 +0400 Maxim Dounin Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
Fri, 23 Aug 2013 22:18:46 +0400 Maxim Dounin Upstream: posted requests handling after ssl handshake errors.
Mon, 29 Jul 2013 13:23:16 +0400 Ruslan Ermilov Upstream: reliably detect connection failures with SSL peers.
Thu, 25 Jul 2013 15:00:41 +0400 Maxim Dounin Upstream: no last buffer on errors.
Thu, 25 Jul 2013 15:00:29 +0400 Maxim Dounin Upstream: request finalization rework.
Thu, 25 Jul 2013 15:00:25 +0400 Maxim Dounin Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
Thu, 25 Jul 2013 15:00:12 +0400 Maxim Dounin Upstream: added check if a response is complete.
Thu, 25 Jul 2013 14:58:11 +0400 Maxim Dounin Upstream: u->length now defaults to -1 (API change).
Thu, 25 Jul 2013 14:56:59 +0400 Maxim Dounin Upstream: fixed store/cache of unfinished responses.
Thu, 25 Jul 2013 14:56:49 +0400 Maxim Dounin Upstream: replaced u->pipe->temp_file with p->temp_file.
Thu, 25 Jul 2013 14:56:41 +0400 Maxim Dounin Upstream: NGX_ERROR after pipe errors.
Thu, 25 Jul 2013 14:56:20 +0400 Maxim Dounin Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
Thu, 25 Jul 2013 14:56:13 +0400 Maxim Dounin Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
Thu, 25 Jul 2013 14:56:00 +0400 Maxim Dounin Upstream: consistent error handling after u->input_filter_init().
Thu, 25 Jul 2013 14:55:59 +0400 Maxim Dounin Upstream: busy lock remnants removed.
Thu, 13 Jun 2013 19:52:31 +0400 Maxim Dounin Upstream: stale comments removed.
Wed, 03 Jul 2013 12:04:13 +0400 Ruslan Ermilov Upstream: updated list of ngx_event_connect_peer() return values.
Mon, 27 May 2013 16:54:09 +0400 Maxim Dounin Upstream: http_403 support in proxy_next_upstream (and friends).
Tue, 21 May 2013 12:54:27 +0400 Ruslan Ermilov Upstream: slightly optimized ngx_http_upstream_process_header().
Tue, 21 May 2013 12:54:26 +0400 Ruslan Ermilov Upstream: made the assignment more obvious.
Mon, 13 May 2013 14:10:22 +0400 Ruslan Ermilov Upstream: allow to intercept responses with status 300.
Thu, 11 Apr 2013 13:49:13 +0000 Sergey Kandaurov Upstream: fixed $upstream_response_length without buffering.
Thu, 04 Apr 2013 14:19:06 +0000 Valentin Bartenev Upstream: removed surplus ngx_resolve_name_done() call.
Fri, 29 Mar 2013 18:16:27 +0000 Maxim Dounin Merge of r5133, r5134: peer.free() and peer.get() balance. stable-1.2
Fri, 29 Mar 2013 17:34:45 +0000 Maxim Dounin Merge of r5113, r5114: upstream: resolve errors handling. stable-1.2
Wed, 27 Mar 2013 15:18:34 +0000 Maxim Dounin Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
Mon, 25 Mar 2013 13:14:49 +0000 Ruslan Ermilov Upstream: only call peer.free() if peer.get() selected a peer.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Thu, 14 Mar 2013 16:22:43 +0000 Maxim Dounin Upstream: fixed previous commit.
Thu, 14 Mar 2013 12:37:54 +0000 Maxim Dounin Upstream: call ngx_http_run_posted_requests() on resolve errors.
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Mon, 18 Feb 2013 15:08:46 +0000 Maxim Dounin Proxy: fixed do_write handling in previous commit.
Mon, 18 Feb 2013 13:50:52 +0000 Maxim Dounin Proxy: support for connection upgrade (101 Switching Protocols).
Mon, 11 Feb 2013 14:39:49 +0000 Maxim Dounin Merge of r4991: fixed proxied HEAD requests with gzip enabled. stable-1.2
Sun, 10 Feb 2013 03:27:15 +0000 Maxim Dounin Merge of r4965: upstream: fixed SIGSEGV with the "if" directive. stable-1.2
Wed, 16 Jan 2013 09:42:57 +0000 Ruslan Ermilov Fixed and improved the "*_bind" directives of proxying modules.
Thu, 10 Jan 2013 12:58:55 +0000 Ruslan Ermilov Fixed "proxy_pass" with IP address and no port (ticket #276).
Mon, 24 Dec 2012 17:32:53 +0000 Valentin Bartenev Fixed HEAD requests handling when proxying is used (closes #261).
Thu, 13 Dec 2012 16:05:59 +0000 Maxim Dounin Upstream: fixed SIGSEGV with the "if" directive.
Mon, 10 Dec 2012 16:35:32 +0000 Maxim Dounin Merge of r4915, r4916, r4917: upstream minor fixes. stable-1.2
Sat, 17 Nov 2012 00:36:44 +0000 Maxim Dounin Trailing whitespace fix.
Fri, 16 Nov 2012 18:29:19 +0000 Maxim Dounin Upstream: better detection of connect() failures with kqueue.
Tue, 13 Nov 2012 11:24:14 +0000 Maxim Dounin Merge of r4896: event pipe: fixed handling of buf_to_file data. stable-1.2
Tue, 30 Oct 2012 11:14:24 +0000 Maxim Dounin Event pipe: fixed handling of buf_to_file data.
Mon, 06 Aug 2012 17:34:08 +0000 Maxim Dounin Merge of r4770: hide_headers/pass_headers inheritance fix. stable-1.2
Mon, 06 Aug 2012 17:20:01 +0000 Maxim Dounin Merge of r4766, r4767: ngx_http_upstream_add() changes. stable-1.2
Mon, 30 Jul 2012 10:35:26 +0000 Maxim Dounin Upstream: hide_headers/pass_headers inheritance fix.
Sun, 29 Jul 2012 19:44:09 +0000 Ruslan Ermilov Slight optimization in ngx_http_upstream_add(): replaced an expression
Sun, 29 Jul 2012 19:38:25 +0000 Ruslan Ermilov ngx_http_upstream_add() should return NULL if an error occurs.
Wed, 30 May 2012 12:30:03 +0000 Valentin Bartenev Fixed returned value handling from the cookie rewrite handler.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Mon, 19 Mar 2012 14:57:29 +0000 Maxim Konovalov For the sake of case/switch code readability, 'fall through'
Mon, 05 Mar 2012 13:26:40 +0000 Maxim Dounin Merge of r4500: fixed spelling in single-line comments. stable-1.0
Mon, 05 Mar 2012 12:33:06 +0000 Maxim Dounin Merge of r4470: stable-1.0
Mon, 05 Mar 2012 12:15:02 +0000 Maxim Dounin Merge of r4461: upstream: fixed "too big header" check. stable-1.0
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Mon, 13 Feb 2012 15:41:11 +0000 Maxim Dounin Time parsing cleanup.
Mon, 13 Feb 2012 15:28:19 +0000 Maxim Dounin Fix for proxy_store leaving temporary files for subrequests.
Mon, 13 Feb 2012 11:01:58 +0000 Valentin Bartenev Upstream: added callback hook for the "Set-Cookie" header.
Fri, 10 Feb 2012 14:31:04 +0000 Maxim Dounin Upstream: fixed "too big header" check.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 26 Dec 2011 11:15:23 +0000 Maxim Dounin Cache locks initial implementation.
Mon, 19 Dec 2011 14:11:48 +0000 Maxim Dounin Added clearing of r->valid_unparsed_uri on internal redirects.
Tue, 13 Dec 2011 18:34:34 +0000 Maxim Dounin Merge of r4153: stable-1.0
Tue, 13 Dec 2011 18:30:15 +0000 Maxim Dounin Merge of r4144: stable-1.0
Fri, 09 Dec 2011 13:19:57 +0000 Valentin Bartenev Added the ngx_http_upstream_param_set_slot().
Fri, 18 Nov 2011 15:09:08 +0000 Maxim Dounin Upstream: don't cache unfinished responses.
Tue, 01 Nov 2011 14:18:10 +0000 Igor Sysoev Merging r4198: stable-1.0
Tue, 01 Nov 2011 13:49:31 +0000 Igor Sysoev Merging r4151, r4152, r4177: stable-1.0
Tue, 01 Nov 2011 13:24:50 +0000 Igor Sysoev Merging r4132, r4134, r4143, r4183, r4191, r4199: stable-1.0
Tue, 11 Oct 2011 18:10:49 +0000 Maxim Dounin Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
Fri, 07 Oct 2011 07:57:24 +0000 Ruslan Ermilov Tweaked error messages.
Wed, 05 Oct 2011 10:14:21 +0000 Maxim Dounin Fixed cache bypass caching of non-cacheable replies (ticket #21).
Tue, 27 Sep 2011 11:18:51 +0000 Maxim Dounin Better handling of late upstream creation.
Tue, 27 Sep 2011 11:17:11 +0000 Maxim Dounin Cache: fix for sending of stale responses.
Sun, 25 Sep 2011 20:00:36 +0000 Maxim Dounin Upstream: clearing of u->peer.connection on close.
Tue, 20 Sep 2011 10:00:46 +0000 Maxim Dounin Fix of separate pool for upstream connections (r4117).
Thu, 15 Sep 2011 19:21:19 +0000 Maxim Dounin Upstream: Connection header processing.
Thu, 15 Sep 2011 19:20:08 +0000 Maxim Dounin Upstream: Transfer-Encoding header processing.
Thu, 15 Sep 2011 19:03:15 +0000 Maxim Dounin Upstream: keepalive flag.
Thu, 15 Sep 2011 19:00:47 +0000 Maxim Dounin Upstream: pipe length and input_filter_init in buffered mode.
Thu, 15 Sep 2011 18:43:19 +0000 Maxim Dounin Upstream: r->upstream->length type change to off_t.
Thu, 15 Sep 2011 18:33:43 +0000 Maxim Dounin Upstream: content_length_n API change.
Thu, 15 Sep 2011 18:21:24 +0000 Maxim Dounin Upstream: separate pool for peer connections.
Thu, 15 Sep 2011 18:12:58 +0000 Maxim Dounin Workaround for cpu hog on errors with cached connections.
Thu, 15 Sep 2011 16:03:17 +0000 Maxim Dounin API change: ngx_chain_update_chains() now requires pool.
Mon, 29 Aug 2011 12:56:09 +0000 Igor Sysoev Merge of r3964, r3977, r3978: stable-1.0
Fri, 29 Jul 2011 15:33:03 +0000 Igor Sysoev update r3945 with more descriptive error message
Fri, 22 Jul 2011 13:30:16 +0000 Igor Sysoev finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait
Tue, 19 Jul 2011 14:15:50 +0000 Igor Sysoev merge r3945: stable-0.7
Tue, 19 Jul 2011 13:52:56 +0000 Igor Sysoev merge r3945: stable-0.8
Tue, 19 Jul 2011 11:24:16 +0000 Igor Sysoev fix segfault if cache key is larger than upstream buffer size
Tue, 28 Jun 2011 13:26:08 +0000 Igor Sysoev revert r3935 and fix "stalled cache updating" alert
Wed, 01 Jun 2011 08:02:34 +0000 Igor Sysoev fix "stalled cache updating" alert,
Fri, 13 May 2011 10:05:38 +0000 Igor Sysoev fix a broken cached response if bypass/no_cache directive values are different,
Thu, 21 Apr 2011 10:07:07 +0000 Igor Sysoev allow to use $upstream_... variables in SSI
Mon, 04 Apr 2011 10:43:21 +0000 Igor Sysoev fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass
Wed, 28 Jul 2010 15:56:56 +0000 Igor Sysoev move debug logging inside ngx_http_file_cache_free()
Wed, 28 Jul 2010 15:49:34 +0000 Igor Sysoev several changes in cache cleanup handling:
Tue, 27 Jul 2010 15:26:33 +0000 Igor Sysoev fix r3707: cache node should be freed be a response is not cached
Tue, 27 Jul 2010 13:04:13 +0000 Igor Sysoev fix typo
Mon, 19 Jul 2010 15:31:46 +0000 Igor Sysoev an intercepted error code was not cached
Mon, 19 Jul 2010 15:29:16 +0000 Igor Sysoev style fix
Mon, 19 Jul 2010 09:36:04 +0000 Igor Sysoev proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Fri, 16 Jul 2010 10:01:49 +0000 Igor Sysoev rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
Thu, 15 Jul 2010 14:01:02 +0000 Igor Sysoev ngx_http_file_cache_create()
Wed, 14 Jul 2010 11:15:45 +0000 Igor Sysoev use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Fri, 02 Jul 2010 09:49:27 +0000 Igor Sysoev treat Set-Cookie as a header that forbids caching
Fri, 02 Jul 2010 09:25:38 +0000 Igor Sysoev use shared ngx_http_upstream_ignore_headers_masks[]
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Mon, 07 Jun 2010 12:23:23 +0000 Igor Sysoev merge r3518, r3527: stable-0.7
Mon, 07 Jun 2010 11:46:43 +0000 Igor Sysoev merge r3515: stable-0.7
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Mon, 24 May 2010 11:01:05 +0000 Igor Sysoev proxy_no_cache and fastcgi_no_cache
Fri, 14 May 2010 12:04:58 +0000 Igor Sysoev do not cache response if it has "no-store" or "private"
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 14 May 2010 09:55:33 +0000 Igor Sysoev use ngx_min() and ngx_max()
Fri, 14 May 2010 09:22:58 +0000 Igor Sysoev fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
Mon, 01 Feb 2010 15:46:14 +0000 Igor Sysoev merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: stable-0.7
Mon, 01 Feb 2010 14:01:24 +0000 Igor Sysoev merge r2990, r3324, r3384, r3419: stable-0.7
Fri, 29 Jan 2010 16:45:14 +0000 Igor Sysoev delete u->cleanup mark, this fixes large values in $upstream_response_time,
Wed, 23 Dec 2009 15:31:16 +0000 Igor Sysoev allow to handle 301/302 in error_page
Wed, 23 Dec 2009 14:22:17 +0000 Igor Sysoev fix typo
Sun, 29 Nov 2009 20:48:01 +0000 Igor Sysoev fix handling cached HTTP/0.9 response
Mon, 02 Nov 2009 16:11:06 +0000 Igor Sysoev change ngx_parse_addr() interface
Mon, 02 Nov 2009 15:24:02 +0000 Igor Sysoev proxy_bind, fastcgi_bind, and memcached_bind
Mon, 26 Oct 2009 17:45:55 +0000 Igor Sysoev merge r3162, r3183: stable-0.7
Mon, 26 Oct 2009 17:32:17 +0000 Igor Sysoev merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: stable-0.7
Mon, 26 Oct 2009 17:23:49 +0000 Igor Sysoev merge r3017, r3018, r3019, r3020, r3021, r3022, r3023, r3196: stable-0.7
Mon, 26 Oct 2009 17:13:44 +0000 Igor Sysoev merge r3004, r3005, r3006: stable-0.7
Mon, 26 Oct 2009 17:09:27 +0000 Igor Sysoev merge r3001, r3007, r3013: stable-0.7
Mon, 26 Oct 2009 16:22:24 +0000 Igor Sysoev merge r2972, r2994, r3133, r3142, r3143, r3174, r3175, r3176: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Thu, 08 Oct 2009 14:22:00 +0000 Igor Sysoev test comma separator in "Cache-Control"
Wed, 07 Oct 2009 12:55:58 +0000 Igor Sysoev use real file cache length, this fixes cache size counting for responses
Mon, 28 Sep 2009 12:31:47 +0000 Igor Sysoev fix request counter in resolver handling, the bug was introduced in r3050
Fri, 25 Sep 2009 09:30:06 +0000 Igor Sysoev check unsafe Destination
Sun, 13 Sep 2009 13:45:32 +0000 Igor Sysoev fix request counter for X-Accel-Redirect, the bug was introduced in r3050
Tue, 08 Sep 2009 11:37:50 +0000 Igor Sysoev increase request counter before an upstream cleanup because the cleanup
Mon, 07 Sep 2009 11:27:07 +0000 Igor Sysoev merge r3038: stable-0.7
Mon, 07 Sep 2009 09:49:51 +0000 Igor Sysoev merge r2953, r2958, r3084: stable-0.7