summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Upstream: improved subrequest logging.Maxim Dounin1-3/+8
2014-11-18Cache: add support for Cache-Control's s-maxage response directive.Piotr Sikora1-8/+14
2014-11-18Cache: proxy_cache_lock_age and friends.Roman Arutyunyan1-0/+1
2014-11-04Upstream: support named location for X-Accel-Redirect.Toshikuni Fukaya1-9/+16
2014-10-27Upstream: limited next_upstream time and tries when resolving DNS.Gu Feng1-0/+8
2014-10-28Upstream: proxy_limit_rate and friends.Roman Arutyunyan1-4/+46
2014-10-27Cache: hash of Vary headers now stored in cache.Maxim Dounin1-1/+11
2014-10-27Cache: disable caching of responses with Vary (ticket #118).Maxim Dounin1-0/+30
2014-10-14Upstream: proxy_force_ranges and friends.Roman Arutyunyan1-0/+15
2014-10-01Upstream: fix $upstream_cache_last_modified variable.Piotr Sikora1-0/+3
2014-09-18Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().Roman Arutyunyan1-1/+10
2014-09-12Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan1-2/+14
2014-08-13Upstream: avoided directly terminating the connection.FengGu1-0/+5
2014-09-01Upstream: improved configuration parser diagnostics.Ruslan Ermilov1-5/+13
2014-07-28Upstream: SSL handshake timeouts.Maxim Dounin1-0/+5
2014-07-18Upstream: ngx_http_upstream_store() error handling fixes.Maxim Dounin1-2/+5
2014-07-08Style: add whitespace between control statement and parentheses.Piotr Sikora1-1/+1
2014-07-04Upstream: p->downstream_error instead of closing connection.Maxim Dounin1-11/+7
2014-07-01Upstream: fixed handling of write event after sending request.Valentin Bartenev1-7/+7
2014-06-26Upstream: cache revalidation using If-None-Match.Maxim Dounin1-0/+29
2014-06-26Cache: ETag now saved into cache header.Maxim Dounin1-0/+4
2014-06-26Entity tags: explicit flag to skip not modified filter.Maxim Dounin1-0/+2
2014-06-26Upstream: fixed cache revalidation with SSI.Maxim Dounin1-5/+29
2014-06-26Upstream: removed unused offset to content_length.Maxim Dounin1-2/+1
2014-06-26Upstream: no need to clear r->headers_out.last_modified_time.Maxim Dounin1-1/+0
2014-06-20Upstream: reduced diffs to the plus version of nginx.Ruslan Ermilov1-23/+21
2014-06-02Upstream: generic hash module.Roman Arutyunyan1-0/+1
2014-04-30Upstream: restored workaround for "if".Maxim Dounin1-3/+4
2014-04-29Upstream: added the "$upstream_cookie_<name>" variables.Vladimir Homutov1-3/+55
2014-04-22Upstream: for ssl name, non-aligned memory allocation is enough.Ruslan Ermilov1-1/+1
2014-04-18Upstream: proxy_ssl_verify and friends.Maxim Dounin1-1/+26
2014-04-18Upstream: proxy_ssl_name and proxy_ssl_server_name directives.Maxim Dounin1-0/+104
2014-03-21Range filter: single_range flag in request.Maxim Dounin1-0/+5
2014-02-20Upstream: fixed error message wording.Konstantin Pavlov1-1/+1
2014-02-18Upstream: ngx_post_event() instead of upgraded call (ticket #503).Maxim Dounin1-0/+2
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora1-2/+2
2014-01-30Proxy: fixed upstream search by proxy_pass with variables.Ruslan Ermilov1-1/+1
2014-01-22Upstream: reading from a client after connection upgrade.Maxim Dounin1-5/+1
2014-01-04Upstream: Cache-Control preferred over Expires.Maxim Dounin1-1/+1
2013-12-23Upstream: keep $upstream_http_x_accel_redirect intact.Ruslan Ermilov1-4/+4
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov1-1/+0
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov1-6/+8
2013-12-03Fixed null pointer dereference with $upstream_cache_last_modified.Ruslan Ermilov1-1/+2
2013-11-18Upstream: cache revalidation with conditional requests.Maxim Dounin1-0/+85
2013-10-02Upstream: fixed "down" and "backup" parsing.Maxim Dounin1-2/+2
2013-09-27Upstream: subrequest_in_memory fix.Maxim Dounin1-4/+6
2013-09-16Upstream: use EPOLLRDHUP to check broken connections (ticket #320).Valentin Bartenev1-0/+49
2013-09-04Upstream: fixed $upstream_response_time format specifiers.Maxim Dounin1-1/+1
2013-08-30Upstream: setting u->header_sent before ngx_http_upstream_upgrade().Maxim Dounin1-2/+2
2013-08-23Upstream: posted requests handling after ssl handshake errors.Maxim Dounin1-0/+6