| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Move `FallbackDir` into `tor-dircommon` | Clara Engler | 2025-09-11 | 1 | -1/+1 |
| | | |||||
| * | Resolve some clippy warnings about empty rustdoc. | Nick Mathewson | 2024-05-05 | 1 | -3/+1 |
| | | | | | | (In most cases, by writing the documentation; in tests, by permitting the documentation to be missing.) | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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. | ||||
| * | Merge branch 'test-config' into 'main' | Ian Jackson | 2022-11-23 | 1 | -1/+1 |
| |\ | | | | | | | | | tor-guardmgr: Fix visibility of TestConfig with no features enabled See merge request tpo/core/arti!875 | ||||
| | * | tor-guardmgr: Fix visibility of TestConfig with no features enabled | Ian Jackson | 2022-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | Without this, tor-guardmgr tests don't build when run without the crate's own testing feature enabled. | ||||
| * | | bridge non-support: Add doc notes to GuardMgrConfig::bridges_enabled | Ian Jackson | 2022-11-21 | 1 | -0/+7 |
| |/ | |||||
| * | Fix typos | Dimitris Apostolou | 2022-11-06 | 1 | -2/+2 |
| | | |||||
| * | guardmgr config: Provide bridge information to new and reconfigure | Ian Jackson | 2022-11-03 | 1 | -1/+20 |
| | | |||||
| * | guardmgr config: Introduce and require new GuardMgrConfig trait | Ian Jackson | 2022-11-03 | 1 | -0/+44 |
| It doesn't seem to me like it makes sense to provide the backward compatibility here. | |||||
