Age | Commit message (Expand) | Author |
---|---|---|
2018-04-17 | Amend token_bucket_rw_dec to indicate which buckets became empty. | Nick Mathewson |
2018-04-17 | token bucket: Add parens to rate_per_sec_to_rate_per_step() | Nick Mathewson |
2018-04-16 | token: Fix uint32_t to uint64_t conversion | David Goulet |
2018-04-13 | token_bucket: Fix indentation | David Goulet |
2018-04-13 | Refactor "timestamp" not to be its own type coupled to token buffers | Nick Mathewson |
2018-04-13 | Move token_bucket_raw_* functions to the start of the module. | Nick Mathewson |
2018-04-13 | Never pick a rate of 0. | Nick Mathewson |
2018-04-13 | Start re-refactoring the token bucket interface. | Nick Mathewson |
2018-04-13 | Rename token_bucket_t to token_bucket_rw_t. | Nick Mathewson |
2018-04-13 | Accept small hops backward in the monotonic timer. | Nick Mathewson |
2018-04-13 | Add a helper function to decrement read and write at the same time | Nick Mathewson |
2018-04-13 | Add a new token-bucket backend abstraction, with tests | Nick Mathewson |