| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-persist: migrate to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -7/+6 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | tor-persist: miri: disable tests that involve fs access | Ian Jackson | 2024-10-08 | 1 | -1/+1 |
| | | |||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Use tor_basic_utils::PathExt::display_lossy | Ian Jackson | 2024-03-05 | 1 | -3/+4 |
| | | | | | | Change Path::display to this new function, in call sites where it's being used for a diagnostic. | ||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | Throughout: Use *_report!() macros for reporting Errors. | Nick Mathewson | 2023-07-07 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | I identified the cases to replace by searching for the string `.report()`. There are a few that I didn't change: * A couple of cases that used anyhow::Error, * One case that reported two Errors. * Two cases in `tor_hsclient::err` that just did `error!("Bug: {}")`. I have also not audited the cases in `tor-hsclient` where we're using `tor_error::Report` manually. Nonetheless, closes #949. | ||||
| * | Use ErrorReport for errors in warn! in tor-persist | Ian Jackson | 2023-01-30 | 1 | -2/+3 |
| | | |||||
| * | Allow clippy::unchecked_duration_subtraction in tests | Nick Mathewson | 2023-01-27 | 1 | -0/+1 |
| | | | | | | This panics on error, and we're fine with a panic on misbehavior in tests. | ||||
| * | test lint blocks: Add many many automatically | Ian Jackson | 2022-12-12 | 1 | -0/+8 |
| | | | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks. | ||||
| * | Fix a bunch of "needless borrow" warnings on nightly | Nick Mathewson | 2022-11-18 | 1 | -3/+3 |
| | | | | | | It looks like, despite a few false starts, they've got this warning right; there weren't any false positives. | ||||
| * | tor-persist: use map_while | Nick Mathewson | 2022-11-10 | 1 | -4/+1 |
| | | | | | It was introduced in Rust 1.57. | ||||
| * | 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 | |||||
