| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix another doc link. | Nick Mathewson | 2025-11-13 | 1 | -1/+1 |
| | | |||||
| * | Add a notion of isolation strong enough to enable long-lived circuits. | Nick Mathewson | 2025-11-12 | 1 | -0/+38 |
| | | | | | Part of prop368. | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -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 Mathewson | 2022-05-23 | 1 | -1/+1 |
| | | | | | It's a little overzealous sometimes, but it's mostly to the good. | ||||
| * | Remove a now-irrelevant comment | Nick Mathewson | 2022-03-28 | 1 | -2/+0 |
| | | |||||
| * | remove usage of 'token' where it's no longer a token | trinity-1686a | 2022-03-27 | 1 | -12/+15 |
| | | |||||
| * | implement IsolationHelper for StreamIsolation | trinity-1686a | 2022-03-25 | 1 | -11/+9 |
| | | | | | but don't use it in a dyn Isolation context | ||||
| * | move StreamIsolation to isolation module | trinity-1686a | 2022-03-24 | 1 | -6/+103 |
| | | |||||
| * | implement IsolationHelper for tuple of IsolationHelper | trinity-1686a | 2022-03-24 | 1 | -0/+159 |
| | | |||||
| * | move isolation in separate module | trinity-1686a | 2022-03-24 | 1 | -0/+329 |
