summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-guardmgr: Port to web_time_compat.Nick Mathewson2026-03-261-2/+2
* tor-guardmgr: fix some duration string formattingSteven Engler2026-03-241-1/+1
* tor-guardmgr: Use humantime for some logging.Wesley Aptekar-Cassels2025-10-161-1/+1
* tor-guardmgr: Include retry time in AllGuardsDown error message.Wesley Aptekar-Cassels2025-10-161-1/+6
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+6
* tor-config: Rename to ReconfigureError::UnsupportedSituationIan Jackson2022-11-241-1/+1
* tor-guardmgr: Refuse to configure bridges if we don't have the lockIan Jackson2022-11-231-1/+15
* tor-guardmgr: make replace_bridge_config fallibleIan Jackson2022-11-231-0/+30
* Remove now-unused NoGuardsUsable case.Nick Mathewson2022-07-071-8/+2
* Improve message for failure to select a guard.Nick Mathewson2022-07-071-2/+18
* Add more information to failed-to-select fallback errors.Nick Mathewson2022-07-071-2/+13
* GuardMgr: tweak an error message.Nick Mathewson2022-07-061-1/+1
* GuardMgr: remove disallowed addresses from returned FirstHops.Nick Mathewson2022-06-171-1/+9
* guardmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+24
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-301-2/+13
* guardmgr: move error types into new err.rs module.Nick Mathewson2022-03-301-0/+75