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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hscrypto, linkspec, llcrypto: Use new redaction helpers
Nick Mathewson
2026-06-10
1
-2
/
+5
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
10
-0
/
+10
*
linkspec: Add serde(default) to fields in RelayIds.
Nick Mathewson
2026-04-28
1
-2
/
+6
*
linkspec: Rename all_addrs_allowed_for_extend()
David Goulet
2026-04-09
1
-2
/
+2
*
linkspec: Rename has_all_public_addresses()
David Goulet
2026-03-30
1
-2
/
+2
*
linkspec: Rename has_all_reachable_addresses()
David Goulet
2026-03-30
1
-1
/
+1
*
linkspec: Rename has_all_valid_port() to has_all_nonzero_port()
David Goulet
2026-03-30
1
-2
/
+2
*
linkspec: Move has_all_valid_port() and has_all_reachable_addresses() into Ch...
David Goulet
2026-03-30
2
-35
/
+38
*
linkspec: Add OwnedChanTarget address validation helpers
David Goulet
2026-03-30
1
-1
/
+34
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
tor-chanmgr: add base64ct dependency and docs
Nihal
2026-03-18
1
-1
/
+1
*
linkspec: Implement a RelayIdsBuilder::from_relay_ids()
David Goulet
2026-03-03
1
-0
/
+18
*
proto: Implement Display for PeerAddr
David Goulet
2026-03-03
1
-0
/
+10
*
linkspec: Add missing feature gate
David Goulet
2026-02-19
1
-0
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
proto: Enforce that channel method as unique SocketAddr
David Goulet
2026-02-12
1
-0
/
+20
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
linkspec: Remove comment about expense of cloning protocols.
Nick Mathewson
2025-12-03
1
-2
/
+0
*
linkspec: allow unstable_name_collisions lint for exactly_one()
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
10
-10
/
+10
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator (fmt)
Ian Jackson
2025-10-06
1
-1
/
+3
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator
Ian Jackson
2025-10-06
4
-23
/
+36
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
circmgr: Don't count channel negotiation towards circuit built time.
Nick Mathewson
2025-08-07
1
-0
/
+5
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-6
/
+9
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method
Steven Engler
2025-05-14
1
-3
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
linkspec: Fix nightly warning about elided lifetime
Nick Mathewson
2024-10-22
1
-1
/
+1
*
Some HasMemoryCost impls in tor-linkspec
Ian Jackson
2024-10-02
1
-2
/
+8
*
tor-chanmgr: don't allow pending channels with no relay ids
Steven Engler
2024-10-01
1
-1
/
+1
*
Merge branch 'orport' into 'main'
opara
2024-09-30
3
-13
/
+479
|
\
|
*
tor-linkspec: add `ListByRelayIds`
Steven Engler
2024-09-23
2
-13
/
+472
|
*
tor-linkspec: impl `HasAddrs` for `&T`
Steven Engler
2024-09-23
1
-0
/
+7
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-7
/
+7
|
/
*
tor_bytes: Rename new_truncated_for_test to new_incomplete_for_test (fmt)
Ian Jackson
2024-09-12
1
-2
/
+8
*
tor_bytes: Rename new_truncated_for_test to new_incomplete_for_test
Ian Jackson
2024-09-12
1
-6
/
+6
*
tor-bytes: Add a Reader constructor for use in tests
Ian Jackson
2024-09-11
1
-4
/
+4
*
Change tor_bytes::Readable name to `b` in many places
Ian Jackson
2024-09-11
1
-3
/
+3
*
Introduce and use tor_bytes::Error::new_truncated_for_test
Ian Jackson
2024-09-10
1
-6
/
+6
*
tor-linkspec: reading tests: Use assert_eq
Ian Jackson
2024-09-10
1
-6
/
+6
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
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
3
-1
/
+42
*
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
9
-0
/
+9
[next]