summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_split_clients_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-21Split clients: check length when parsing configuration.Ruslan Ermilov1-1/+1
2012-12-17Added checks that disallow adding a variable with an empty name.Ruslan Ermilov1-1/+1
2012-05-16Added syntax checking of the second parameter of the "split_clients" directive.Ruslan Ermilov1-0/+7
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-1/+1
2012-03-28Fixed calculation of range boundaries.Ruslan Ermilov1-11/+8
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-05-13fix debug loggingIgor Sysoev1-1/+1
2011-04-15use MurmurHash2 for split_clients, becauseIgor Sysoev1-1/+1
2010-06-08do not try to calculate procent sum if there was an errorIgor Sysoev1-0/+4
2010-05-14ngx_http_split_clients_moduleIgor Sysoev1-0/+237