summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-28fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev1-18/+23
2009-09-25check unsafe DestinationIgor Sysoev1-1/+1
2009-09-13fix request counter for X-Accel-Redirect, the bug was introduced in r3050Igor Sysoev1-0/+1
2009-09-08increase request counter before an upstream cleanup because the cleanupIgor Sysoev1-0/+1
2009-09-04clean cache updating state if a response has uncacheable code orIgor Sysoev1-0/+4
2009-08-28do not create cache key in AIO invocationIgor Sysoev1-25/+34
2009-08-28fix sending a cached file using AIOIgor Sysoev1-2/+4
2009-08-28directio_alignmentIgor Sysoev1-0/+1
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-26/+48
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-21/+0
2009-08-23process upstream ETag headerIgor Sysoev1-0/+6
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev1-0/+2
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev1-1/+0
2009-08-07fix segfault introduced in r3007Igor Sysoev1-1/+1
2009-07-27ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev1-0/+29
2009-07-27fix handling "Last-Modified" and "Accept-Ranges" for upstream responsesIgor Sysoev1-1/+4
2009-07-27allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect",Igor Sysoev1-4/+4
2009-07-09fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev1-1/+1
2009-06-22fix building --without-http-cache, broken in r2953Igor Sysoev1-0/+4
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