summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Upstream: fixed $upstream_response_length without buffering.Sergey Kandaurov1-1/+1
2013-04-04Upstream: removed surplus ngx_resolve_name_done() call.Valentin Bartenev1-10/+1
2013-03-27Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).Maxim Dounin1-20/+27
2013-03-25Upstream: only call peer.free() if peer.get() selected a peer.Ruslan Ermilov1-7/+10
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-0/+13
2013-03-14Upstream: fixed previous commit.Maxim Dounin1-1/+3
2013-03-14Upstream: call ngx_http_run_posted_requests() on resolve errors.Maxim Dounin1-2/+6
2013-03-07Removed c->single_connection flag.Valentin Bartenev1-2/+0
2013-02-18Proxy: fixed do_write handling in previous commit.Maxim Dounin1-9/+8
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin1-0/+288
2013-01-16Fixed and improved the "*_bind" directives of proxying modules.Ruslan Ermilov1-10/+99
2013-01-10Fixed "proxy_pass" with IP address and no port (ticket #276).Ruslan Ermilov1-3/+7
2012-12-24Fixed HEAD requests handling when proxying is used (closes #261).Valentin Bartenev1-0/+1
2012-12-13Upstream: fixed SIGSEGV with the "if" directive.Maxim Dounin1-0/+8
2012-11-17Trailing whitespace fix.Maxim Dounin1-1/+1
2012-11-16Upstream: better detection of connect() failures with kqueue.Maxim Dounin1-2/+9
2012-10-30Event pipe: fixed handling of buf_to_file data.Maxim Dounin1-0/+1
2012-07-30Upstream: hide_headers/pass_headers inheritance fix.Maxim Dounin1-3/+3
2012-07-29Slight optimization in ngx_http_upstream_add(): replaced an expressionRuslan Ermilov1-1/+1
2012-07-29ngx_http_upstream_add() should return NULL if an error occurs.Ruslan Ermilov1-2/+2
2012-05-30Fixed returned value handling from the cookie rewrite handler.Valentin Bartenev1-1/+15
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-1/+1
2012-03-19For the sake of case/switch code readability, 'fall through'Maxim Konovalov1-0/+4
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-02-13Time parsing cleanup.Maxim Dounin1-1/+1
2012-02-13Fix for proxy_store leaving temporary files for subrequests.Maxim Dounin1-18/+15
2012-02-13Upstream: added callback hook for the "Set-Cookie" header.Valentin Bartenev1-1/+24
2012-02-10Upstream: fixed "too big header" check.Maxim Dounin1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-26Cache locks initial implementation.Maxim Dounin1-0/+3
2011-12-19Added clearing of r->valid_unparsed_uri on internal redirects.Maxim Dounin1-2/+0
2011-12-09Added the ngx_http_upstream_param_set_slot().Valentin Bartenev1-0/+44
2011-11-18Upstream: don't cache unfinished responses.Maxim Dounin1-2/+10
2011-10-11Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.Maxim Dounin1-6/+26
2011-10-07Tweaked error messages.Ruslan Ermilov1-5/+5
2011-10-05Fixed cache bypass caching of non-cacheable replies (ticket #21).Maxim Dounin1-4/+2
2011-09-27Better handling of late upstream creation.Maxim Dounin1-0/+4
2011-09-27Cache: fix for sending of stale responses.Maxim Dounin1-1/+6
2011-09-25Upstream: clearing of u->peer.connection on close.Maxim Dounin1-0/+1
2011-09-20Fix of separate pool for upstream connections (r4117).Maxim Dounin1-2/+8
2011-09-15Upstream: Connection header processing.Maxim Dounin1-1/+20
2011-09-15Upstream: Transfer-Encoding header processing.Maxim Dounin1-0/+24
2011-09-15Upstream: keepalive flag.Maxim Dounin1-1/+8
2011-09-15Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin1-0/+9
2011-09-15Upstream: r->upstream->length type change to off_t.Maxim Dounin1-11/+2
2011-09-15Upstream: content_length_n API change.Maxim Dounin1-27/+26
2011-09-15Upstream: separate pool for peer connections.Maxim Dounin1-1/+15
2011-09-15Workaround for cpu hog on errors with cached connections.Maxim Dounin1-0/+4
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin1-1/+1
2011-07-29update r3945 with more descriptive error messageIgor Sysoev1-3/+5