| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | 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. | ||||
| * | Allow "clippy::single_char_pattern" in tests. | Ian Jackson | 2022-10-12 | 1 | -0/+1 |
| | | | | | | | | This lint exists for perf reasons, and this is rarely relevant in tests. Using double quoted str is generally cognitively less burdensome. | ||||
| * | chanmgr, testing: Provide config accessor for testing | Ian Jackson | 2022-08-16 | 1 | -0/+8 |
| | | | | | | The top-level global config is going to want to see whether its machinations have the right effect. | ||||
| * | channel: Introduce padding config | Ian Jackson | 2022-08-16 | 1 | -6/+6 |
| | | | | | | Nothing actually reads this yet, and we also want a client-global default for padding. | ||||
| * | Introduce ChannelConfig | Ian Jackson | 2022-08-16 | 1 | -0/+45 |
| This commit is just the necessary plumbing. The config is currently empty. We'll add something to it, for padding control, later. | |||||
