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
/
circuit
/
padding
/
maybenot_padding.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade to itertools 0.15.0
Nick Mathewson
2026-07-01
1
-10
/
+9
*
proto: Take current time as an argument when constructing padder.
Nick Mathewson
2026-03-31
1
-4
/
+10
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-1
/
+1
*
proto; Factor HOPS constant out of maybenot_padding
Gabriela Moldovan
2026-01-29
1
-3
/
+1
*
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
1
-0
/
+6
*
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
1
-4
/
+5
*
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
1
-12
/
+9
*
proto: Experimental API to install a circuit padder at a hop.
Nick Mathewson
2025-09-15
1
-18
/
+161
*
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
1
-32
/
+147
|
\
|
*
proto: Use a new error type for excess padding.
Nick Mathewson
2025-09-15
1
-21
/
+8
|
*
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
1
-2
/
+8
*
|
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
1
-1
/
+16
*
proto: Implement run_padding_action.
Nick Mathewson
2025-09-09
1
-0
/
+5
*
proto: Make PaddingEventStream implement FusedStream.
Nick Mathewson
2025-09-08
1
-0
/
+8
*
padding: Give CircEnt in a Channel a handle for the PaddingController.
Nick Mathewson
2025-09-02
1
-1
/
+2
*
padding: track which hop each queued cell is for.
Nick Mathewson
2025-09-02
1
-5
/
+45
*
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
1
-8
/
+8
*
padding: Several comment/style fixes from @gabi-250
Nick Mathewson
2025-09-02
1
-5
/
+6
*
Define and implement a backend padding API, based on maybenot.
Nick Mathewson
2025-09-02
1
-0
/
+592