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
/
client
/
reactor
/
circuit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
proto: Use a small vec for the hop list.
Gabriela Moldovan
2025-10-13
1
-1
/
+7
|
/
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
1
-5
/
+3
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
1
-3
/
+3
*
proto: Generate per-sender NormalSent events from circuits.
Nick Mathewson
2025-10-01
1
-3
/
+7
*
padding: Remove post-queue blocker.
Nick Mathewson
2025-09-30
1
-27
/
+23
*
padding: be less dogmatic in a TODO about where a buffer would go.
Nick Mathewson
2025-09-30
1
-4
/
+4
*
proto: Rewrite ConfluxSet::next_circ_action() using PollAll.
Gabriela Moldovan
2025-09-25
1
-5
/
+5
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-4
/
+30
|
\
|
*
proto: Add new error type for cells received on non-existent streams.
Gabriela Moldovan
2025-09-22
1
-6
/
+10
|
*
proto: Reject any messages arriving on expired half-streams.
Gabriela Moldovan
2025-09-19
1
-0
/
+6
|
*
proto: Remove half-streams when they expire.
Gabriela Moldovan
2025-09-16
1
-0
/
+10
|
*
proto: Give Each EndSentStreamEnt an expiry (fmt).
Gabriela Moldovan
2025-09-16
1
-1
/
+5
|
*
proto: Give Each EndSentStreamEnt an expiry.
Gabriela Moldovan
2025-09-16
1
-1
/
+3
*
|
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-18
1
-13
/
+9
|
\
\
|
*
|
tor-proto: rename `take_capacity_to_send` to `about_to_send`
Steven Engler
2025-09-18
1
-8
/
+4
|
*
|
tor-proto: share the `FlowCtrlParameters` across streams
Steven Engler
2025-09-17
1
-5
/
+5
*
|
|
Merge branch 'simple_circpad_todos' into 'main'
gabi-250
2025-09-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
proto: resolve/edit trivial "TODO circpad" instances.
Nick Mathewson
2025-09-17
1
-1
/
+1
*
|
|
Merge branch 'xon-xoff-checker-2' into 'main'
opara
2025-09-18
1
-5
/
+20
|
\
\
\
|
*
|
|
tor-proto: add `SidechannelMitigation` to `XonXoffFlowCtrl`
Steven Engler
2025-09-16
1
-2
/
+17
|
*
|
|
tor-proto: change `take_capacity_to_send` to take `AnyRelayMsg`
Steven Engler
2025-09-16
1
-3
/
+3
|
|
/
/
*
/
/
proto: Resolve a warning when building without flowctl-cc.
Nick Mathewson
2025-09-17
1
-0
/
+2
|
/
/
*
|
Merge branch 'padding_replace_and_channels' into 'main'
Nick Mathewson
2025-09-16
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
proto: Consider the channel queue with "Replace" padding to hop 1.
Nick Mathewson
2025-09-16
1
-1
/
+10
*
|
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-15
1
-3
/
+19
|
\
\
|
|
/
|
/
|
|
*
tor-proto: pass `FlowCtrlParameters` to `XonXoffFlowCtrl`
Steven Engler
2025-09-11
1
-3
/
+19
*
|
Merge branch 'padding_congestion_signal' into 'main'
Nick Mathewson
2025-09-15
1
-1
/
+35
|
\
\
|
*
|
proto: Move congestion_signals into CircCellSender.
Nick Mathewson
2025-09-09
1
-16
/
+21
|
*
|
proto: Base congestion signal on the channel.
Nick Mathewson
2025-09-09
1
-2
/
+31
*
|
|
Merge branch 'correct_replace_behavior' into 'main'
Nick Mathewson
2025-09-15
1
-0
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2025-09-15
1
-1
/
+1
|
*
|
proto: Only replace padding when the target will see it.
Nick Mathewson
2025-09-10
1
-0
/
+12
|
|
/
*
|
tor-proto: rename `StreamFlowCtrl` constructors
Steven Engler
2025-09-10
1
-2
/
+2
*
|
tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`
Steven Engler
2025-09-10
1
-4
/
+4
*
|
tor-proto: move `DrainRateRequest`
Steven Engler
2025-09-10
1
-3
/
+2
*
|
tor-proto: remove a `pub(crate) use` from `client::stream`
Steven Engler
2025-09-10
1
-3
/
+4
|
/
*
Two grammar/typo fixes from @gabi-250
Nick Mathewson
2025-09-09
1
-1
/
+1
*
CircuitCellSender: add methods to implement blocking.
Nick Mathewson
2025-09-09
1
-0
/
+41
*
proto: Make CircuitCellSender type conditional depending on circpadding.
Nick Mathewson
2025-09-08
1
-13
/
+116
*
Wrap a Circuit's outbound cell queue as its own type.
Nick Mathewson
2025-09-08
1
-0
/
+102
*
proto: Move TunnelId to a separate, shared module (fmt).
Gabriela Moldovan
2025-08-28
2
-2
/
+2
*
proto: Move TunnelId to a separate, shared module.
Gabriela Moldovan
2025-08-28
2
-2
/
+2
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
2
-4
/
+3
*
proto: Move the `stream` module under `client` (fmt).
Gabriela Moldovan
2025-08-18
1
-4
/
+4
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-2
/
+2
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
2
-9
/
+9
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
3
-0
/
+1048
[prev]