summaryrefslogtreecommitdiff
path: root/modules/filters/mod_ratelimit.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ratelimit: Don't interfere with "chunked" encoding.Yann Ylavic2018-07-311-2/+1
* mod_ratelimit: fix behavior with proxied contentLuca Toscano2018-06-191-77/+62
* Some "error" reporting if we overflowJim Jagielski2016-12-131-1/+5
* Allow for initual burst at full speedJim Jagielski2016-11-231-6/+46
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* PR56832 -- mod_ratelimit reports at ERROR level everytime a lower-level filterEric Covener2014-08-091-2/+2
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-1/+0
* * modules/filters/mod_ratelimit.c (rate_limit_filter): Log the errorJoe Orton2013-05-291-1/+1
* Fix error because of negative rate-limitChristophe Jaillet2013-01-281-10/+10
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Namespaces namespaces namespaces guys... EFAIL :)William A. Rowe Jr2009-03-261-10/+10
* silence compiler warningChris Darroch2008-12-121-0/+2
* Always break out if the connection is aborted.Paul Querna2008-12-051-0/+1
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-011-1/+3
* Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth Paul Querna2008-12-011-0/+308