aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit/padding.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* proto: Add a comment to note a naming issue.Nick Mathewson2025-10-021-0/+4
* Fix several rustdoc links.Nick Mathewson2025-09-161-2/+1
* Fix check_doc_features warning.Nick Mathewson2025-09-161-9/+1
* proto: Remove/narrow circ-padding allow(dead_code) exception.Nick Mathewson2025-09-151-3/+8
* proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+4
* proto: Make PaddingEvent uninhabited when padding is disabled.Nick Mathewson2025-09-091-18/+2
* padding: Install a PaddingController in each circuit.Nick Mathewson2025-09-021-0/+1
* padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-1/+3
* padding: Several comment/style fixes from @gabi-250Nick Mathewson2025-09-021-1/+1
* Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-021-0/+72