aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit/padding/maybenot_padding
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-4/+4
* proto: Take current time as an argument when constructing padder.Nick Mathewson2026-03-311-3/+2
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-1/+3
* proto: resolve/edit trivial "TODO circpad" instances.Nick Mathewson2025-09-171-1/+2
* proto: Remove/narrow circ-padding allow(dead_code) exception.Nick Mathewson2025-09-151-4/+0
* proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+15
* Require maybenot 2.2.0 for paddingNick Mathewson2025-09-081-2/+1
* padding: Install a PaddingController in each circuit.Nick Mathewson2025-09-021-1/+1
* padding: s/can_bypass/is_bypassable/ for clarity.Nick Mathewson2025-09-021-2/+3
* padding: Clarify next_expiration vs next_scheduled_wakeupNick Mathewson2025-09-021-4/+9
* padding: Several comment/style fixes from @gabi-250Nick Mathewson2025-09-021-2/+2
* Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-021-0/+593