Age | Commit message (Expand) | Author |
---|---|---|
2018-07-05 | All remaining files in src/common belong to the event loop. | Nick Mathewson |
2018-06-21 | Rectify include paths (automated). | Nick Mathewson |
2018-06-21 | Rectify include paths (automated) | Nick Mathewson |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson |
2018-04-17 | Amend token_bucket_rw_dec to indicate which buckets became empty. | 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 | 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 | 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 |