| 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 | ||||
| * | cell: simpler approach to assert-checking offsets | Nick Mathewson | 2025-04-16 | 1 | -6/+8 |
| | | |||||
| * | cell: Implement parsing and encoding for V1 relay cells | Nick Mathewson | 2025-04-16 | 1 | -0/+14 |
| | | | | | This is the main part of #1944, and will be needed for CGO. | ||||
| * | cell: Add a debugging-only method to simplify debug_asserts. | Nick Mathewson | 2025-04-16 | 1 | -0/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | doc: fix malformatted comment in SliceWriterError | Emil Engler | 2023-08-14 | 1 | -1/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | slicewriter: rename a local variable. | Nick Mathewson | 2023-02-15 | 1 | -4/+4 |
| | | |||||
| * | Move slicewriter to tor-cell and make it private. | Nick Mathewson | 2023-02-15 | 1 | -0/+135 |
| Also, add some comments about how it is likely to change. | |||||
