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
/
circuit
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add expect(unused) where needed
Gabriela Moldovan
2026-06-29
2
-0
/
+3
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
1
-1
/
+47
*
tor-proto: pass correct chan msg cmd to `decrypt_outbound()`
Steven Engler
2026-06-24
1
-0
/
+20
*
proto: Rename LocalApplicationStream for clarity
Gabriela Moldovan
2026-06-23
1
-4
/
+4
*
proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`
Gabriela Moldovan
2026-06-23
1
-12
/
+7
*
proto: Simplify StreamEvent::LocalStreamClosed (fmt)
Gabriela Moldovan
2026-06-23
1
-1
/
+6
*
proto: Simplify StreamEvent::LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-15
/
+4
*
proto: Rename StreamEvent::Closed to LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-5
/
+5
*
proto: Implement ClosePendingStream in the stream reactor
Gabriela Moldovan
2026-06-23
3
-5
/
+40
*
proto: Add a helper function for handling closed streams (fmt)
Gabriela Moldovan
2026-06-23
1
-10
/
+10
*
proto: Add a helper function for handling closed streams
Gabriela Moldovan
2026-06-23
1
-6
/
+22
*
proto: Add a new StreamReactor control message for closing streams
Gabriela Moldovan
2026-06-23
1
-3
/
+25
*
proto: Update docs to clarify where the StreamReactor cell sender is
Gabriela Moldovan
2026-06-23
1
-1
/
+2
*
proto: Add a control message for closing pending streams (fmt)
Gabriela Moldovan
2026-06-23
1
-3
/
+4
*
proto: Add a control message for closing pending streams
Gabriela Moldovan
2026-06-23
1
-1
/
+40
*
proto: Replace StreamMsg with a new CtrlMsg type
Gabriela Moldovan
2026-06-23
4
-26
/
+32
*
proto: Update tests to use the new stream exports
Gabriela Moldovan
2026-06-17
1
-4
/
+4
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+3
*
proto: Add a new channel -> circuit queue type
Gabriela Moldovan
2026-06-08
1
-0
/
+371
*
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
2
-5
/
+13
*
tor-proto: move memquota stream account arg to last position
Steven Engler
2026-05-21
2
-3
/
+3
*
tor-proto: clean up `CIRCUIT_BUFFER_SIZE`
Steven Engler
2026-05-21
2
-8
/
+1
*
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
2
-47
/
+73
*
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
2
-6
/
+23
*
tor-proto: always use a bounded mpsc queue for streams
Steven Engler
2026-05-20
1
-13
/
+7
*
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
2
-24
/
+33
*
tor-proto: small cleanup of `CircHopOutbound::build_flow_ctrl()`
Steven Engler
2026-05-20
1
-11
/
+4
*
tor-proto: fix flow control for half-streams
Steven Engler
2026-05-07
1
-3
/
+0
*
Merge branch 'stream-close' into 'main'
opara
2026-04-20
1
-6
/
+9
|
\
|
*
tor-proto: small comment and variable name changes
Steven Engler
2026-04-07
1
-6
/
+9
*
|
Merge branch 'create-fast' into 'main'
opara
2026-04-08
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"
Steven Engler
2026-04-08
1
-16
/
+18
|
*
tor-proto: add a `From<$ttype>` impl for `RestrictedChanMsgSet`
Steven Engler
2026-04-08
1
-0
/
+8
|
*
tor-proto: add a `CreateRequest` restricted msg set
Steven Engler
2026-04-08
1
-1
/
+11
|
*
tor-proto: change `CreateResponse` to `restricted_msg!`
Steven Engler
2026-04-08
1
-17
/
+16
*
|
tor-proto: allow sending DATA cells on closed streams
Steven Engler
2026-03-29
1
-6
/
+12
|
/
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-1
/
+1
*
proto: Update reactor docs to reflect ForwardHandler change
Gabriela Moldovan
2026-03-25
1
-6
/
+37
*
proto: Move handle_unrecognized_cell() out of ForwardHandler
Gabriela Moldovan
2026-03-25
1
-12
/
+1
*
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
1
-0
/
+1
*
proto: Use AllowAllStreamsFilter in relay builds too
Gabriela Moldovan
2026-03-25
1
-2
/
+2
*
proto: Move AllowAllStreamsFilter to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-0
/
+16
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)
Gabriela Moldovan
2026-03-25
1
-1
/
+5
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()
Gabriela Moldovan
2026-03-25
1
-2
/
+8
*
proto: Move rmsg_to_ccmsg to crate-pub test module
Gabriela Moldovan
2026-03-25
1
-0
/
+33
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
proto: Replace TimeoutEstimator with opaque handler
Gabriela Moldovan
2026-03-19
2
-49
/
+12
*
proto: Add a trait for customizing StreamReactor behavior
Gabriela Moldovan
2026-03-19
1
-0
/
+13
*
Merge branch 'circ-react-logs' into 'main'
David Goulet
2026-03-16
1
-1
/
+16
|
\
|
*
proto: Add more logging to the new circuit reactors
Gabriela Moldovan
2026-03-12
1
-1
/
+16
[next]