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