summaryrefslogtreecommitdiff
path: root/bufferevent_ratelim.c
Commit message (Expand)AuthorAgeFilesLines
* Fix serious bugs in per-bufferevent rate-limiting codeNick Mathewson2010-10-121-20/+45
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-5/+8
* Fix a nasty dangling-event bug when using rate-limiting groupsNick Mathewson2010-08-091-2/+11
* Add an interface to expose min_share in ratelimiting groupsNick Mathewson2010-08-041-0/+8
* never let bufferevent_rlim functions return negativeNick Mathewson2010-07-051-0/+2
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-211-0/+18
* Functions to manipulate existing rate limiting groups.Nick Mathewson2010-03-121-0/+40
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Expose view of current rate limit as constrained by group limitNick Mathewson2010-02-231-0/+21
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-3/+3
* Functions to view and manipulate rate-limiting buckets.Nick Mathewson2010-02-031-33/+220
* Check more internal event_add() calls for failureNick Mathewson2010-01-221-6/+14
* Fix compilation of rate-limiting code on win32.Nick Mathewson2009-12-301-1/+1
* Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-281-0/+654