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
/
client
/
reactor
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: fix `clippy::needless_pass_by_value` warning
Steven Engler
2025-10-21
1
-0
/
+1
*
proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)
Gabriela Moldovan
2025-10-21
2
-2
/
+2
*
proto: Move StreamMpsc{Sender,Receiver} to stream module
Gabriela Moldovan
2025-10-21
3
-3
/
+4
*
proto: Move hop settings into a shared module
Gabriela Moldovan
2025-10-21
4
-6
/
+9
*
proto: Move streammap out of the client module (fmt)
Gabriela Moldovan
2025-10-21
3
-5
/
+3
*
proto: Move streammap out of the client module
Gabriela Moldovan
2025-10-21
4
-4
/
+5
*
proto: Move dumb pipes to top-lvl stream module (fmt)
Gabriela Moldovan
2025-10-21
3
-3
/
+3
*
proto: Move dumb pipes to top-lvl stream module
Gabriela Moldovan
2025-10-21
3
-3
/
+3
*
Refactor: turn circ_extensions_from_settings into a method
Nick Mathewson
2025-10-20
2
-63
/
+2
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker
Gabriela Moldovan
2025-10-16
1
-2
/
+2
*
proto: Split out DataCmdChecker into multiple types.
Gabriela Moldovan
2025-10-16
1
-2
/
+2
*
proto: Reformat imports post-move.
Gabriela Moldovan
2025-10-16
3
-3
/
+3
*
proto: Avoid crate-pub reexports of shared types from the client module.
Gabriela Moldovan
2025-10-16
3
-3
/
+3
*
tor-proto: remove `StreamEndpointType`
Steven Engler
2025-10-14
1
-8
/
+6
*
Merge branch 'celltypes' into 'main'
gabi-250
2025-10-14
3
-3
/
+3
|
\
|
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
3
-3
/
+3
*
|
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
3
-9
/
+7
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
3
-7
/
+7
*
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
2
-36
/
+26
*
padding: be less dogmatic in a TODO about where a buffer would go.
Nick Mathewson
2025-09-30
1
-4
/
+4
*
proto: Replace magic value with constant (fmt).
Gabriela Moldovan
2025-09-25
1
-1
/
+2
*
proto: Replace magic value with constant.
Gabriela Moldovan
2025-09-25
1
-4
/
+9
*
proto: Use MAX_CONFLUX_LEGS instead of magic number.
Gabriela Moldovan
2025-09-25
1
-1
/
+2
*
proto: Make padding and timeout actions take priority.
Gabriela Moldovan
2025-09-25
1
-34
/
+69
*
proto: Add comment emphasizing that the PollAll ordering matters.
Gabriela Moldovan
2025-09-25
1
-0
/
+7
*
proto: Add comment explaining why we need the chan_sender readiness check.
Gabriela Moldovan
2025-09-25
1
-0
/
+3
*
proto: Rewrite should_skip_join_point to return bool.
Gabriela Moldovan
2025-09-25
1
-11
/
+10
*
proto: Avoid polling join point streams more than once.
Gabriela Moldovan
2025-09-25
1
-6
/
+11
*
proto: Remove now-unused function.
Gabriela Moldovan
2025-09-25
1
-21
/
+2
*
proto: Rewrite ConfluxSet::next_circ_action() using PollAll.
Gabriela Moldovan
2025-09-25
3
-131
/
+108
*
proto: Expose CircHopList in ConfluxSet.
Gabriela Moldovan
2025-09-25
1
-1
/
+1
*
proto: Return multiple actions from next_circ_action.
Gabriela Moldovan
2025-09-25
1
-2
/
+12
*
proto: Push conflux state checks inside handshake_timeout() (fmt).
Gabriela Moldovan
2025-09-25
1
-6
/
+6
*
proto: Push conflux state checks inside handshake_timeout().
Gabriela Moldovan
2025-09-25
3
-9
/
+13
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
3
-14
/
+75
|
\
|
*
proto: Apply deferred rustfmt.
Gabriela Moldovan
2025-09-22
1
-3
/
+1
|
*
proto: Remove duplicate word in comment.
Gabriela Moldovan
2025-09-22
1
-1
/
+1
|
*
proto: Add new error type for cells received on non-existent streams.
Gabriela Moldovan
2025-09-22
2
-10
/
+23
|
*
proto: Reject any messages arriving on expired half-streams.
Gabriela Moldovan
2025-09-19
2
-2
/
+10
|
*
proto: Calculate CBT more accurately.
Gabriela Moldovan
2025-09-19
1
-3
/
+3
|
*
proto: Remove half-streams when they expire.
Gabriela Moldovan
2025-09-16
3
-1
/
+25
|
*
proto: Use the CBT to compute half-stream timeouts.
Gabriela Moldovan
2025-09-16
1
-1
/
+12
|
*
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
2
-3
/
+6
*
|
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-18
2
-15
/
+11
|
\
\
|
*
|
tor-proto: rename `take_capacity_to_send` to `about_to_send`
Steven Engler
2025-09-18
2
-10
/
+6
|
*
|
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
|
\
\
\
|
|
/
/
|
/
|
|
[next]