summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-16Upstream: use EPOLLRDHUP to check broken connections (ticket #320).Valentin Bartenev1-0/+49
2013-09-04Upstream: fixed $upstream_response_time format specifiers.Maxim Dounin1-1/+1
2013-08-30Upstream: setting u->header_sent before ngx_http_upstream_upgrade().Maxim Dounin1-2/+2
2013-08-23Upstream: posted requests handling after ssl handshake errors.Maxim Dounin1-0/+6
2013-07-29Upstream: reliably detect connection failures with SSL peers.Ruslan Ermilov1-0/+5
2013-07-25Upstream: no last buffer on errors.Maxim Dounin1-2/+10
2013-07-25Upstream: request finalization rework.Maxim Dounin1-14/+17
2013-07-25Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.Maxim Dounin1-0/+1
2013-07-25Upstream: added check if a response is complete.Maxim Dounin1-3/+30
2013-07-25Upstream: u->length now defaults to -1 (API change).Maxim Dounin1-1/+1
2013-07-25Upstream: fixed store/cache of unfinished responses.Maxim Dounin1-3/+5
2013-07-25Upstream: replaced u->pipe->temp_file with p->temp_file.Maxim Dounin1-5/+5
2013-07-25Upstream: NGX_ERROR after pipe errors.Maxim Dounin1-4/+4
2013-07-25Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.Maxim Dounin1-3/+3
2013-07-25Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.Maxim Dounin1-25/+25
2013-07-25Upstream: consistent error handling after u->input_filter_init().Maxim Dounin1-2/+1
2013-07-25Upstream: busy lock remnants removed.Maxim Dounin1-14/+0
2013-06-13Upstream: stale comments removed.Maxim Dounin1-12/+0
2013-07-03Upstream: updated list of ngx_event_connect_peer() return values.Ruslan Ermilov1-1/+1
2013-05-27Upstream: http_403 support in proxy_next_upstream (and friends).Maxim Dounin1-1/+9
2013-05-21Upstream: slightly optimized ngx_http_upstream_process_header().Ruslan Ermilov1-4/+4
2013-05-21Upstream: made the assignment more obvious.Ruslan Ermilov1-1/+1
2013-05-13Upstream: allow to intercept responses with status 300.Ruslan Ermilov1-1/+1
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