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
/
client
/
reactor
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
proto: Make the hop in StreamReqInfo optional
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
|
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
1
-0
/
+5
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
3
-2
/
+12
|
/
*
proto: Fix up doc links post-refactoring
Gabriela Moldovan
2025-11-17
1
-2
/
+2
*
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
2
-13
/
+10
*
proto: Move CircHop{Inbound,Outbound} out of the client module.
Gabriela Moldovan
2025-11-17
1
-573
/
+9
*
proto: Add constructors for CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-19
/
+46
*
proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-141
/
+340
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
5
-14
/
+16
*
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+1
*
proto: Move SendRelayCell to circhop
Gabriela Moldovan
2025-11-17
3
-4
/
+6
*
proto: Split CircHop into inbound and outbound components (fmt)
Gabriela Moldovan
2025-11-17
1
-7
/
+13
*
proto: Split CircHop into inbound and outbound components
Gabriela Moldovan
2025-11-17
1
-52
/
+76
*
proto: Rename cell decoder field for clarity
Gabriela Moldovan
2025-11-14
1
-3
/
+3
*
proto: Avoid exposing stream map field (fmt)
Gabriela Moldovan
2025-11-14
1
-8
/
+11
[next]