aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/retry.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add basic tests for high-level buildersNick Mathewson2021-11-251-0/+1
| | | | | Make sure that we can change elements, and we can reconstruct builders that give us the same thing.
* Rename RetryConfig to DownloadSchedule, fold in parallelism.Nick Mathewson2021-11-181-16/+41
|
* More tests on tor-dirmgr::stateNick Mathewson2021-11-081-1/+1
| | | | | These test our download schedules, resetting to the original state, and storing downloaded objects.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+237
This will cause some pain for now, but now is really the best time to do this kind of thing.