summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-18fix segfault if there is error_page 401, proxy_intercept_errors is onIgor Sysoev1-2/+3
2009-06-18$upstream_cache_statusIgor Sysoev1-11/+74
2009-06-15fix building --without-http-cache, broken in r2930Igor Sysoev1-1/+4
2009-06-08inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev1-1/+3
2009-06-06proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev1-0/+9
2009-06-06delete useless r->cache->usesIgor Sysoev1-2/+2
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev1-0/+1
2009-05-19proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev1-1/+10
2009-05-19use already given variableIgor Sysoev1-2/+2
2009-05-14style fixIgor Sysoev1-1/+3
2009-05-08fix building --without-http-cacheIgor Sysoev1-1/+1
2009-05-06delete level event of appropriate type, this should fix select()'s EBADF,Igor Sysoev1-6/+17
2009-05-05reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send()Igor Sysoev1-4/+17
2009-05-05proxy/fastcgi_cache_use_stale http_50x did not workIgor Sysoev1-8/+1
2009-04-30proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev1-12/+33
2009-04-27get a full response if the response is cacheable or storable evenIgor Sysoev1-8/+10
2009-04-15fix building --without-http-cache, introduced in r2664 and laterIgor Sysoev1-6/+20
2009-04-15shutdown client connection for cacheable header only responsesIgor Sysoev1-3/+10
2009-04-15support 304 for cacheable responsesIgor Sysoev1-1/+2
2009-04-15support HEAD in proxy cacheIgor Sysoev1-2/+18
2009-04-10style fixIgor Sysoev1-1/+2
2009-04-10do not call ngx_http_file_cache_free() if a response is not cacheableIgor Sysoev1-1/+1
2009-04-10add debug loggingIgor Sysoev1-0/+3
2009-04-04support Cache-Control no-cache and max-age in cacheIgor Sysoev1-11/+57
2009-04-04update r2664Igor Sysoev1-11/+8
2009-04-03support Expires in cacheIgor Sysoev1-2/+32
2009-04-03fix r2664: ..._cache_valid did not work for stale responsesIgor Sysoev1-0/+1
2009-04-03zero fieldIgor Sysoev1-2/+1
2009-04-03support X-Accel-Expires in cacheIgor Sysoev1-6/+61
2009-04-03cache GET requests onlyIgor Sysoev1-0/+4
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-198/+438
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-1/+1
2009-01-21fix fastcgi_storeIgor Sysoev1-1/+1
2009-01-16proxy/fastcgi_store did not delete incomplete filesIgor Sysoev1-11/+17
2009-01-15in miss case memcached module returned END instead of default 404 page bodyIgor Sysoev1-7/+7
2008-12-23variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev1-0/+14
2008-12-17fix segfaultIgor Sysoev1-1/+3
2008-12-11$upstream_response_lengthIgor Sysoev1-4/+82
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-0/+2
2008-12-09use already available r and u instead of evIgor Sysoev1-70/+59
2008-12-08fix r2378, run posted requests after upstream event handlingIgor Sysoev1-93/+148
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev1-33/+56
2008-12-01read and process upstream header in cycle,Igor Sysoev1-35/+32
2008-11-12memcached response was stored in variable with ENDIgor Sysoev1-4/+10
2008-10-30fix r1913Igor Sysoev1-1/+1
2008-09-30*) ngx_http_upstream_test_next()Igor Sysoev1-41/+58
2008-09-30ngx_http_upstream_intercept_errors()Igor Sysoev1-32/+57
2008-09-09strip charset name quotesIgor Sysoev1-1/+11
2008-08-17proxy_ssl_session_reuseIgor Sysoev1-5/+9