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
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: disable flowctrl sidechannel mitigations for relays
Steven Engler
7 days
1
-1
/
+13
*
tor-proto: fix a 'clippy::useless_conversion'
Steven Engler
2026-08-11
1
-1
/
+1
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
1
-10
/
+10
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
1
-10
/
+10
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
1
-12
/
+42
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-5
/
+5
*
proto: Remove feature-gating from CircHop::handle_msg()
Gabriela Moldovan
2026-07-23
1
-1
/
+3
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-1
/
+0
*
proto: Add crate-level exports for two extra stream types (fmt)
Gabriela Moldovan
2026-06-17
1
-3
/
+3
*
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
1
-4
/
+1
*
tor-proto: move memquota stream account arg to last position
Steven Engler
2026-05-21
1
-3
/
+3
*
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
1
-38
/
+5
*
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
1
-5
/
+4
*
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
1
-13
/
+9
*
tor-proto: clean up return type of `Circuit::begin_stream()`
Steven Engler
2026-05-11
1
-4
/
+5
*
tor-proto: small cleanup of legacy code
Steven Engler
2026-04-08
1
-6
/
+1
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-1
/
+1
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
*
proto: Replace circuit-scoped n_open_streams() with per-hop alternative
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+2
*
proto: Move CREATE helpers to a shared module
Gabriela Moldovan
2026-02-05
1
-2
/
+1
*
proto: Move padding_disposition() to the shared padding module
Gabriela Moldovan
2026-01-29
1
-54
/
+5
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
1
-13
/
+1
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
1
-2
/
+2
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-3
/
+9
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-2
/
+2
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
1
-2
/
+2
*
Merge branch 'relay-streams2' into 'main'
David Goulet
2025-12-02
1
-31
/
+5
|
\
|
*
proto: Appropriately gate STREAM_READER_BUFFER to satisfy clippy
Gabriela Moldovan
2025-11-24
1
-1
/
+4
|
*
proto: Deduplicate msg_streamid()
Gabriela Moldovan
2025-11-24
1
-19
/
+1
|
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
1
-12
/
+1
|
*
proto: Make the hop in StreamReqInfo optional
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+6
|
/
*
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-4
/
+4
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
1
-6
/
+7
*
proto: Remove duplicated function in CircHop
Gabriela Moldovan
2025-11-13
1
-2
/
+2
*
Merge branch 'cell-sender' into 'main'
Alexander Hansen Færøy
2025-11-10
1
-2
/
+1
|
\
|
*
proto: Move cell_sender out of the client module
Gabriela Moldovan
2025-10-28
1
-2
/
+1
*
|
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
1
-1
/
+2
|
/
*
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
/
+2
*
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
1
-3
/
+4
*
proto: Move streammap out of the client module (fmt)
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
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
*
Refactor: turn circ_extensions_from_settings into a method
Nick Mathewson
2025-10-20
1
-61
/
+1
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker
Gabriela Moldovan
2025-10-16
1
-2
/
+2
[next]