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
/
traits.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator
Ian Jackson
2025-10-06
1
-5
/
+6
*
tor-linkspec: impl `HasAddrs` for `&T`
Steven Engler
2024-09-23
1
-0
/
+7
*
tor-linkspec: Suppress clippy false positive (link ticket)
Ian Jackson
2024-04-03
1
-1
/
+1
*
tor-linkspec: Suppress clippy false positive
Ian Jackson
2024-04-03
1
-0
/
+1
*
tor-netdir: Abolish Relay::has_same_relay_ids
Ian Jackson
2024-04-03
1
-1
/
+0
*
tor-linkspec: Use derive-deftly rather than strum for same_relay_ids
Ian Jackson
2024-04-03
1
-1
/
+38
*
tor-linkspec: Use RelayIdType::all_types rather than ::iter
Ian Jackson
2024-04-03
1
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
tor-linkspec: Provide HasRelayIds::has_any_relay_id_from (fmt)
Ian Jackson
2023-08-29
1
-3
/
+3
*
tor-linkspec: Provide HasRelayIds::has_any_relay_id_from
Ian Jackson
2023-08-29
1
-0
/
+67
*
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
*
linkspec: cleanup usage; change std::fmt to fmt.
Nick Mathewson
2023-06-12
1
-6
/
+6
*
linkspec: Implement HasRelayIds::display_relay_ids().
Nick Mathewson
2023-06-09
1
-6
/
+49
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
1
-4
/
+10
*
test_linkspecs: tidy order of linkspecs
Nick Mathewson
2023-05-10
1
-11
/
+11
*
Move responsibility for linkspec sorting to CircTarget.
Nick Mathewson
2023-05-10
1
-2
/
+13
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'ya-lint' into 'main'
eta
2023-01-06
1
-1
/
+4
|
\
|
*
tor-linkspec: Fix an unused lint
Ian Jackson
2022-12-12
1
-1
/
+4
*
|
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
|
/
*
Separate BridgeAddr and PtTargetAddr
Ian Jackson
2022-11-30
1
-2
/
+2
*
Merge branch 'more-linkspec-tests' into 'main'
Nick Mathewson
2022-11-29
1
-0
/
+7
|
\
|
*
linkspec: Add tests for has_any_identity.
Nick Mathewson
2022-11-28
1
-0
/
+7
*
|
Remove deprecated aliases in tor-linkspec.
Nick Mathewson
2022-11-29
1
-2
/
+2
*
|
linkspec: Give a Redacted form for chantarget.
Nick Mathewson
2022-11-28
1
-6
/
+28
|
/
*
TransportId: Fix test case for no pt-target
Ian Jackson
2022-11-22
1
-16
/
+19
*
Fix a missing import in tests.
Nick Mathewson
2022-11-18
1
-1
/
+1
*
Merge branch 'refactor_into_ownedchantarget' into 'main'
Nick Mathewson
2022-11-18
1
-7
/
+1
|
\
|
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
1
-7
/
+1
*
|
ChanTarget: Add a display function, with better output.
Nick Mathewson
2022-11-17
1
-2
/
+79
|
/
*
linkspec: Rename "maybe rename this?" TODOs in favor of #623
Nick Mathewson
2022-11-07
1
-3
/
+0
*
Downgrade TODO on chan_method
Nick Mathewson
2022-11-07
1
-1
/
+1
*
linkspec: add HasRelayIds::has_any_identity.
Nick Mathewson
2022-10-25
1
-1
/
+6
*
linkspec: specify sort order for HasRelayIds.
Nick Mathewson
2022-10-24
1
-2
/
+13
*
linkspec: Add compare-by-relay-ids function to HasRelayIds
Nick Mathewson
2022-10-21
1
-1
/
+68
*
Merge branch 'bridge-internal-apis' into 'main'
Ian Jackson
2022-10-20
1
-1
/
+7
|
\
|
*
tor-linkspec: impl From<&ChanTarget> for OwnedChanTarget
Ian Jackson
2022-10-20
1
-1
/
+7
*
|
HasAddrs: Make it clear that the set of addresses can be empty
Ian Jackson
2022-10-20
1
-1
/
+4
|
/
*
Fix some rustdoc errors.
Nick Mathewson
2022-10-13
1
-1
/
+1
*
Fix a warning that I reintroduced.
Nick Mathewson
2022-10-11
1
-0
/
+1
*
Change multiplicity of ChannelMethod and addresses
Nick Mathewson
2022-10-11
1
-17
/
+11
*
Allow two useless pattern matches that are going to be not useless
Ian Jackson
2022-10-11
1
-0
/
+1
*
Move two users of HasAddrs to HasChannelMethods
Nick Mathewson
2022-10-06
1
-2
/
+4
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-10
/
+26
*
Add a HasChanMethods trait, with a bunch of open TODO questions.
Nick Mathewson
2022-09-23
1
-1
/
+20
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-14
/
+62
*
Remove get_ed_identity_key as unused.
Nick Mathewson
2022-08-10
1
-23
/
+0
[next]