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
*
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
*
|
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
|
/
*
proto: Rename CircSyncView to CircHopSyncView (fmt)
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
2
-16
/
+7
*
proto: Use CircSyncView in the new circuit reactor
Gabriela Moldovan
2026-02-16
1
-13
/
+7
*
proto: Replace circuit-scoped n_open_streams() with per-hop alternative
Gabriela Moldovan
2026-02-16
1
-8
/
+15
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
1
-36
/
+22
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
1
-4
/
+2
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
2
-5
/
+2
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
1
-16
/
+0
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
1
-1
/
+2
*
proto: Pass the early flag to handle_relay_msg() (fmt)
Gabriela Moldovan
2026-02-12
1
-1
/
+3
*
proto: Pass the early flag to handle_relay_msg()
Gabriela Moldovan
2026-02-12
1
-3
/
+5
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
1
-13
/
+37
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
1
-3
/
+6
*
proto: Pass *all* cells to handle_forward_cell()
Gabriela Moldovan
2026-02-12
1
-6
/
+3
*
proto: Add big TODO about flushing
Gabriela Moldovan
2026-02-11
1
-0
/
+13
*
proto: Start forwarding cells in the backward reactor
Gabriela Moldovan
2026-02-11
1
-4
/
+11
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
1
-0
/
+16
*
proto: Ensure DESTROY gets sent on circuit drop
Gabriela Moldovan
2026-02-05
1
-0
/
+11
*
proto: Implement EXTEND2 handling
Gabriela Moldovan
2026-02-05
1
-135
/
+14
*
proto: Move CREATE helpers to a shared module
Gabriela Moldovan
2026-02-05
1
-0
/
+63
*
proto: Add BWD command for receiving newly launched outbound channels
Gabriela Moldovan
2026-02-05
1
-0
/
+36
*
proto: Give handle_meta_msg() a handle to the runtime
Gabriela Moldovan
2026-02-05
2
-2
/
+8
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
2
-0
/
+31
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
2
-68
/
+1
*
proto: Fix misleading SendRelayMsg docs
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Remove assumption that we are a relay from BWD doc
Gabriela Moldovan
2026-02-04
1
-1
/
+1
*
proto: Replace SendSendme with a more general-purpose command (fmt)
Gabriela Moldovan
2026-02-04
1
-5
/
+4
[next]