| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Fix a few typos. | Nick Mathewson | 2021-11-24 | 1 | -1/+1 |
| | | | | | Also fix some commonwealth spellings that had slipped in. | ||||
| * | Remove try_lock from StorageHandle. | Nick Mathewson | 2021-10-20 | 1 | -6/+0 |
| | | |||||
| * | Replace the return type of StorageMgr::try_lock with a tristate | Nick Mathewson | 2021-10-20 | 1 | -1/+1 |
| | | | | | | It's useful to know now only if we now have the lock, but also if we just got it for the first time. | ||||
| * | Clarify why we use a dyn pointer for StorageHandle. | Nick Mathewson | 2021-09-30 | 1 | -1/+7 |
| | | |||||
| * | Add an object-safe wrapper for StateMgr. | Nick Mathewson | 2021-09-30 | 1 | -0/+84 |
| This is an attempt to uplift the trick that tor-circgmr is currently using, since we'll want it in tor-guardmgr too. | |||||
