summaryrefslogtreecommitdiff
path: root/crates/tor-error/src/retriable.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-error: Port to web-time-compat.Nick Mathewson2026-03-261-9/+9
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-error: Removed dependency on `once_cell`hashcatHitman2025-06-131-2/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* 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