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
/
tunnel
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: Remove unnecessary return.
Gabriela Moldovan
2025-07-07
1
-1
/
+1
*
proto: Continue reading from leaky-pipe streams if main leg is blocked.
Gabriela Moldovan
2025-06-27
1
-1
/
+1
*
hsservice: Stop using HopNum and use TargetHop
David Goulet
2025-06-26
1
-3
/
+1
*
hs: Remove the use of HopNum and instead use TargetHop
David Goulet
2025-06-26
1
-2
/
+7
*
proto: Add helper function to resolve TargetHop
David Goulet
2025-06-26
1
-0
/
+13
*
tor-proto: Give Circuit a handle to the DynTimeProvider.
Gabriela Moldovan
2025-06-23
1
-0
/
+1
*
tor-proto: Replace LegId/LegIdKey with UniqId.
Gabriela Moldovan
2025-06-13
1
-88
/
+42
*
tor-proto: Give ConfluxSet a TunnelId for logging purposes.
Gabriela Moldovan
2025-06-13
1
-1
/
+1
*
tor-proto: Use TunnelScopedCircId instead of UniqId for logging.
Gabriela Moldovan
2025-06-12
1
-1
/
+2
*
tor-proto: Assign a separate identifier to the tunnel reactor.
Gabriela Moldovan
2025-06-12
1
-16
/
+15
*
tor-proto: Log channel, circuit, stream identifiers as structured fields.
Gabriela Moldovan
2025-06-12
1
-11
/
+18
*
tor-proto: Check we negotiated the right cc algorithm for conflux.
Gabriela Moldovan
2025-06-11
1
-4
/
+0
*
tor-proto: Remove TODO about keeping empty conflux tunnel alive.
Gabriela Moldovan
2025-06-11
1
-2
/
+0
*
tor-proto: Get rid of unnecessary boolean param.
Gabriela Moldovan
2025-06-10
1
-16
/
+4
*
tor-proto: Shut down the reactor on conflux handshake proto violation.
Gabriela Moldovan
2025-06-10
1
-7
/
+24
*
tor-proto: Make fake hop peer_id configurable.
Gabriela Moldovan
2025-06-10
1
-1
/
+2
*
tor-proto: Avoid switching legs if we're not sending.
Gabriela Moldovan
2025-06-10
1
-27
/
+14
*
tor-proto: Add some conflux-related logging.
Gabriela Moldovan
2025-06-10
1
-1
/
+16
*
tor-proto: Derive Display for RemoveLegReason.
Gabriela Moldovan
2025-06-10
1
-1
/
+4
*
tor-proto: Also count the *existing* unlinked legs.
Gabriela Moldovan
2025-06-10
1
-1
/
+10
*
tor-proto: Allow LINK to be sent regardless of conflux pendingness.
Gabriela Moldovan
2025-06-10
1
-5
/
+9
*
tor-proto: Downgrade a few more TODO(conflux) to TODO.
Gabriela Moldovan
2025-06-10
1
-3
/
+3
*
proto: Move NegotiatedHopSettings to a higher level
Nick Mathewson
2025-06-10
1
-2
/
+2
*
proto: Split CircParameters and NegotiatedHopSettings
Nick Mathewson
2025-06-10
1
-2
/
+2
*
tor-proto: Replace TOOD(conflux) with TODO(#1999).
Gabriela Moldovan
2025-05-28
1
-1
/
+1
*
tor-proto: Remove multi-path check from allow_stream_requests().
Gabriela Moldovan
2025-05-20
1
-3
/
+9
*
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
1
-0
/
+1
*
tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.
Gabriela Moldovan
2025-05-15
1
-0
/
+3
*
tor-proto: Rework MutableState to work with multi-path circuits.
Gabriela Moldovan
2025-05-15
1
-3
/
+6
*
tor-proto: Add From<LegIdKey> impl for LegId.
Gabriela Moldovan
2025-05-15
1
-0
/
+6
*
tor-proto: Encapsulate MutableState operations inside impl.
Gabriela Moldovan
2025-05-15
1
-4
/
+4
*
tor-proto: Rename MutableState to CircuitState.
Gabriela Moldovan
2025-05-15
1
-3
/
+3
*
tor-proto: Document why RemoveLegReason exists.
Gabriela Moldovan
2025-05-06
1
-0
/
+14
*
tor-proto: Move error binding under is_conflux_pending condition.
Gabriela Moldovan
2025-05-06
1
-7
/
+6
*
tor-proto: Remove already-addressed TODO.
Gabriela Moldovan
2025-05-06
1
-2
/
+0
*
tor-proto: Explain why the handshake result is noted before the LINKED_ACK.
Gabriela Moldovan
2025-05-06
1
-1
/
+10
*
tor-proto: Clarify why ConfluxHandshakeComplete exists.
Gabriela Moldovan
2025-05-06
1
-0
/
+8
*
tor-proto: s/ConfluxTunnelResult/ConfluxHandshakeResults.
Gabriela Moldovan
2025-05-06
1
-4
/
+4
*
tor-proto: Fix incorrect RemoveLeg docs.
Gabriela Moldovan
2025-05-06
1
-1
/
+1
*
tor-proto: Clarify ConfluxHandshakeComplete docs.
Gabriela Moldovan
2025-05-06
1
-2
/
+3
*
tor-proto: Remove unnecessary TODO.
Gabriela Moldovan
2025-05-06
1
-2
/
+0
*
tor-proto: Add TODO about only switching legs before sending a cell.
Gabriela Moldovan
2025-05-06
1
-0
/
+4
*
tor-proto: Shut down if conflux initiator is gone before handshake completes.
Gabriela Moldovan
2025-05-06
1
-13
/
+28
*
tor-proto: Deferred fmt.
Gabriela Moldovan
2025-05-06
1
-4
/
+1
*
tor-proto: Handle conflux handshake timeout, notify on completion.
Gabriela Moldovan
2025-05-06
1
-17
/
+31
*
tor-proto: Use wallclock time in ClientConfluxMsgHandler.
Gabriela Moldovan
2025-05-06
1
-2
/
+2
*
tor-proto: Implement conflux set leg removal.
Gabriela Moldovan
2025-05-06
1
-1
/
+10
*
tor-proto: Add a TODO about recovering from reactor errors.
Gabriela Moldovan
2025-05-06
1
-0
/
+2
*
tor-proto: Specify which circuit leg to begin the stream on.
Gabriela Moldovan
2025-05-06
1
-6
/
+12
*
tor-proto: Specify the leg id in RunOnceCmdInner::Send.
Gabriela Moldovan
2025-05-06
1
-8
/
+13
[next]