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