| 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 | ||||
| * | Fix typos | Dimitris Apostolou | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | byte_qty: Support deserialising from strings and floats | Ian Jackson | 2024-08-27 | 1 | -1/+76 |
| | | | | | This finally makes this type suitable for parsing in config files. | ||||
| * | byte_qty: Implement FromStr, and improve Display impl | Ian Jackson | 2024-08-27 | 1 | -7/+189 |
| | | | | | Display can now choose appropriate units. | ||||
| * | byte_qty: provide TryFrom<u64> and <f64> | Ian Jackson | 2024-08-27 | 1 | -0/+76 |
| | | |||||
| * | byte_qty: Make serde dependency optional in tor-basic-utils | Ian Jackson | 2024-08-27 | 1 | -2/+7 |
| | | |||||
| * | byte_qty: Split up the derives | Ian Jackson | 2024-08-27 | 1 | -1/+2 |
| | | | | | The serde ones are going to need to be conditional. | ||||
| * | byte_qty: Move to tor-basic-utils | Ian Jackson | 2024-08-27 | 1 | -0/+69 |
| Code motion of byte_qty.rs, and minimal necessary supporting changes. | |||||
