log src/http/ngx_http_upstream.c @ 5579:7586e7b2dbe9

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