index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_limit_req_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-02
Moved handling of wev->delayed to the connection event handler.
Maxim Dounin
1
-4
/
+1
2017-04-02
Limit req: fixed delaying subrequests.
Maxim Dounin
1
-1
/
+4
2016-08-08
Simplified extraction of current time.
Ruslan Ermilov
1
-11
/
+3
2015-04-20
Limit req: removed check for unknown limit_req_zone.
Sergey Kandaurov
1
-7
/
+0
2014-09-24
Limit req: reduced number of parameters in the lookup function.
Valentin Bartenev
1
-8
/
+7
2014-09-24
Limit req: use complex value in limit_req_zone.
Valentin Bartenev
1
-60
/
+47
2014-09-16
Limit req: don't truncate key value to 255 bytes.
Valentin Bartenev
1
-1
/
+1
2014-03-31
Core: slab log_nomem flag.
Maxim Dounin
1
-0
/
+4
2013-10-02
Limit req: fixed "nodelay" parsing.
Maxim Dounin
1
-1
/
+1
2013-04-03
Limit req: rate should be non-zero.
Valentin Bartenev
1
-1
/
+1
2013-03-18
The limit_req_status and limit_conn_status directives.
Maxim Dounin
1
-1
/
+18
2012-09-03
Limit req: fix of rbtree node insertion on hash collisions.
Valentin Bartenev
1
-4
/
+4
2012-08-08
Added three missing checks for NULL after ngx_array_push() calls.
Valentin Bartenev
1
-0
/
+3
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
1
-2
/
+2
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-29
/
+24
2012-01-30
Limit req: unbreak compilation with MSVC.
Maxim Dounin
1
-0
/
+4
2012-01-30
Limit req: support for multiple "limit_req" limits.
Valentin Bartenev
1
-78
/
+229
2012-01-30
Limit req: number of cleanup calls reduced.
Valentin Bartenev
1
-2
/
+2
2012-01-30
Limit req: allocation and initialization of a new node moved to the lookup
Valentin Bartenev
1
-52
/
+45
2012-01-30
Limit req: improved error handling when parsing "zone" parameter of
Valentin Bartenev
1
-15
/
+23
2012-01-30
Limit req: error messages fixed.
Valentin Bartenev
1
-4
/
+4
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2012-01-11
Fixed limit_req burst/nodelay inheritance (ticket #76).
Maxim Dounin
1
-0
/
+2
2011-12-25
Fixed limit_conn_log_level/limit_req_log_level inheritance.
Valentin Bartenev
1
-1
/
+1
2010-10-14
change order of limit_req lookup result processing
Igor Sysoev
1
-51
/
+48
2010-10-13
an excess was logged as 0.000 if requests were limited without delay:
Igor Sysoev
1
-18
/
+8
2010-05-24
fix delay in limit_req
Igor Sysoev
1
-1
/
+2
2009-10-06
fix r3184
Igor Sysoev
1
-4
/
+4
2009-10-06
limit_req_log_level
Igor Sysoev
1
-3
/
+30
2009-10-06
make limit_req to conform to the leaky bucket algorithm
Igor Sysoev
1
-4
/
+5
2009-07-09
style fix
Igor Sysoev
1
-2
/
+2
2009-07-09
fix client write event handling in ngx_http_limit_req_module
Igor Sysoev
1
-0
/
+15
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
1
-1
/
+1
2009-04-18
support attaching to an existent Win32 shared memory
Igor Sysoev
1
-39
/
+44
2009-04-16
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Igor Sysoev
1
-6
/
+8
2009-03-27
delete duplicate error logging
Igor Sysoev
1
-5
/
+0
2009-03-27
improve ngx_slab_alloc() error logging
Igor Sysoev
1
-0
/
+11
2008-12-08
*) add zone name while logging 503 error reason
Igor Sysoev
1
-4
/
+9
2008-12-08
update comment
Igor Sysoev
1
-1
/
+1
2008-12-08
rename "lz" to "lr" in variable names
Igor Sysoev
1
-50
/
+50
2008-11-14
use integer instead of float
Igor Sysoev
1
-22
/
+25
2008-11-14
change rate to an excess
Igor Sysoev
1
-17
/
+17
2008-11-11
*) correct leaky bucket implementation
Igor Sysoev
1
-58
/
+23
2008-11-10
ngx_http_limit_req_module
Igor Sysoev
1
-0
/
+794