| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump every crate by one patch version. | Nick Mathewson | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | Remove unused "dirs" dependency from tor-persist. | Nick Mathewson | 2021-11-16 | 1 | -1/+0 |
| | | |||||
| * | Document that the "testing" feature is not semver-covered. | Nick Mathewson | 2021-11-11 | 1 | -0/+2 |
| | | |||||
| * | tor-persist: serde usage now requires derive feature. | Nick Mathewson | 2021-10-29 | 1 | -2/+1 |
| | | |||||
| * | Bump all crate versions to 0.0.1 | Nick Mathewson | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | Change tor-persist to use json instead of toml. | Nick Mathewson | 2021-10-07 | 1 | -1/+1 |
| | | | | | | | 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 | -1/+3 |
| | | |||||
| * | tor-persist: Add a testing-only state manager that doesn't use disk | Nick Mathewson | 2021-09-30 | 1 | -0/+4 |
| | | |||||
| * | update fslock to compile android | Trinity Pointard | 2021-09-25 | 1 | -1/+1 |
| | | |||||
| * | Upgrade memmap2, directories, and dirs dependencies. | Nick Mathewson | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+22 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
