| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test a few more corner cases in tor-persist | Nick Mathewson | 2022-05-25 | 1 | -0/+12 |
| | | | | | | Also, if we get an IoError from a call to fs-mistrust, report it as an IoError. | ||||
| * | Fix build with Rust 1.53; we can't use map_while | Nick Mathewson | 2022-04-14 | 1 | -1/+4 |
| | | |||||
| * | tor-persist::fs::clean: Log warnings for directory read failures | Ian Jackson | 2022-04-14 | 1 | -1/+19 |
| | | |||||
| * | tor-persist::fs::clean: Tweaks based on review. | Nick Mathewson | 2022-04-13 | 1 | -21/+32 |
| | | | | | | | | | | | | | Rename "deletable" to "obsolete". Simplify function structure. Report errors from `metadata()` and `modified()`. Don't claim that we're going to delete something unless we are. Comment about making CUTOFF configurable. | ||||
| * | Remove obsolete files from our state directory. | Nick Mathewson | 2022-04-12 | 1 | -0/+122 |
| This patch removes files created by older versions of arti, if they are at least 4 weeks old. Closes #282 | |||||
