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
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Avoid sending DESTROY if we have received DESTROY
Gabriela Moldovan
8 days
1
-0
/
+7
*
Merge branch 'unk-circid' into 'main'
gabi-250
13 days
1
-32
/
+40
|
\
|
*
proto: Explicitly drop the cells with unrecognized CircIds
Gabriela Moldovan
2026-08-12
1
-0
/
+20
|
*
proto: Update tests now that unrecognized CREATED are dropped
Gabriela Moldovan
2026-08-11
1
-2
/
+2
|
*
proto: Update tests now that we tolerate unrecognized CircIds
Gabriela Moldovan
2026-08-11
1
-24
/
+8
|
*
proto: s/channel/circuit in test comment
Gabriela Moldovan
2026-08-11
1
-1
/
+1
|
*
proto: Ignore CREATED* with unrecognized CircIds
Gabriela Moldovan
2026-08-11
1
-1
/
+5
|
*
proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)
Gabriela Moldovan
2026-08-11
1
-5
/
+3
|
*
proto: Silently drop DESTROY/RELAY cells on unknown circuits
Gabriela Moldovan
2026-08-11
1
-4
/
+6
*
|
tor-proto: make `CreateRequestHandler` methods async
Steven Engler
2026-08-12
1
-10
/
+13
|
/
*
proto: Rename "hs" to "hc"
Gabriela Moldovan
2026-08-04
1
-1
/
+1
*
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
[next]