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
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add clippy exception for handle_cmd().
Gabriela Moldovan
2025-06-27
1
-0
/
+1
*
proto: Add clippy exception for next_circ_action().
Gabriela Moldovan
2025-06-27
1
-0
/
+1
*
proto: Remove unnecessary return statement to satisfy clippy.
Gabriela Moldovan
2025-06-27
1
-1
/
+1
*
proto: Use primary_join_point() earlier to get the join point.
Gabriela Moldovan
2025-06-27
1
-3
/
+2
*
proto: Rephrase error message to reduce ambiguity.
Gabriela Moldovan
2025-06-27
1
-1
/
+1
*
proto: Continue reading from leaky-pipe streams if main leg is blocked (fmt).
Gabriela Moldovan
2025-06-27
3
-10
/
+21
*
proto: Continue reading from leaky-pipe streams if main leg is blocked.
Gabriela Moldovan
2025-06-27
3
-89
/
+117
*
proto: Allow leaky pipe on multipath tunnels.
Gabriela Moldovan
2025-06-27
1
-20
/
+17
*
proto: Make RttEstimator::{ewma,min}_rtt_usec() return `Option`.
Gabriela Moldovan
2025-06-27
1
-1
/
+8
*
proto: Ugly hack to fix seqno accounting bug.
Gabriela Moldovan
2025-06-27
4
-0
/
+31
*
proto: Avoid switching legs unnecssarily.
Gabriela Moldovan
2025-06-27
1
-1
/
+1
*
proto: Add trace log for conflux leg switch events.
Gabriela Moldovan
2025-06-27
1
-1
/
+7
*
proto: Fix conflux-related congestion control proto violation.
Gabriela Moldovan
2025-06-27
1
-1
/
+87
*
proto: Support QuerySendWindow for multipath tunnels (fmt).
Gabriela Moldovan
2025-06-27
1
-7
/
+3
*
proto: Support QuerySendWindow for multipath tunnels.
Gabriela Moldovan
2025-06-27
1
-5
/
+6
*
tor-proto: log warning for SENDME reactor error
Steven Engler
2025-06-26
1
-5
/
+10
*
Make `StreamTarget::send_sendme` non-async
Steven Engler
2025-06-26
1
-25
/
+21
*
proto: Remove unused function from ConfluxSet
David Goulet
2025-06-26
1
-5
/
+0
*
hsservice: Stop using HopNum and use TargetHop
David Goulet
2025-06-26
2
-7
/
+10
*
proto: Make send_raw_msg() use a TargetHop
David Goulet
2025-06-26
1
-9
/
+9
*
hs: Remove the use of HopNum and instead use TargetHop
David Goulet
2025-06-26
3
-4
/
+20
*
proto: Add a control command to get the binding key
David Goulet
2025-06-26
1
-0
/
+30
*
Merge branch 'mockable-time' into 'main'
David Goulet
2025-06-25
1
-2
/
+13
|
\
|
*
tor-proto: Use mockable runtime in congestion control RTT estimator (fmt).
Gabriela Moldovan
2025-06-23
1
-1
/
+2
|
*
tor-proto: Use mockable runtime in congestion control RTT estimator.
Gabriela Moldovan
2025-06-23
1
-2
/
+7
|
*
tor-proto: Give Circuit a handle to the DynTimeProvider.
Gabriela Moldovan
2025-06-23
1
-0
/
+5
*
|
Merge branch 'fix-xon-xoff' into 'main'
Nick Mathewson
2025-06-25
1
-1
/
+1
|
\
\
|
*
|
tor-cell: fix incorrect XON/XOFF cell command integers
Steven Engler
2025-06-23
1
-1
/
+1
|
|
/
*
|
tor-proto: Add missing word in conflux docs.
Gabriela Moldovan
2025-06-23
1
-1
/
+1
*
|
tor-proto: Fix typo in comment.
Gabriela Moldovan
2025-06-23
1
-1
/
+1
|
/
*
tor-proto: Get rid of unnecessary extra variable.
Gabriela Moldovan
2025-06-16
1
-3
/
+1
*
tor-proto: Replace LegId/LegIdKey with UniqId.
Gabriela Moldovan
2025-06-13
3
-72
/
+86
*
tor-proto: Update doc links post-renaming.
Gabriela Moldovan
2025-06-13
1
-1
/
+1
*
tor-proto: Group conflux imports for consistency.
Gabriela Moldovan
2025-06-13
1
-2
/
+1
*
tor-proto: Rename function to clarify transition to a new tunnel (fmt).
Gabriela Moldovan
2025-06-13
2
-2
/
+9
*
tor-proto: Rename function to clarify transition to a new tunnel.
Gabriela Moldovan
2025-06-13
2
-3
/
+4
*
tor-proto: Fix up the circuit's tunnel ID after inserting into conflux set.
Gabriela Moldovan
2025-06-13
2
-2
/
+4
*
tor-proto: Give ConfluxSet a TunnelId for logging purposes.
Gabriela Moldovan
2025-06-13
1
-3
/
+13
*
tor-proto: Use TunnelScopedCircId instead of UniqId for logging.
Gabriela Moldovan
2025-06-12
3
-9
/
+10
*
tor-proto: Assign a separate identifier to the tunnel reactor.
Gabriela Moldovan
2025-06-12
1
-4
/
+2
*
tor-proto: Log channel, circuit, stream identifiers as structured fields.
Gabriela Moldovan
2025-06-12
5
-35
/
+51
*
tor-proto: Check we negotiated the right cc algorithm for conflux.
Gabriela Moldovan
2025-06-11
1
-2
/
+25
*
tor-proto: Simplify leg_is_valid() implementation.
Gabriela Moldovan
2025-06-11
1
-10
/
+10
*
tor-proto: Remove unnecessary TODO(conflux).
Gabriela Moldovan
2025-06-11
1
-1
/
+2
*
tor-proto: Address TODO about rejecting conflux cells on non-conflux circuits.
Gabriela Moldovan
2025-06-11
1
-2
/
+0
*
tor-proto: Remove TODO about SWITCH validation.
Gabriela Moldovan
2025-06-11
1
-2
/
+0
*
tor-proto: Do not use fallback cc algorithm when testing.
Gabriela Moldovan
2025-06-10
1
-3
/
+7
*
tor-proto: Get rid of unnecessary boolean param.
Gabriela Moldovan
2025-06-10
2
-17
/
+11
*
tor-proto: Link to ticket about forcing leg switching periodically.
Gabriela Moldovan
2025-06-10
1
-1
/
+1
*
tor-proto: Link to ticket about making conflux UX configurable.
Gabriela Moldovan
2025-06-10
1
-1
/
+1
[next]