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: Remove element_idx + remove in favor of remove_unchecked().
Gabriela Moldovan
2025-07-25
1
-11
/
+1
*
proto: Replace hand-rolled exactly_one() impl with itertools.
Gabriela Moldovan
2025-07-25
1
-51
/
+26
*
proto: Add a ConfluxSet::remove_unchecked method.
Gabriela Moldovan
2025-07-25
1
-0
/
+16
*
Downgrade an XXXX to a TODO.
Nick Mathewson
2025-07-23
1
-1
/
+3
*
Refactor/simplify HopSettings construction
Nick Mathewson
2025-07-23
1
-3
/
+6
*
proto: Send extensions as appropriate to negotiate CGO.
Nick Mathewson
2025-07-23
1
-0
/
+33
*
proto: Take format+crypto settings from HopSettings
Nick Mathewson
2025-07-23
4
-44
/
+16
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
3
-8
/
+44
*
tor-proto: add plumbing for sending XON
Steven Engler
2025-07-17
2
-1
/
+32
*
tor-proto: send XOFF messages when the queue grows too large
Steven Engler
2025-07-16
2
-0
/
+35
*
tor-proto: add dedicated types for the incoming stream queue
Steven Engler
2025-07-16
3
-13
/
+16
*
tor-proto: rename `StreamSendFlowControl` and related changes
Steven Engler
2025-07-15
1
-8
/
+8
*
tor-proto: adjust `CtrlMsg::SendSendme` and rename
Steven Engler
2025-07-15
1
-56
/
+76
*
Merge branch 'flow-ctrl' into 'main'
opara
2025-07-10
3
-23
/
+63
|
\
|
*
tor-proto: changed 'if' statements to 'match'
Steven Engler
2025-07-10
1
-11
/
+17
|
*
tor-proto: set `XonXoffBased` variant behind "flowctl-cc" feat
Steven Engler
2025-07-07
1
-5
/
+15
|
*
tor-proto: handle XON/XOFF messages
Steven Engler
2025-07-07
1
-3
/
+10
|
*
tor-proto: establish channel for rate limit updates
Steven Engler
2025-07-07
3
-10
/
+32
|
*
tor-proto: move sendme decoding into `StreamSendFlowControl`
Steven Engler
2025-07-07
1
-7
/
+2
*
|
Merge branch 'prop360-combined' into 'main'
Nick Mathewson
2025-07-10
2
-0
/
+72
|
\
\
|
*
|
Suggestions from @gabi-250 on prop360 implementation.
Nick Mathewson
2025-07-10
1
-1
/
+1
|
*
|
proto: Add the ability to enforce a maximum number of cells per hop
Nick Mathewson
2025-07-10
2
-0
/
+72
|
|
/
*
/
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
|
/
*
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
|
\
\
[next]