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
/
circuit
/
reactor
/
forward.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
1
-4
/
+11
*
proto: Add expect(unused) where needed
Gabriela Moldovan
2026-06-29
1
-0
/
+1
*
proto: Implement ClosePendingStream in the stream reactor
Gabriela Moldovan
2026-06-23
1
-3
/
+5
*
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
1
-2
/
+2
*
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
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-1
/
+1
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
1
-3
/
+1
*
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: Implement EXTEND2 handling
Gabriela Moldovan
2026-02-05
1
-135
/
+14
*
proto: Give handle_meta_msg() a handle to the runtime
Gabriela Moldovan
2026-02-05
1
-2
/
+7
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
1
-0
/
+29
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
1
-59
/
+1
*
proto: Replace SendSendme with a more general-purpose command (fmt)
Gabriela Moldovan
2026-02-04
1
-5
/
+4
*
proto: Replace SendSendme with a more general-purpose command
Gabriela Moldovan
2026-02-04
1
-4
/
+6
*
proto: Allow unused async in WIP reactor code
Gabriela Moldovan
2026-01-29
1
-0
/
+2
*
proto: Rename the FWD -> BWD channel
Gabriela Moldovan
2026-01-29
1
-6
/
+6
*
proto: Rename chan senders and sinks for clarity
Gabriela Moldovan
2026-01-29
1
-16
/
+16
*
proto: Add a new, implementation-agnostic circuit reactor
Gabriela Moldovan
2026-01-29
1
-0
/
+653