| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-persist: Make LockStatus #[must_use] | Ian Jackson | 2023-11-22 | 1 | -0/+1 |
| | | | | | | I see other problems with this API, see #1136. but we can at least easily do this. | ||||
| * | Remove semver.md files now that 1.1.2 is out. | Nick Mathewson | 2023-02-28 | 1 | -1/+0 |
| | | |||||
| * | ErrorHint: Implement tryfrom_torpersist | Nick Mathewson | 2023-01-27 | 1 | -0/+1 |
| | | |||||
| * | Now that versions have bumped, remove semver.md files. | Nick Mathewson | 2022-08-01 | 1 | -1/+0 |
| | | |||||
| * | tor-persist: Big refactoring on Error type. | Nick Mathewson | 2022-07-06 | 1 | -0/+1 |
| Every error now has an action (what we were trying to do), a resource (what we were trying to do it to), and a source (what problem we encountered). Initially I tried to add "action" and "resource" fields to error variants individually, but that led to a combinatorial explosion. Part of #323. | |||||
