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
/
circuit
/
padding
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Use a VecDeque for padding events; avoid reversing.
Nick Mathewson
2025-09-17
1
-11
/
+7
*
proto: Rename PaddingEventVec => PaddingEventQueue
Nick Mathewson
2025-09-17
1
-5
/
+5
*
proto: Fix a pair of padding setup TODOs.
Nick Mathewson
2025-09-17
1
-22
/
+37
*
proto: resolve/edit trivial "TODO circpad" instances.
Nick Mathewson
2025-09-17
2
-5
/
+7
*
Fix several rustdoc links.
Nick Mathewson
2025-09-16
1
-3
/
+3
*
proto: Remove/narrow circ-padding allow(dead_code) exception.
Nick Mathewson
2025-09-15
2
-16
/
+9
*
proto: Experimental API to install a circuit padder at a hop.
Nick Mathewson
2025-09-15
2
-18
/
+176
*
proto: Fix a semantic merge conflict.
Nick Mathewson
2025-09-15
1
-1
/
+2
*
Merge branch 'maybenot-validate-padding' into 'main'
Nick Mathewson
2025-09-15
2
-36
/
+156
|
\
|
*
proto: Use a new error type for excess padding.
Nick Mathewson
2025-09-15
2
-24
/
+14
|
*
proto, padding: A different formula to check padding total
Nick Mathewson
2025-09-15
1
-1
/
+6
|
*
proto: Keep stats on padding, and kill circuits when too much is sent.
Nick Mathewson
2025-09-09
1
-1
/
+113
|
*
tor-proto: Move some functions from PaddingController to PaddingShared
Nick Mathewson
2025-09-09
1
-30
/
+35
|
*
proto: Make decrypted_padding fallible.
Nick Mathewson
2025-09-09
2
-6
/
+14
*
|
Merge branch 'correct_replace_behavior' into 'main'
Nick Mathewson
2025-09-15
1
-1
/
+15
|
\
\
|
*
|
proto: Only replace padding when the target will see it.
Nick Mathewson
2025-09-10
1
-1
/
+1
|
*
|
proto: Emit the correct events on replacing padding
Nick Mathewson
2025-09-10
1
-0
/
+14
|
|
/
*
/
proto: Simplify/correct padding-based blocking logic.
Nick Mathewson
2025-09-11
1
-15
/
+32
|
/
*
proto: Make PaddingEvent uninhabited when padding is disabled.
Nick Mathewson
2025-09-09
2
-1
/
+24
*
proto: Implement run_padding_action.
Nick Mathewson
2025-09-09
1
-0
/
+5
*
proto: Make PaddingEventStream implement FusedStream.
Nick Mathewson
2025-09-08
2
-0
/
+16
*
Require maybenot 2.2.0 for padding
Nick Mathewson
2025-09-08
1
-2
/
+1
*
padding: Fix compilation with padding disabled.
Nick Mathewson
2025-09-03
1
-1
/
+16
*
padding: Give CircEnt in a Channel a handle for the PaddingController.
Nick Mathewson
2025-09-02
1
-1
/
+2
*
padding: Install a PaddingController in each circuit.
Nick Mathewson
2025-09-02
1
-1
/
+1
*
padding: track which hop each queued cell is for.
Nick Mathewson
2025-09-02
2
-9
/
+66
*
padding: document when we set next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-0
/
+3
*
padding: Call hops "target" rather than "final" for clarity
Nick Mathewson
2025-09-02
1
-4
/
+6
*
padding: s/can_bypass/is_bypassable/ for clarity.
Nick Mathewson
2025-09-02
2
-10
/
+11
*
padding: Clarify next_expiration vs next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-4
/
+9
*
padding: Several comment/style fixes from @gabi-250
Nick Mathewson
2025-09-02
3
-7
/
+10
*
Define and implement a backend padding API, based on maybenot.
Nick Mathewson
2025-09-02
3
-0
/
+1262