| 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. | ||||
| * | tor-proto: Port to web-time-compat | Nick Mathewson | 2026-03-26 | 1 | -4/+5 |
| | | |||||
| * | Fix typos | Tobias Stoeckmann | 2026-03-24 | 1 | -1/+1 |
| | | | | | Typos found with codespell | ||||
| * | proto: run add_warning to update tunnel_activity.rs | Nick Mathewson | 2025-11-12 | 1 | -1/+1 |
| | | |||||
| * | proto: assert that no member of InTunnelActivity needs_drop. | Nick Mathewson | 2025-11-12 | 1 | -1/+15 |
| | | |||||
| * | proto: Use a ZST-token pattern to enforce correctness for TunnelActivity | Nick Mathewson | 2025-11-12 | 1 | -2/+34 |
| | | |||||
| * | tor-proto: Track information on when tunnels were last used | Nick Mathewson | 2025-11-12 | 1 | -0/+171 |
| This is part of an implementation for proposal 368. | |||||
