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