summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_upstream_ip_hash_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov1-1/+7
2016-09-22Upstream: max_conns.Ruslan Ermilov1-0/+5
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov1-22/+8
2015-04-16Upstream: get rid of questionable micro-optimization in ip_hash.Ruslan Ermilov1-7/+2
2015-04-14Upstreams: locking.Ruslan Ermilov1-6/+5
2015-04-10Upstream: store peers as a linked list.Ruslan Ermilov1-5/+11
2015-04-10Upstream: track the number of active connections to upstreams.Ruslan Ermilov1-0/+2
2014-05-23Upstream: fix tries check in ip_hash.Roman Arutyunyan1-1/+1
2013-12-09Upstream: simplified peer selection loop in the "ip_hash" module.Vladimir Homutov1-18/+28
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin1-1/+1
2013-04-12Upstream: warn if multiple non-stackable balancers are installed.Ruslan Ermilov1-0/+5
2012-06-19Added IPv6 support to ip_hash.Ruslan Ermilov1-16/+27
2012-06-03Upstream: weights support in ip_hash balancer.Maxim Dounin1-1/+17
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-10-12Better recheck of dead upstream servers.Maxim Dounin1-2/+2
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-6/+14
2007-08-24update ip_hash to "backup" optionIgor Sysoev1-1/+1
2007-08-24set current peer to use it in ngx_http_upstream_free_round_robin_peer()Igor Sysoev1-0/+2
2007-08-24fix ip_hash on 64-bit platformIgor Sysoev1-1/+1
2007-07-10fix segfault when session was freed twiceIgor Sysoev1-3/+0
2007-03-23ip_hash used wrong byte orderIgor Sysoev1-3/+5
2007-03-06avoid endless loopIgor Sysoev1-3/+2
2007-01-12style fix: remove tabsIgor Sysoev1-8/+8
2006-12-04upstream choice modulesIgor Sysoev1-0/+228