summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids
Commit message (Expand)AuthorAgeFilesLines
* linkspec: Add test for lookup on no-ids.Nick Mathewson2022-11-281-0/+1
* Add a test for ByRelayIds::remove_by_all_idsNick Mathewson2022-11-281-2/+21
* Remove allow() for a false-positive warn on Rust 1.56.Nick Mathewson2022-11-101-3/+0
* ByRelayIds: Add additional accessor functions.Nick Mathewson2022-10-251-0/+51
* linkspec: Add ByRelayIds::remove_exact.Nick Mathewson2022-10-181-0/+65
* linkspec: Add an "all_overlapping" accessor to ByRelayIds.Nick Mathewson2022-10-181-0/+112
* Write tests for RelayIdSet.Nick Mathewson2022-10-151-0/+119
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-041-0/+60
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-101-0/+135