summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/fallback
Commit message (Expand)AuthorAgeFilesLines
* Fix some Rustdoc links.Nick Mathewson2022-03-301-1/+1
* Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-301-11/+36
* Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-301-12/+12
* FallbackState: Use itertools::merge_join_by.Nick Mathewson2022-03-301-100/+8
* Fold fallback::Status::reset() into its (only) caller.Nick Mathewson2022-03-301-7/+2
* Rename FallbackState::lookup_mut => get_mut.Nick Mathewson2022-03-301-12/+12
* Rename FallbackSet => FallbackState.Nick Mathewson2022-03-301-12/+12
* guardmgr::fallback::set: basic unit tests.Nick Mathewson2022-03-301-10/+190
* Replace the fallback directories when they change in the config.Nick Mathewson2022-03-301-0/+114
* Add status tracking to FallbackDir.Nick Mathewson2022-03-302-3/+214
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-301-0/+55