aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_limit_zone_module.c
Commit message (Expand)AuthorAge
* Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev2011-11-14
* Limit zone: added the "limit_conn_zone" directive.Valentin Bartenev2011-11-10
* Limit zone: support for multiple "limit_conn" limits.Valentin Bartenev2011-11-10
* Limit zone: rbtree lookup moved to a separate function.Valentin Bartenev2011-11-10
* limit_conn_log_levelIgor Sysoev2009-10-06
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
* support attaching to an existent Win32 shared memoryIgor Sysoev2009-04-18
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
* delete duplicate error loggingIgor Sysoev2009-03-27
* improve ngx_slab_alloc() error loggingIgor Sysoev2009-03-27
* log 503 error reasonIgor Sysoev2008-12-08
* test duplicate limit_connIgor Sysoev2008-12-08
* optimize rbtree initialization and insertIgor Sysoev2007-12-17
* use %v for ngx_variable_value_t in ngx_sprintf(),Igor Sysoev2007-08-20
* fix comparisonIgor Sysoev2007-01-16
* ngx_strn2cmp() > ngx_memn2cmp()Igor Sysoev2007-01-12
* fix duplicate rbtree keys caseIgor Sysoev2007-01-12
* stop rbtree search early if equal hash was foundIgor Sysoev2007-01-11
* test length of variable and number of connectionsIgor Sysoev2007-01-11
* fix connection counter in subrequestsIgor Sysoev2007-01-09
* fix typoIgor Sysoev2007-01-09
* do not count connection for subrequestIgor Sysoev2007-01-09
* pass the inherited shm_zone dataIgor Sysoev2007-01-09
* new syntaxIgor Sysoev2007-01-07
* count connection once per requestIgor Sysoev2007-01-07
* fix key length and alignmentIgor Sysoev2007-01-07
* ngx_http_limit_zone_moduleIgor Sysoev2007-01-06