summaryrefslogtreecommitdiff
path: root/crates/tor-error/src/retriable.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-error: Introduce `LooseCmpRetryTime`Ian Jackson2023-06-151-0/+19
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* tor-error: make HasRetryTime object-safeIan Jackson2022-10-211-0/+1
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* AbsRetryTime::from_sum: Provide a test caseIan Jackson2022-04-251-0/+15
* AbsRetryTime::from_sum: Add missing full stopIan Jackson2022-04-251-1/+1
* retry-error: Provide AbsRetryTime::from_sub and use itIan Jackson2022-04-251-12/+14
* tor-error: Handle integer overflowsSamanta Navarro2022-04-231-4/+27
* RetryTime: Improve documentation.Nick Mathewson2022-04-041-7/+27
* RetryTime: make loose_cmp pub.Nick Mathewson2022-04-041-1/+1
* RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-041-26/+69
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-041-0/+217