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-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
2012-02-10
Upstream: fixed "too big header" check.
Maxim Dounin
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-26
Cache locks initial implementation.
Maxim Dounin
1
-0
/
+3
2011-12-19
Added clearing of r->valid_unparsed_uri on internal redirects.
Maxim Dounin
1
-2
/
+0
2011-12-09
Added the ngx_http_upstream_param_set_slot().
Valentin Bartenev
1
-0
/
+44
2011-11-18
Upstream: don't cache unfinished responses.
Maxim Dounin
1
-2
/
+10
2011-10-11
Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
Maxim Dounin
1
-6
/
+26
2011-10-07
Tweaked error messages.
Ruslan Ermilov
1
-5
/
+5
2011-10-05
Fixed cache bypass caching of non-cacheable replies (ticket #21).
Maxim Dounin
1
-4
/
+2
2011-09-27
Better handling of late upstream creation.
Maxim Dounin
1
-0
/
+4
2011-09-27
Cache: fix for sending of stale responses.
Maxim Dounin
1
-1
/
+6
2011-09-25
Upstream: clearing of u->peer.connection on close.
Maxim Dounin
1
-0
/
+1
2011-09-20
Fix of separate pool for upstream connections (r4117).
Maxim Dounin
1
-2
/
+8
2011-09-15
Upstream: Connection header processing.
Maxim Dounin
1
-1
/
+20
2011-09-15
Upstream: Transfer-Encoding header processing.
Maxim Dounin
1
-0
/
+24
2011-09-15
Upstream: keepalive flag.
Maxim Dounin
1
-1
/
+8
2011-09-15
Upstream: pipe length and input_filter_init in buffered mode.
Maxim Dounin
1
-0
/
+9
2011-09-15
Upstream: r->upstream->length type change to off_t.
Maxim Dounin
1
-11
/
+2
2011-09-15
Upstream: content_length_n API change.
Maxim Dounin
1
-27
/
+26
2011-09-15
Upstream: separate pool for peer connections.
Maxim Dounin
1
-1
/
+15
2011-09-15
Workaround for cpu hog on errors with cached connections.
Maxim Dounin
1
-0
/
+4
2011-09-15
API change: ngx_chain_update_chains() now requires pool.
Maxim Dounin
1
-1
/
+1
2011-07-29
update r3945 with more descriptive error message
Igor Sysoev
1
-3
/
+5
[next]