log src/http/modules/ngx_http_limit_req_module.c @ 5166:fc595eeb6c54

age author description
Wed, 03 Apr 2013 14:13:35 +0000 Valentin Bartenev Limit req: rate should be non-zero.
Mon, 18 Mar 2013 14:50:29 +0000 Maxim Dounin The limit_req_status and limit_conn_status directives.
Mon, 03 Sep 2012 12:55:50 +0000 Valentin Bartenev Limit req: fix of rbtree node insertion on hash collisions.
Wed, 08 Aug 2012 12:03:46 +0000 Valentin Bartenev Added three missing checks for NULL after ngx_array_push() calls.
Mon, 05 Mar 2012 13:26:40 +0000 Maxim Dounin Merge of r4500: fixed spelling in single-line comments. stable-1.0
Mon, 05 Mar 2012 13:17:56 +0000 Maxim Dounin Merge of r4498: stable-1.0
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.
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
Mon, 30 Jan 2012 13:19:25 +0000 Maxim Dounin Limit req: unbreak compilation with MSVC.
Mon, 30 Jan 2012 10:17:56 +0000 Valentin Bartenev Limit req: support for multiple "limit_req" limits.
Mon, 30 Jan 2012 10:01:39 +0000 Valentin Bartenev Limit req: number of cleanup calls reduced.
Mon, 30 Jan 2012 09:41:49 +0000 Valentin Bartenev Limit req: allocation and initialization of a new node moved to the lookup
Mon, 30 Jan 2012 09:26:08 +0000 Valentin Bartenev Limit req: improved error handling when parsing "zone" parameter of