log src/http/modules/ngx_http_limit_zone_module.c @ 4450:4919fb357a5d stable-1.0

age author description
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 15:47:58 +0000 Maxim Dounin Merge of r4381, r4400: stable-1.0
Thu, 10 Nov 2011 16:25:08 +0000 Valentin Bartenev Limit zone: added the "limit_conn_zone" directive.
Thu, 10 Nov 2011 16:08:13 +0000 Valentin Bartenev Limit zone: support for multiple "limit_conn" limits.
Thu, 10 Nov 2011 15:51:55 +0000 Valentin Bartenev Limit zone: rbtree lookup moved to a separate function.
Tue, 06 Oct 2009 10:14:29 +0000 Igor Sysoev limit_conn_log_level
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sat, 18 Apr 2009 19:27:28 +0000 Igor Sysoev support attaching to an existent Win32 shared memory
Thu, 16 Apr 2009 19:25:09 +0000 Igor Sysoev move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Fri, 27 Mar 2009 19:32:55 +0000 Igor Sysoev delete duplicate error logging
Fri, 27 Mar 2009 17:00:42 +0000 Igor Sysoev improve ngx_slab_alloc() error logging
Mon, 08 Dec 2008 14:12:29 +0000 Igor Sysoev log 503 error reason
Mon, 08 Dec 2008 14:08:44 +0000 Igor Sysoev test duplicate limit_conn
Mon, 17 Dec 2007 08:52:00 +0000 Igor Sysoev optimize rbtree initialization and insert
Mon, 20 Aug 2007 09:57:19 +0000 Igor Sysoev use %v for ngx_variable_value_t in ngx_sprintf(),
Tue, 16 Jan 2007 19:01:10 +0000 Igor Sysoev fix comparison
Fri, 12 Jan 2007 21:58:02 +0000 Igor Sysoev ngx_strn2cmp() > ngx_memn2cmp()
Fri, 12 Jan 2007 20:38:17 +0000 Igor Sysoev fix duplicate rbtree keys case
Thu, 11 Jan 2007 16:57:30 +0000 Igor Sysoev stop rbtree search early if equal hash was found
Thu, 11 Jan 2007 16:50:06 +0000 Igor Sysoev test length of variable and number of connections
Tue, 09 Jan 2007 20:58:41 +0000 Igor Sysoev fix connection counter in subrequests
Tue, 09 Jan 2007 20:57:49 +0000 Igor Sysoev fix typo
Tue, 09 Jan 2007 16:26:53 +0000 Igor Sysoev do not count connection for subrequest
Tue, 09 Jan 2007 15:59:20 +0000 Igor Sysoev pass the inherited shm_zone data
Sun, 07 Jan 2007 18:52:34 +0000 Igor Sysoev new syntax
Sun, 07 Jan 2007 17:47:17 +0000 Igor Sysoev count connection once per request
Sun, 07 Jan 2007 09:18:26 +0000 Igor Sysoev fix key length and alignment
Sat, 06 Jan 2007 18:52:46 +0000 Igor Sysoev ngx_http_limit_zone_module