index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
/
src
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
linkspec: Rename all_addrs_allowed_for_extend()
David Goulet
2026-04-09
1
-2
/
+4
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
1
-4
/
+4
*
chanmgr: Validate the ChanTarget for both client and relay
David Goulet
2026-04-09
1
-41
/
+64
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-18
/
+13
*
tor-chanmgr: add support for a `CreateRequestHandler`
Steven Engler
2026-04-08
1
-2
/
+56
*
linkspec: Rename has_all_public_addresses()
David Goulet
2026-03-30
1
-1
/
+1
*
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
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
1
-27
/
+30
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
1
-7
/
+7
*
chanmgr: Always use MaybeSensitive<PeerAddr> when building a channel
David Goulet
2026-03-30
1
-7
/
+6
*
chanmgr: Add a build_client_channel() helper function
David Goulet
2026-03-30
1
-59
/
+83
*
chanmgr: Move relay target PT validation in validate_relay_target()
David Goulet
2026-03-30
1
-6
/
+9
*
chanmgr: Validate the relay channel target addresses
David Goulet
2026-03-30
1
-1
/
+35
*
chanmgr: Don't build relay channel if method is not Direct
David Goulet
2026-03-19
1
-0
/
+6
*
chanmgr: Clarify the use of no identity ChanTarget
David Goulet
2026-03-19
1
-6
/
+10
*
chanmgr: Don't get the peer cert as a responder channel
David Goulet
2026-03-19
1
-9
/
+1
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
1
-3
/
+4
*
chanmgr: Safely log the peer in the channel builder
David Goulet
2026-03-03
1
-15
/
+21
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
1
-1
/
+6
*
chanmgr: Rename function parameter
David Goulet
2026-02-26
1
-3
/
+3
*
chanmgr: The validate_relay_target() had its logic inversed
David Goulet
2026-02-26
1
-4
/
+6
*
Merge branch 'chanbuilder-my-addrs' into 'main'
David Goulet
2026-02-24
1
-6
/
+17
|
\
|
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
1
-2
/
+1
|
*
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
1
-4
/
+16
*
|
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-3
/
+33
|
/
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
1
-0
/
+11
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-1
/
+1
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-4
/
+2
*
chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTarget
David Goulet
2026-02-19
1
-0
/
+4
*
chanmgr: Fix channel builder comment
David Goulet
2026-02-19
1
-6
/
+1
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-23
/
+27
*
Merge branch 'mr_3616_rebased' into 'main'
Nick Mathewson
2026-02-16
1
-1
/
+1
|
\
|
*
tor-chanmgr: integrate outbound proxy into DefaultTransport
Nihal
2026-02-16
1
-1
/
+1
*
|
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
1
-1
/
+6
|
/
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
1
-0
/
+6
*
chanmgr: Use the actual channel target used on connect()
David Goulet
2026-02-12
1
-16
/
+21
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-0
/
+1
*
proto: Relay responder channel allow to be non_exhaustive
David Goulet
2026-02-09
1
-1
/
+0
*
chanmgr: Fix the outbound_chan_type() to not be based on relay feature
David Goulet
2026-02-09
1
-10
/
+4
*
chanmgr: Build channel/reactor on incoming connections
David Goulet
2026-02-09
1
-6
/
+74
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-12
/
+39
*
chanmgr: Always use connect target for error reporting
David Goulet
2026-02-04
1
-14
/
+6
*
chanmgr: Use the new tor-proto relay channel API
David Goulet
2026-02-04
1
-43
/
+112
*
rtcompat: Return certificates as Cow.
Nick Mathewson
2026-02-02
1
-1
/
+5
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-16
/
+15
*
proto: Send relay channel NETINFO in check()
David Goulet
2026-01-22
1
-15
/
+19
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+1
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
1
-1
/
+2
[next]