| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix word duplicate typos | Tobias Stoeckmann | 2026-03-15 | 1 | -1/+1 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | proto: Implement channel padding with maybenot padders. | Nick Mathewson | 2025-10-02 | 1 | -5/+0 |
| | | | | | With this commit we now actually generate padding when we're told to. | ||||
| * | proto: start implementing logic for padding actions. | Nick Mathewson | 2025-10-02 | 1 | -1/+1 |
| | | |||||
| * | Add a blocker to channel outbound sink. | Nick Mathewson | 2025-10-02 | 1 | -0/+1 |
| | | |||||
| * | padding: Remove post-queue blocker. | Nick Mathewson | 2025-09-30 | 1 | -1/+5 |
| | | | | | | | | We no longer want to _ever_ block non-DATA cells, per discussion in circuit-padding.md. Closes #2190. | ||||
| * | proto::util::sink_blocker: Narrow dead_code warning exception. | Nick Mathewson | 2025-09-17 | 1 | -16/+5 |
| | | |||||
| * | Two grammar/typo fixes from @gabi-250 | Nick Mathewson | 2025-09-09 | 1 | -1/+1 |
| | | |||||
| * | SinkBlocker: Add a comment in poll_flush | Nick Mathewson | 2025-09-08 | 1 | -0/+2 |
| | | |||||
| * | proto: Define a new composable SinkBlocker type. | Nick Mathewson | 2025-09-04 | 1 | -0/+275 |
| This type wraps a futures::Sink, and allows it to be temporarily blocked and unblocked. I'm going to use this to implement padding-based circuit blocking, according to the designs in !3225. | |||||
