index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
/
mod_ratelimit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ratelimit: Don't interfere with "chunked" encoding.
Yann Ylavic
2018-07-31
1
-2
/
+1
*
mod_ratelimit: fix behavior with proxied content
Luca Toscano
2018-06-20
1
-77
/
+62
*
Some "error" reporting if we overflow
Jim Jagielski
2016-12-13
1
-1
/
+5
*
Allow for initual burst at full speed
Jim Jagielski
2016-11-23
1
-6
/
+46
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+1
*
PR56832 -- mod_ratelimit reports at ERROR level everytime a lower-level filter
Eric Covener
2014-08-09
1
-2
/
+2
*
Strip useless apr_brigade_cleanup() calls.
Yann Ylavic
2014-06-10
1
-1
/
+0
*
* modules/filters/mod_ratelimit.c (rate_limit_filter): Log the error
Joe Orton
2013-05-29
1
-1
/
+1
*
Fix error because of negative rate-limit
Christophe Jaillet
2013-01-28
1
-10
/
+10
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-4
/
+4
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Namespaces namespaces namespaces guys... EFAIL :)
William A. Rowe Jr
2009-03-26
1
-10
/
+10
*
silence compiler warning
Chris Darroch
2008-12-12
1
-0
/
+2
*
Always break out if the connection is aborted.
Paul Querna
2008-12-05
1
-0
/
+1
*
Move the variable declarations to the beginning of the code blocks to avoid c...
Bradley Nicholes
2008-12-01
1
-1
/
+3
*
Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth
Paul Querna
2008-12-01
1
-0
/
+308