index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-linkspec
/
src
/
ids.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-linkspec: Use derive-deftly rather than strum for same_relay_ids
Ian Jackson
2024-04-03
1
-0
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Fix new "useless_vec" warning from clippy +nightly
Ian Jackson
2023-07-10
1
-1
/
+1
*
RelayId: Display the ID type on redacted identities.
Nick Mathewson
2023-06-09
1
-3
/
+2
*
RelayId: implement id_type and as_bytes in terms of RelayIdRef
Ian Jackson
2023-04-27
1
-8
/
+2
*
RelayIdRef: as_bytes: Doesn't borrow from self
Ian Jackson
2023-04-27
1
-1
/
+1
*
RelayId: impl Display in terms of RelayIdRef
Ian Jackson
2023-04-27
1
-3
/
+9
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
linkspec: Give a Redacted form for chantarget.
Nick Mathewson
2022-11-28
1
-0
/
+29
*
linkspec: Add compare-by-relay-ids function to HasRelayIds
Nick Mathewson
2022-10-21
1
-2
/
+4
*
Write more tests for RelayId and RelayIdRef.
Nick Mathewson
2022-10-15
1
-0
/
+138
*
Fix deserialize impl for RelayId.
Nick Mathewson
2022-10-15
1
-1
/
+1
*
linkspec: impl Hash for RelayIdRef
Nick Mathewson
2022-10-15
1
-1
/
+1
*
tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIds
Nick Mathewson
2022-10-04
1
-0
/
+1
*
tor-netdir: Add a static assertion about RelayIdType::COUNT
Nick Mathewson
2022-08-10
1
-1
/
+16
*
Implement `Into<RelayIdRef>` for `&RelayId`.
Nick Mathewson
2022-08-10
1
-0
/
+6
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-24
/
+0
*
linkspec: Add more accessors (some internal) for ids.
Nick Mathewson
2022-08-10
1
-0
/
+68
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-0
/
+13
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-0
/
+16
*
Parsing, encoding, and serde for RelayId.
Nick Mathewson
2022-08-10
1
-4
/
+191
*
Add a set of Identity-related types and accessors.
Nick Mathewson
2022-08-10
1
-0
/
+105