summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_upstream_hash_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-12Stream: style.Vladimir Homutov1-1/+1
2016-06-29Stream: got rid of pseudo variables.Vladimir Homutov1-7/+16
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-0/+1
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+2
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-20Stream: port from NGINX+.Ruslan Ermilov1-0/+657