index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_limit_zone_module.c
Commit message (
Collapse
)
Author
Age
*
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Valentin Bartenev
2011-11-14
|
*
Limit zone: added the "limit_conn_zone" directive.
Valentin Bartenev
2011-11-10
|
|
|
|
|
It supersedes old "limit_zone" directive (deprecated accordingly) and uses syntax consistent with the "limit_req_zone" directive.
*
Limit zone: support for multiple "limit_conn" limits.
Valentin Bartenev
2011-11-10
|
*
Limit zone: rbtree lookup moved to a separate function.
Valentin Bartenev
2011-11-10
|
|
|
|
No functional changes.
*
limit_conn_log_level
Igor Sysoev
2009-10-06
|
*
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
2009-06-02
|
*
support attaching to an existent Win32 shared memory
Igor Sysoev
2009-04-18
|
*
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Igor Sysoev
2009-04-16
|
*
delete duplicate error logging
Igor Sysoev
2009-03-27
|
*
improve ngx_slab_alloc() error logging
Igor Sysoev
2009-03-27
|
*
log 503 error reason
Igor Sysoev
2008-12-08
|
*
test duplicate limit_conn
Igor Sysoev
2008-12-08
|
*
optimize rbtree initialization and insert
Igor Sysoev
2007-12-17
|
*
use %v for ngx_variable_value_t in ngx_sprintf(),
Igor Sysoev
2007-08-20
|
|
|
|
this fixes nginx on FreeBSD/sparc64
*
fix comparison
Igor Sysoev
2007-01-16
|
*
ngx_strn2cmp() > ngx_memn2cmp()
Igor Sysoev
2007-01-12
|
*
fix duplicate rbtree keys case
Igor Sysoev
2007-01-12
|
*
stop rbtree search early if equal hash was found
Igor Sysoev
2007-01-11
|
*
test length of variable and number of connections
Igor Sysoev
2007-01-11
|
*
fix connection counter in subrequests
Igor Sysoev
2007-01-09
|
*
fix typo
Igor Sysoev
2007-01-09
|
*
do not count connection for subrequest
Igor Sysoev
2007-01-09
|
*
pass the inherited shm_zone data
Igor Sysoev
2007-01-09
|
*
new syntax
Igor Sysoev
2007-01-07
|
*
count connection once per request
Igor Sysoev
2007-01-07
|
*
fix key length and alignment
Igor Sysoev
2007-01-07
|
*
ngx_http_limit_zone_module
Igor Sysoev
2007-01-06