aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-101-1/+1
* RelayId: Display the ID type on redacted identities.Nick Mathewson2023-06-091-3/+2
* RelayId: implement id_type and as_bytes in terms of RelayIdRefIan Jackson2023-04-271-8/+2
* RelayIdRef: as_bytes: Doesn't borrow from selfIan Jackson2023-04-271-1/+1
* RelayId: impl Display in terms of RelayIdRefIan Jackson2023-04-271-3/+9
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-281-0/+29
* linkspec: Add compare-by-relay-ids function to HasRelayIdsNick Mathewson2022-10-211-2/+4
* Write more tests for RelayId and RelayIdRef.Nick Mathewson2022-10-151-0/+138
* Fix deserialize impl for RelayId.Nick Mathewson2022-10-151-1/+1
* linkspec: impl Hash for RelayIdRefNick Mathewson2022-10-151-1/+1
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-041-0/+1
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-1/+16
* Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-24/+0
* linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-101-0/+13
* Teach guard restrictions about RelayId.Nick Mathewson2022-08-101-0/+16
* Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-101-4/+191
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-101-0/+105