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-proto
/
src
/
channel
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
align DestroyReason with torspec!490
ramdoys
2026-07-28
1
-1
/
+1
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-1
/
+1
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-23
1
-5
/
+2
*
proto: Build the PeerInfo from the dummy target in the tests
Gabriela Moldovan
2026-04-23
1
-5
/
+14
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
1
-1
/
+5
*
tor-proto: small comment improvement
Steven Engler
2026-04-09
1
-1
/
+2
*
tor-proto: replace a tuple with a dedicated struct
Steven Engler
2026-04-09
1
-13
/
+23
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
1
-2
/
+7
*
tor-proto: take `CreateRequest` message by reference
Steven Engler
2026-04-08
1
-1
/
+1
*
Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"
Steven Engler
2026-04-08
1
-13
/
+2
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
1
-23
/
+2
*
tor-proto: remove TODO about `UniqId` overflow
Steven Engler
2026-04-08
1
-2
/
+2
*
tor-proto: handle incoming RELAY_EARLY messages
Steven Engler
2026-04-08
1
-2
/
+10
*
tor-proto: add `Channel::set_create_request_handler()`
Steven Engler
2026-04-08
1
-0
/
+21
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
1
-0
/
+99
*
tor-proto: change `CreateResponse` to `restricted_msg!`
Steven Engler
2026-04-08
1
-2
/
+13
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
1
-6
/
+6
*
tor-proto: support relay circs in channel's `CircMap`
Steven Engler
2026-04-08
1
-11
/
+30
*
tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`
Steven Engler
2026-04-08
1
-7
/
+7
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
1
-1
/
+1
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
1
-1
/
+1
*
proto: Remove Default of PeerInfo/Addr and use const instead
David Goulet
2026-02-19
1
-1
/
+2
*
proto: Put a PeerInfo in Channel
David Goulet
2026-02-19
1
-0
/
+1
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-1
/
+2
*
Merge branch 'unused-async-lint' into 'main'
gabi-250
2026-01-28
1
-2
/
+3
|
\
|
*
proto: Add an exception for clippy::unused_async
Gabriela Moldovan
2026-01-27
1
-0
/
+1
|
*
proto: Remove unnecessary async in channel reactor
Gabriela Moldovan
2026-01-27
1
-2
/
+2
*
|
clippy: Fix missing doc for non-Linux builds
Clara Engler
2026-01-27
1
-0
/
+1
|
/
*
proto: Move unit tests and minor fix
David Goulet
2025-12-10
1
-3
/
+3
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-4
/
+4
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
1
-2
/
+1
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+5
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-3
/
+4
*
proto: experimental API to install a per-channel padder.
Nick Mathewson
2025-10-02
1
-0
/
+14
*
proto: Implement channel padding with maybenot padders.
Nick Mathewson
2025-10-02
1
-8
/
+95
*
proto: start implementing logic for padding actions.
Nick Mathewson
2025-10-02
1
-2
/
+41
*
Add a blocker to channel outbound sink.
Nick Mathewson
2025-10-02
1
-1
/
+12
*
proto: Make DynTimeProvider explicit in channel padder types.
Nick Mathewson
2025-10-02
1
-2
/
+6
*
proto: Trigger maybenot events for channel-level padding.
Nick Mathewson
2025-10-02
1
-7
/
+35
*
proto: Add maybenot padding objects to the channel reactor
Nick Mathewson
2025-10-01
1
-1
/
+16
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-3
/
+9
|
\
|
*
circmgr: Pass the timeout estimator to circuit constructor (fmt).
Gabriela Moldovan
2025-09-16
1
-2
/
+8
|
*
circmgr: Pass the timeout estimator to circuit constructor.
Gabriela Moldovan
2025-09-16
1
-3
/
+3
*
|
proto: resolve/edit trivial "TODO circpad" instances.
Nick Mathewson
2025-09-17
1
-2
/
+6
*
|
proto: for padding, count cells on each channel queues.
Nick Mathewson
2025-09-16
1
-3
/
+1
|
/
*
Whoops; let chains _still_ aren't stable in 1.85.
Nick Mathewson
2025-09-03
1
-2
/
+1
*
padding cleanup: use QueuedCellPaddingInfo one more place.
Nick Mathewson
2025-09-03
1
-5
/
+3
*
padding: Report when outbound cells are flushed.
Nick Mathewson
2025-09-02
1
-2
/
+11
[next]