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
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
2011-07-22
finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait
Igor Sysoev
1
-1
/
+2
2011-07-19
fix segfault if cache key is larger than upstream buffer size
Igor Sysoev
1
-0
/
+9
2011-06-28
revert r3935 and fix "stalled cache updating" alert
Igor Sysoev
1
-16
/
+10
2011-06-01
fix "stalled cache updating" alert,
Igor Sysoev
1
-0
/
+9
2011-05-13
fix a broken cached response if bypass/no_cache directive values are different,
Igor Sysoev
1
-25
/
+13
2011-04-21
allow to use $upstream_... variables in SSI
Igor Sysoev
1
-5
/
+5
2011-04-04
fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass
Igor Sysoev
1
-0
/
+8
2010-07-28
move debug logging inside ngx_http_file_cache_free()
Igor Sysoev
1
-6
/
+0
2010-07-28
several changes in cache cleanup handling:
Igor Sysoev
1
-4
/
+4
2010-07-27
fix r3707: cache node should be freed be a response is not cached
Igor Sysoev
1
-1
/
+1
2010-07-27
fix typo
Igor Sysoev
1
-1
/
+1
2010-07-19
an intercepted error code was not cached
Igor Sysoev
1
-0
/
+18
2010-07-19
style fix
Igor Sysoev
1
-2
/
+1
2010-07-19
proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Igor Sysoev
1
-3
/
+52
2010-07-16
rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
Igor Sysoev
1
-1
/
+1
2010-07-15
ngx_http_file_cache_create()
Igor Sysoev
1
-9
/
+3
2010-07-14
use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Igor Sysoev
1
-5
/
+3
2010-07-02
treat Set-Cookie as a header that forbids caching
Igor Sysoev
1
-1
/
+22
2010-07-02
use shared ngx_http_upstream_ignore_headers_masks[]
Igor Sysoev
1
-0
/
+9
2010-05-24
remove r->zero_in_uri
Igor Sysoev
1
-4
/
+0
2010-05-24
proxy_no_cache and fastcgi_no_cache
Igor Sysoev
1
-0
/
+7
2010-05-14
do not cache response if it has "no-store" or "private"
Igor Sysoev
1
-4
/
+6
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-2
/
+1
2010-05-14
use ngx_min() and ngx_max()
Igor Sysoev
1
-1
/
+1
[next]