summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/isolation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix another doc link.Nick Mathewson2025-11-131-1/+1
|
* Add a notion of isolation strong enough to enable long-lived circuits.Nick Mathewson2025-11-121-0/+38
| | | | Part of prop368.
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
| | | | It's a little overzealous sometimes, but it's mostly to the good.
* Remove a now-irrelevant commentNick Mathewson2022-03-281-2/+0
|
* remove usage of 'token' where it's no longer a tokentrinity-1686a2022-03-271-12/+15
|
* implement IsolationHelper for StreamIsolationtrinity-1686a2022-03-251-11/+9
| | | | but don't use it in a dyn Isolation context
* move StreamIsolation to isolation moduletrinity-1686a2022-03-241-6/+103
|
* implement IsolationHelper for tuple of IsolationHelpertrinity-1686a2022-03-241-0/+159
|
* move isolation in separate moduletrinity-1686a2022-03-241-0/+329