summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/ids.rs
Commit message (Expand)AuthorAgeFilesLines
* Convert guard samples to use ByRelayIds.Nick Mathewson2022-10-251-5/+0
* impl HasRelayIds for GuardId.Nick Mathewson2022-10-251-0/+9
* guardmgr: Hold FallbackDir in fallback::set::EntryNick Mathewson2022-10-211-1/+10
* guardmgr: Add bridges sample, encode sample ID in FirstHopId.Nick Mathewson2022-10-211-7/+9
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-1/+7
* Make sure all HasRelayIds constaints allow ?Sized.Nick Mathewson2022-08-101-2/+8
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-16/+18
* guardmgr: Avoid a case of using HasRelayIds key methods.Nick Mathewson2022-08-021-1/+1
* guardmgr: Replace IdPair with RelayIdsNick Mathewson2022-08-021-18/+18
* Use derive_more to derive AsRef.Nick Mathewson2022-03-301-12/+3
* Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-301-0/+113