aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/tunnel_activity.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-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-compatNick Mathewson2026-03-261-4/+5
|
* Fix typosTobias Stoeckmann2026-03-241-1/+1
| | | | Typos found with codespell
* proto: run add_warning to update tunnel_activity.rsNick Mathewson2025-11-121-1/+1
|
* proto: assert that no member of InTunnelActivity needs_drop.Nick Mathewson2025-11-121-1/+15
|
* proto: Use a ZST-token pattern to enforce correctness for TunnelActivityNick Mathewson2025-11-121-2/+34
|
* tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-121-0/+171
This is part of an implementation for proposal 368.