summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan1-1/+7
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev1-3/+3
2017-06-22Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin1-14/+24
2017-06-14Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan1-1/+6
2017-05-31Upstream: style.Piotr Sikora1-1/+1
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-76/+14
2017-05-25Background subrequests for cache updates.Roman Arutyunyan1-4/+4
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov1-5/+6
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