summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_upstream_hash_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-07Upstream: re-resolvable servers.Ruslan Ermilov1-9/+79
2019-05-23Upstream hash: fall back to round-robin if hash key is empty.Niklas Keller1-2/+2
2018-06-14Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov1-1/+7
2017-10-05Upstream hash: reordered peer checks.Maxim Dounin1-7/+7
2017-10-05Upstream hash: limited number of tries in consistent case.Maxim Dounin1-3/+7
2016-09-22Upstream: max_conns.Ruslan Ermilov1-0/+9
2016-09-22Upstream: style.Maxim Dounin1-1/+0
2016-09-16Upstream hash: fixed missing upstream name initialization.Vladimir Homutov1-0/+1
2015-05-18Upstream hash: consistency across little/big endianness.Sergey Kandaurov1-4/+15
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov1-22/+8
2015-04-14Upstreams: locking.Ruslan Ermilov1-0/+16
2015-04-10Upstream: store peers as a linked list.Ruslan Ermilov1-31/+40
2015-04-10Upstream: track the number of active connections to upstreams.Ruslan Ermilov1-0/+4
2015-03-02Upstream hash: speedup consistent hash init.Roman Arutyunyan1-21/+31
2014-06-02Upstream: generic hash module.Roman Arutyunyan1-0/+631