Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-08-06 | test_token_bucket: negate after casting to signed type. | Nick Mathewson | |
Previously we tried multiplying by -1 before casting to int32_t, which would cause us to cast the -1 to an unsigned before we multiplied. This gave us compiler warnings on windows. Fixes bug 31353; bug not in any released Tor. | |||
2019-06-11 | token-bucket: Implement a single counter object | David Goulet | |
Closes #30687. Signed-off-by: David Goulet <dgoulet@torproject.org> |