summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src/retry.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* 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
* | tor-basic-utils: retry: Use and justify gen_range_checkedIan Jackson2023-07-101-3/+4
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* tor-basic-utils: Add RetryDelay::reset testSamanta Navarro2022-04-231-0/+2
* Add RetrySchedule::reset()Nick Mathewson2022-04-041-0/+5
* Adjust a commentIan Jackson2022-03-211-1/+1
* RetryDelay: remove accessors.Nick Mathewson2022-03-161-17/+1
* Fix up documentation on RetryDelay.Nick Mathewson2022-03-161-10/+19
* Move RetryDelay from dirmgr to basic-utils.Nick Mathewson2022-03-161-0/+166