summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-111-0/+1
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-1/+2
|/
* rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-071-1/+1
* Use humantime in tor-guardmgrSaksham Mittal2023-02-271-3/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+90