| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use anonymize_home() when displaying various messages. | Nick Mathewson | 2022-08-31 | 1 | -2/+3 |
| | | | | | Closes #555 | ||||
| * | tor-persist: Resource::Temporary: Mark with cfg | Ian Jackson | 2022-07-18 | 1 | -0/+1 |
| | | | | | Without this, some builds get a "variant is never constructed" warning. | ||||
| * | tor-persist: Big refactoring on Error type. | Nick Mathewson | 2022-07-06 | 1 | -28/+100 |
| | | | | | | | | | | | | 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. | ||||
| * | tor-persist: Move Error to a module. | Nick Mathewson | 2022-07-06 | 1 | -0/+74 |
