aboutsummaryrefslogtreecommitdiff
path: root/src/common/token_bucket.h
AgeCommit message (Expand)Author
2018-07-05All remaining files in src/common belong to the event loop.Nick Mathewson
2018-06-21Rectify include paths (automated).Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-04-17Amend token_bucket_rw_dec to indicate which buckets became empty.Nick Mathewson
2018-04-16token: Fix uint32_t to uint64_t conversionDavid Goulet
2018-04-13token_bucket: Fix indentationDavid Goulet
2018-04-13Refactor "timestamp" not to be its own type coupled to token buffersNick Mathewson
2018-04-13Start re-refactoring the token bucket interface.Nick Mathewson
2018-04-13Rename token_bucket_t to token_bucket_rw_t.Nick Mathewson
2018-04-13Add a helper function to decrement read and write at the same timeNick Mathewson
2018-04-13Add a new token-bucket backend abstraction, with testsNick Mathewson