| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgrade to fslock version 0.2 | Nick Mathewson | 2021-10-27 | 1 | -1/+1 |
| | | | | | | This version makes all locks per-handle rather than per-process, by moving from lockf() to flock() on unix. | ||||
| * | Replace the return type of StorageMgr::try_lock with a tristate | Nick Mathewson | 2021-10-20 | 1 | -6/+8 |
| | | | | | | It's useful to know now only if we now have the lock, but also if we just got it for the first time. | ||||
| * | Change tor-persist to use json instead of toml. | Nick Mathewson | 2021-10-07 | 1 | -9/+8 |
| | | | | | | | 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. | ||||
| * | Move FsStatemgr to an inner module. | Nick Mathewson | 2021-09-30 | 1 | -0/+191 |
