log src/http/ngx_http_upstream.c @ 5827:54e9b83d00f0

age author description
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.