index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_upstream.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
Upstream: use EPOLLRDHUP to check broken connections (ticket #320).
Valentin Bartenev
1
-0
/
+49
2013-09-04
Upstream: fixed $upstream_response_time format specifiers.
Maxim Dounin
1
-1
/
+1
2013-08-30
Upstream: setting u->header_sent before ngx_http_upstream_upgrade().
Maxim Dounin
1
-2
/
+2
2013-08-23
Upstream: posted requests handling after ssl handshake errors.
Maxim Dounin
1
-0
/
+6
2013-07-29
Upstream: reliably detect connection failures with SSL peers.
Ruslan Ermilov
1
-0
/
+5
2013-07-25
Upstream: no last buffer on errors.
Maxim Dounin
1
-2
/
+10
2013-07-25
Upstream: request finalization rework.
Maxim Dounin
1
-14
/
+17
2013-07-25
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
Maxim Dounin
1
-0
/
+1
2013-07-25
Upstream: added check if a response is complete.
Maxim Dounin
1
-3
/
+30
2013-07-25
Upstream: u->length now defaults to -1 (API change).
Maxim Dounin
1
-1
/
+1
2013-07-25
Upstream: fixed store/cache of unfinished responses.
Maxim Dounin
1
-3
/
+5
2013-07-25
Upstream: replaced u->pipe->temp_file with p->temp_file.
Maxim Dounin
1
-5
/
+5
2013-07-25
Upstream: NGX_ERROR after pipe errors.
Maxim Dounin
1
-4
/
+4
2013-07-25
Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.
Maxim Dounin
1
-3
/
+3
2013-07-25
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
Maxim Dounin
1
-25
/
+25
2013-07-25
Upstream: consistent error handling after u->input_filter_init().
Maxim Dounin
1
-2
/
+1
2013-07-25
Upstream: busy lock remnants removed.
Maxim Dounin
1
-14
/
+0
2013-06-13
Upstream: stale comments removed.
Maxim Dounin
1
-12
/
+0
2013-07-03
Upstream: updated list of ngx_event_connect_peer() return values.
Ruslan Ermilov
1
-1
/
+1
2013-05-27
Upstream: http_403 support in proxy_next_upstream (and friends).
Maxim Dounin
1
-1
/
+9
2013-05-21
Upstream: slightly optimized ngx_http_upstream_process_header().
Ruslan Ermilov
1
-4
/
+4
2013-05-21
Upstream: made the assignment more obvious.
Ruslan Ermilov
1
-1
/
+1
2013-05-13
Upstream: allow to intercept responses with status 300.
Ruslan Ermilov
1
-1
/
+1
2013-04-11
Upstream: fixed $upstream_response_length without buffering.
Sergey Kandaurov
1
-1
/
+1
2013-04-04
Upstream: removed surplus ngx_resolve_name_done() call.
Valentin Bartenev
1
-10
/
+1
2013-03-27
Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
Maxim Dounin
1
-20
/
+27
2013-03-25
Upstream: only call peer.free() if peer.get() selected a peer.
Ruslan Ermilov
1
-7
/
+10
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
1
-0
/
+13
2013-03-14
Upstream: fixed previous commit.
Maxim Dounin
1
-1
/
+3
2013-03-14
Upstream: call ngx_http_run_posted_requests() on resolve errors.
Maxim Dounin
1
-2
/
+6
2013-03-07
Removed c->single_connection flag.
Valentin Bartenev
1
-2
/
+0
2013-02-18
Proxy: fixed do_write handling in previous commit.
Maxim Dounin
1
-9
/
+8
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
1
-0
/
+288
2013-01-16
Fixed and improved the "*_bind" directives of proxying modules.
Ruslan Ermilov
1
-10
/
+99
2013-01-10
Fixed "proxy_pass" with IP address and no port (ticket #276).
Ruslan Ermilov
1
-3
/
+7
2012-12-24
Fixed HEAD requests handling when proxying is used (closes #261).
Valentin Bartenev
1
-0
/
+1
2012-12-13
Upstream: fixed SIGSEGV with the "if" directive.
Maxim Dounin
1
-0
/
+8
2012-11-17
Trailing whitespace fix.
Maxim Dounin
1
-1
/
+1
2012-11-16
Upstream: better detection of connect() failures with kqueue.
Maxim Dounin
1
-2
/
+9
2012-10-30
Event pipe: fixed handling of buf_to_file data.
Maxim Dounin
1
-0
/
+1
2012-07-30
Upstream: hide_headers/pass_headers inheritance fix.
Maxim Dounin
1
-3
/
+3
2012-07-29
Slight optimization in ngx_http_upstream_add(): replaced an expression
Ruslan Ermilov
1
-1
/
+1
2012-07-29
ngx_http_upstream_add() should return NULL if an error occurs.
Ruslan Ermilov
1
-2
/
+2
2012-05-30
Fixed returned value handling from the cookie rewrite handler.
Valentin Bartenev
1
-1
/
+15
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
1
-1
/
+1
2012-03-19
For the sake of case/switch code readability, 'fall through'
Maxim Konovalov
1
-0
/
+4
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
1
-1
/
+1
2012-02-13
Time parsing cleanup.
Maxim Dounin
1
-1
/
+1
2012-02-13
Fix for proxy_store leaving temporary files for subrequests.
Maxim Dounin
1
-18
/
+15
2012-02-13
Upstream: added callback hook for the "Set-Cookie" header.
Valentin Bartenev
1
-1
/
+24
[next]