summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora1-0/+5
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin1-49/+10
2017-03-28Threads: fixed request hang with aio_write and subrequests.Maxim Dounin1-2/+12
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov1-1/+1
2017-03-02Added missing static specifiers.Eran Kornblau1-1/+1
2017-02-10Upstream: read handler cleared on upstream finalization.Maxim Dounin1-0/+2
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan1-2/+45
2016-12-22Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan1-20/+77
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev1-2/+12
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin1-0/+15
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov1-2/+2
2016-11-14Upstream: handling of upstream SSL handshake timeouts.Maxim Dounin1-0/+7
2016-11-03Cache: prefix-based temporary files.Maxim Dounin1-2/+3
2016-11-03Upstream: avoid holding a cache node with upgraded connections.Maxim Dounin1-0/+17
2016-11-02Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev1-0/+55
2016-10-17Upstream: removed ngx_http_upstream_srv_conf_t.default_port.Ruslan Ermilov1-2/+0
2016-10-17Upstream: don't consider default_port when matching upstreams.Ruslan Ermilov1-6/+0
2016-10-17Upstream: consistently initialize explicit upstreams.Ruslan Ermilov1-0/+2
2016-10-31Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov1-17/+17
2016-10-19SSL: compatibility with BoringSSL.Maxim Dounin1-1/+4
2016-10-14Upstream: hide_headers_hash handling at http level.Maxim Dounin1-1/+17
2016-10-14Upstream: hide_headers_hash inherited regardless of cache settings.Maxim Dounin1-6/+1
2016-09-22Upstream: max_conns.Ruslan Ermilov1-1/+19
2016-09-22Upstream: introduced u->upstream.Maxim Dounin1-0/+2
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-08-10Upstream: the $upstream_bytes_received variable.Vladimir Homutov1-1/+21
2016-06-20Upstream: support for port in proxy_bind and friends.Roman Arutyunyan1-2/+3
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev1-1/+5
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan1-1/+21
2016-04-13Upstream: prepared proxy_bind to accept parameters.Roman Arutyunyan1-38/+44
2016-03-30Style.Ruslan Ermilov1-12/+12
2016-03-28Upstream: proxy_next_upstream non_idempotent.Maxim Dounin1-1/+7
2016-03-28Upstream: cached connections now tested against next_upstream.Maxim Dounin1-49/+42
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin1-1/+116
2016-03-16Style.Ruslan Ermilov1-4/+4
2016-03-08Upstream: avoid closing client connection in edge case.Justin Li1-0/+5
2016-03-10Upstream: fixed "zero size buf" alerts with cache (ticket #918).Maxim Dounin1-1/+2
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-5/+5
2016-01-11Upstream: fixed changing method on X-Accel-Redirect.Maxim Dounin1-0/+1
2015-12-17Upstream: don't keep connections on early responses (ticket #669).Maxim Dounin1-0/+3
2015-12-09Fixed fastcgi_pass with UNIX socket and variables (ticket #855).Ruslan Ermilov1-1/+3
2015-12-07Upstream: fill r->headers_out.content_range from upstream response.Roman Arutyunyan1-0/+5
2015-12-02Style.Maxim Dounin1-1/+1
2015-11-06Style: unified request method checks.Ruslan Ermilov1-1/+1
2015-11-21Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov1-2/+10
2015-11-11Upstream: proxy_cache_convert_head directive.Roman Arutyunyan1-1/+1
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-4/+4
2015-09-03Upstream: fixed cache send error handling.Roman Arutyunyan1-11/+14
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin1-3/+3
2015-05-16Upstream: $upstream_connect_time.Ruslan Ermilov1-1/+13