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-chanmgr
/
src
/
builder.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
1
-8
/
+23
*
chanmgr: Use the new tor-proto channel traits in builder
David Goulet
2026-01-13
1
-170
/
+55
*
proto: Add traits for public channel views
David Goulet
2026-01-13
1
-1
/
+1
*
chanmgr: Add a relay channel connect to ChanBuilder
David Goulet
2026-01-13
1
-9
/
+156
*
chanmgr: Rename the connect_no_timeout() to be client specific
David Goulet
2026-01-13
1
-6
/
+8
*
chanmgr: Add RelayIdentities to ChanBuilder
David Goulet
2026-01-13
1
-4
/
+16
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
1
-2
/
+7
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-7
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-2
/
+4
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-2
/
+4
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Use random_hostname() to pick an (E)SNI
Neel Chauhan
2025-10-20
1
-2
/
+4
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+3
*
chan: Rename channel launch to launch_client
David Goulet
2025-08-20
1
-1
/
+1
[next]