aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bwmgt.c
AgeCommit message (Expand)Author
2023-05-24token_bucket_ctr: replace 32-bit wallclock time with monotimeMicah Elizabeth Scott
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-02-11Merge branch 'ticket33029_042_01' into ticket33029_043_03David Goulet
2020-02-11test: Add unit test for connection_dir_is_global_write_low()David Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-08-06Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-06Rename SEC identifier to BW_SEC in test_bwmgt.hNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-04-16token: Fix uint32_t to uint64_t conversionDavid Goulet
2018-04-13Fix "make check-spaces"Nick Mathewson
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-13Increase tolerances for imprecise time.Nick Mathewson
2018-04-13Accept small hops backward in the monotonic timer.Nick Mathewson
2018-04-13Add a new token-bucket backend abstraction, with testsNick Mathewson