summaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/src/retry.rs
Commit message (Collapse)AuthorAgeFilesLines
* dircommon: Port to use derive_deftly(TorConfig)Nick Mathewson2026-02-171-40/+8
| | | | | Some of the behaviors of the existing types here are nonstandard; I've kept them and documented them, to avoid breaking compatibility.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* Move `DownloadSchedule` into `tor-dircommon`Clara Engler2025-09-081-0/+156
This commit moves the `DowenloadSchedule` related types from `tor-dirmgr` into `tor-dircommon`.