summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_limit_zone_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-17optimize rbtree initialization and insertIgor Sysoev1-35/+14
2007-08-20use %v for ngx_variable_value_t in ngx_sprintf(),Igor Sysoev1-1/+1
2007-01-16fix comparisonIgor Sysoev1-1/+1
2007-01-12ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev1-2/+2
2007-01-12fix duplicate rbtree keys caseIgor Sysoev1-5/+65
2007-01-11stop rbtree search early if equal hash was foundIgor Sysoev1-2/+9
2007-01-11test length of variable and number of connectionsIgor Sysoev1-2/+20
2007-01-09fix connection counter in subrequestsIgor Sysoev1-1/+1
2007-01-09fix typoIgor Sysoev1-1/+1
2007-01-09do not count connection for subrequestIgor Sysoev1-1/+1
2007-01-09pass the inherited shm_zone dataIgor Sysoev1-2/+19
2007-01-07new syntaxIgor Sysoev1-48/+71
2007-01-07count connection once per requestIgor Sysoev1-0/+6
2007-01-07fix key length and alignmentIgor Sysoev1-7/+8
2007-01-06ngx_http_limit_zone_moduleIgor Sysoev1-0/+397