| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a GuardMgr member to CircuitBuilder | Nick Mathewson | 2021-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 | |
| | | ||||||
| * | Fix some typos (via the "typos" tool) | Nick Mathewson | 2021-10-08 | 1 | -2/+2 | |
| | | ||||||
| * | Change tor-persist to use json instead of toml. | Nick Mathewson | 2021-10-07 | 3 | -19/+21 | |
| | | | | | | | The limitations with toml seemed to be reaching a head, and I wasn't able to refactor the guardmgr code enough to actually have its state be serializable as toml. Json's limitations are much narrower. | |||||
| * | Allow building tor-persist for WASM | Jani Monoses | 2021-10-01 | 1 | -0/+2 | |
| | | ||||||
| * | Clarify why we use a dyn pointer for StorageHandle. | Nick Mathewson | 2021-09-30 | 1 | -1/+7 | |
| | | ||||||
| * | remote unused tor-persist/src/config.rs | Nick Mathewson | 2021-09-30 | 1 | -10/+0 | |
| | | ||||||
| * | Add tests for tor-persist object-safe wrapper. | Nick Mathewson | 2021-09-30 | 1 | -0/+34 | |
| | | ||||||
| * | tor-persist: Add a testing-only state manager that doesn't use disk | Nick Mathewson | 2021-09-30 | 2 | -0/+170 | |
| | | ||||||
| * | Move FsStatemgr to an inner module. | Nick Mathewson | 2021-09-30 | 2 | -187/+194 | |
| | | ||||||
| * | Add an object-safe wrapper for StateMgr. | Nick Mathewson | 2021-09-30 | 2 | -0/+98 | |
| | | | | | | This is an attempt to uplift the trick that tor-circgmr is currently using, since we'll want it in tor-guardmgr too. | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -0/+1 | |
| | | ||||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 2 | -0/+302 | |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | ||||||
