log src/http/modules/ngx_http_limit_conn_module.c @ 5617:68c6cc832c76

age author description
Mon, 18 Mar 2013 14:50:29 +0000 Maxim Dounin The limit_req_status and limit_conn_status directives.
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Thu, 13 Dec 2012 15:05:19 +0000 Ruslan Ermilov Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Wed, 08 Aug 2012 12:03:46 +0000 Valentin Bartenev Added three missing checks for NULL after ngx_array_push() calls.
Fri, 20 Jul 2012 08:21:59 +0000 Ruslan Ermilov Fixed debugging messages to account that limit_zone was renamed to limit_conn.
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Mon, 27 Feb 2012 22:15:39 +0000 Maxim Dounin Fix of rbtree lookup on hash collisions.