summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/fallback.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some Rustdoc links.Nick Mathewson2022-03-301-1/+1
* Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-301-1/+2
* Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-301-3/+3
* Rename FallbackSet => FallbackState.Nick Mathewson2022-03-301-1/+1
* Clean up a rustdoc linkIan Jackson2022-03-301-1/+1
* Add status tracking to FallbackDir.Nick Mathewson2022-03-301-0/+3
* GuardMgr: some prep work for returning fallbacks as guards.Nick Mathewson2022-03-301-0/+8
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-301-0/+4
* Move fallback.rs into guardmgr.Nick Mathewson2022-03-301-0/+86