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
/
client
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-2
/
+2
*
tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`
Steven Engler
2026-07-30
1
-2
/
+2
*
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
1
-7
/
+11
*
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
1
-2
/
+10
*
tor-proto: indentation cleanup
Steven Engler
2026-05-11
1
-20
/
+15
*
tor-proto: reorg error handling for BeginStream reactor cmd
Steven Engler
2026-05-11
1
-8
/
+7
*
proto: Derive PartialEq for MetaCellDisposition
Gabriela Moldovan
2026-05-07
1
-1
/
+1
*
tor-proto: lower log level of "removing circuit leg"
Steven Engler
2026-04-06
1
-1
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+0
*
proto: Factor ReactorResultChannel into the shared reactor module
Gabriela Moldovan
2026-01-29
1
-3
/
+1
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
1
-1
/
+2
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-24
/
+1
*
proto: Add an immediate order for client CircuitEvent ordering
David Goulet
2025-12-10
1
-4
/
+7
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
1
-45
/
+37
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
1
-5
/
+6
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-2
/
+11
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
1
-2
/
+1
*
Merge branch 'relay-streams2' into 'main'
David Goulet
2025-12-02
1
-55
/
+6
|
\
|
*
proto: Remove crate-level STREAM_READER_BUFFER reexport
Gabriela Moldovan
2025-11-24
1
-2
/
+0
|
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
1
-1
/
+1
|
*
proto: Move StreamReqInfo to stream module
Gabriela Moldovan
2025-11-24
1
-50
/
+6
|
*
proto: Make the hop in StreamReqInfo optional
Gabriela Moldovan
2025-11-24
1
-4
/
+1
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+10
|
/
*
proto: Make the hop in SendRelayCell optional (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+5
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
1
-4
/
+4
*
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+1
*
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
1
-14
/
+1
*
proto: Move CloseStreamBehavior to top-level stream module
Gabriela Moldovan
2025-11-14
1
-23
/
+2
*
proto: Remove extraneous backtick in CloseStreamBehavior docs
Gabriela Moldovan
2025-11-14
1
-1
/
+1
*
Drop two use's that seem no longer to be necessary
Ian Jackson
2025-11-06
1
-1
/
+1
*
proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
1
-2
/
+3
*
proto: Move dumb pipes to top-lvl stream module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Fix docs to refer to the right stream:: paths.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
proto: Reformat imports post-move.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
proto: Avoid crate-pub reexports of shared types from the client module.
Gabriela Moldovan
2025-10-16
1
-1
/
+1
*
Merge branch 'celltypes' into 'main'
gabi-250
2025-10-14
1
-1
/
+1
|
\
|
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-1
/
+1
*
|
proto: Stop using tunnel IDs in relay reactor.
Gabriela Moldovan
2025-10-13
1
-6
/
+0
|
/
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
1
-2
/
+2
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
1
-2
/
+2
*
tor-proto: fix comment related to validating stream messages
Steven Engler
2025-09-30
1
-3
/
+4
*
Sort output events for next_circ_action.
Nick Mathewson
2025-09-29
1
-1
/
+48
*
proto: Rewrite ConfluxSet::next_circ_action() using PollAll.
Gabriela Moldovan
2025-09-25
1
-1
/
+1
*
proto: Return multiple actions from next_circ_action (fmt).
Gabriela Moldovan
2025-09-25
1
-47
/
+47
*
proto: Return multiple actions from next_circ_action.
Gabriela Moldovan
2025-09-25
1
-2
/
+5
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-11
/
+41
|
\
[next]