summaryrefslogtreecommitdiff
path: root/crates/tor-error/src/retriable.rs
Commit message (Expand)AuthorAgeFilesLines
* 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