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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: disable flowctrl sidechannel mitigations for relays
Steven Engler
7 days
2
-3
/
+22
*
Merge branch 'clippy-fixes' into 'main'
gabi-250
13 days
2
-2
/
+3
|
\
|
*
tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`
Steven Engler
2026-08-11
1
-1
/
+2
|
*
tor-proto: fix a 'clippy::useless_conversion'
Steven Engler
2026-08-11
1
-1
/
+1
*
|
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
1
-1
/
+1
|
/
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
3
-17
/
+17
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
3
-22
/
+22
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
4
-24
/
+88
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
2
-10
/
+10
*
tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`
Steven Engler
2026-07-30
2
-4
/
+4
*
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: log virtual hop additions at trace.
Nick Mathewson
2026-07-02
1
-0
/
+2
*
proto: log hop settings at trace upon client circuit opening.
Nick Mathewson
2026-06-23
1
-1
/
+2
*
proto: Add crate-level exports for two extra stream types (fmt)
Gabriela Moldovan
2026-06-17
2
-4
/
+4
*
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
3
-8
/
+8
*
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
3
-80
/
+7
*
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
3
-14
/
+18
*
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
3
-34
/
+36
*
tor-proto: clean up return type of `Circuit::begin_stream()`
Steven Engler
2026-05-11
2
-13
/
+8
*
tor-proto: reorg error handling for BeginStream reactor cmd
Steven Engler
2026-05-11
1
-2
/
+19
*
tor-proto: Simplify a match+if statement.
Nick Mathewson
2026-04-21
1
-13
/
+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
2
-2
/
+2
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
2
-2
/
+2
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
*
proto: Remove unused n_open_streams() functions
Gabriela Moldovan
2026-02-16
1
-17
/
+0
*
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
2
-33
/
+1
*
proto: Adjust visibility in client::reactor::CircSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
*
proto: Use absolute path in CircHopList import
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
2
-5
/
+4
*
proto: Add an accessor for the CircHopOutbound of a CircHop
Gabriela Moldovan
2026-02-16
1
-0
/
+5
*
proto: Move CREATE helpers to a shared module
Gabriela Moldovan
2026-02-05
2
-65
/
+1
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Rip CC state out of CircHopInbound
Gabriela Moldovan
2026-01-29
1
-5
/
+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
2
-6
/
+12
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
1
-30
/
+30
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
2
-5
/
+10
*
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
[next]