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-proto
/
src
/
channel.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: make 'testing_exports' available to own unit tests
Steven Engler
8 days
1
-1
/
+1
*
proto: Make Channel::send_control() pub(crate) for testing
Gabriela Moldovan
8 days
1
-0
/
+1
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-3
/
+3
*
tor-proto: add 'test_utils' mod for channel tests
Steven Engler
2026-07-29
1
-0
/
+3
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
1
-0
/
+3
*
proto: Wrap PeerInfo in Arc<>
Gabriela Moldovan
2026-04-23
1
-5
/
+5
*
proto: Remove expect(unused) from channel PeerInfo
Gabriela Moldovan
2026-04-23
1
-1
/
+0
*
proto: Add an accessor for the PeerInfo of a channel
Gabriela Moldovan
2026-04-23
1
-0
/
+6
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
1
-1
/
+5
*
proto: Remove re-export of MsgBuf in unit tests
David Goulet
2026-04-14
1
-3
/
+1
*
proto: Move channel client handshake tests into client module
David Goulet
2026-04-14
1
-0
/
+2
*
tor-proto: replace a tuple with a dedicated struct
Steven Engler
2026-04-09
1
-5
/
+6
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
1
-2
/
+10
*
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
1
-1
/
+1
*
Merge branch 'create-fast' into 'main'
opara
2026-04-08
1
-23
/
+76
|
\
|
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
1
-19
/
+8
|
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-50
/
+73
|
*
tor-proto: add `Channel::set_create_request_handler()`
Steven Engler
2026-04-08
1
-2
/
+41
|
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
1
-0
/
+2
|
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
1
-9
/
+9
*
|
Merge branch 'memquota-add-parent' into 'main'
gabi-250
2026-04-08
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
proto: Link the memquota circ acc with the outbound chan acc
Gabriela Moldovan
2026-03-30
1
-6
/
+4
*
|
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
1
-0
/
+1
|
/
*
proto: Add TODO about relay memquota setup
Gabriela Moldovan
2026-03-26
1
-0
/
+6
*
proto: Use the inbound CircuitAccount when extending circuit
Gabriela Moldovan
2026-03-26
1
-1
/
+1
*
tor-proto: require cells from responder to be ordered
Steven Engler
2026-03-03
1
-1
/
+0
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
1
-2
/
+2
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
1
-6
/
+5
*
chanmgr: Use CircIdRange::Low for relay channels
David Goulet
2026-02-25
1
-1
/
+5
*
proto: Remove Default of PeerInfo/Addr and use const instead
David Goulet
2026-02-19
1
-2
/
+2
*
proto: Fix clippy errors
David Goulet
2026-02-19
1
-3
/
+1
*
proto: Put a PeerInfo in Channel
David Goulet
2026-02-19
1
-1
/
+9
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
1
-2
/
+10
*
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-77
/
+3
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
1
-3
/
+10
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-3
/
+7
*
proto: Implement a Canonicity struct
David Goulet
2026-02-12
1
-1
/
+51
*
proto: Add Channel function for launching outbound relay circuits
Gabriela Moldovan
2026-02-05
1
-0
/
+47
*
proto: Remove unused traits after type refactoring
David Goulet
2026-02-04
1
-73
/
+0
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
1
-1
/
+2
*
proto: Improve some comments in relay module
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-2
/
+1
*
proto: Move cell sending out of check() and into finish()
David Goulet
2026-01-22
1
-5
/
+0
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
1
-0
/
+7
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-0
/
+7
*
proto: Fix comments documentation
David Goulet
2026-01-13
1
-1
/
+1
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
1
-2
/
+10
*
proto: Improve channel trait comments
David Goulet
2026-01-13
1
-0
/
+7
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
1
-0
/
+4
[next]