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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'celltypes' into 'main'
gabi-250
2025-10-14
6
-187
/
+5
|
\
|
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
6
-187
/
+5
*
|
Merge branch 'unique-id' into 'main'
David Goulet
2025-10-14
1
-6
/
+0
|
\
\
|
*
|
proto: Stop using tunnel IDs in relay reactor.
Gabriela Moldovan
2025-10-13
1
-6
/
+0
|
|
/
*
/
proto: Use a small vec for the hop list.
Gabriela Moldovan
2025-10-13
1
-1
/
+7
|
/
*
Merge branch 'mv-flow-ctrl' into 'main'
gabi-250
2025-10-08
17
-1083
/
+14
|
\
|
*
proto: Move flow_ctrl module under stream (fmt).
Gabriela Moldovan
2025-10-07
8
-18
/
+14
|
*
proto: Move flow_ctrl module under stream.
Gabriela Moldovan
2025-10-07
17
-1079
/
+14
*
|
tor-proto: deprecate handshake-specific create/extend variants
Nick Mathewson
2025-10-07
1
-0
/
+10
|
/
*
Merge branch 'chan_padder' into 'main'
Nick Mathewson
2025-10-06
4
-4
/
+20
|
\
|
*
proto: Add a comment to note a naming issue.
Nick Mathewson
2025-10-02
1
-0
/
+4
|
*
proto: Implement channel padding with maybenot padders.
Nick Mathewson
2025-10-02
1
-1
/
+0
|
*
proto: Trigger maybenot events for channel-level padding.
Nick Mathewson
2025-10-02
2
-0
/
+9
|
*
proto: Generate per-sender NormalSent events from circuits.
Nick Mathewson
2025-10-01
1
-3
/
+7
*
|
tor-proto: fix comment related to validating stream messages
Steven Engler
2025-09-30
1
-3
/
+4
|
/
*
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
*
Sort output events for next_circ_action.
Nick Mathewson
2025-09-29
1
-1
/
+48
*
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
4
-132
/
+109
*
proto: Expose CircHopList in ConfluxSet.
Gabriela Moldovan
2025-09-25
1
-1
/
+1
*
proto: Return multiple actions from next_circ_action (fmt).
Gabriela Moldovan
2025-09-25
1
-47
/
+47
*
proto: Return multiple actions from next_circ_action.
Gabriela Moldovan
2025-09-25
2
-4
/
+17
*
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
6
-28
/
+233
|
\
|
*
proto: Temporarily ignore large_enum_variant clippy warning.
Gabriela Moldovan
2025-09-23
1
-0
/
+1
|
*
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
3
-11
/
+24
|
*
proto: Log circuit reactor errors at debug level.
Gabriela Moldovan
2025-09-22
1
-2
/
+2
|
*
proto: Reject any messages arriving on expired half-streams.
Gabriela Moldovan
2025-09-19
3
-3
/
+11
|
*
proto: Add test to ensure half-streams are removed after a while.
Gabriela Moldovan
2025-09-19
1
-0
/
+80
|
*
proto: Calculate CBT more accurately.
Gabriela Moldovan
2025-09-19
2
-4
/
+9
|
*
proto: Remove half-streams when they expire.
Gabriela Moldovan
2025-09-16
4
-1
/
+33
|
*
proto: Use the CBT to compute half-stream timeouts.
Gabriela Moldovan
2025-09-16
3
-9
/
+37
|
*
proto: Give Each EndSentStreamEnt an expiry (fmt).
Gabriela Moldovan
2025-09-16
2
-2
/
+8
|
*
proto: Give Each EndSentStreamEnt an expiry.
Gabriela Moldovan
2025-09-16
4
-8
/
+44
|
*
proto: Remove unnecessary IEFE.
Gabriela Moldovan
2025-09-16
1
-6
/
+4
*
|
tor-proto: add some trace logs to XON/XOFF code
Steven Engler
2025-09-22
1
-0
/
+9
*
|
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-18
7
-42
/
+62
|
\
\
|
*
|
tor-proto: fix a hard-coded `cc_xoff_client`
Steven Engler
2025-09-18
2
-4
/
+15
[prev]
[next]