aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/slicewriter.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-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 Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* cell: simpler approach to assert-checking offsetsNick Mathewson2025-04-161-6/+8
|
* cell: Implement parsing and encoding for V1 relay cellsNick Mathewson2025-04-161-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 Mathewson2025-04-161-0/+9
|
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
|
* doc: fix malformatted comment in SliceWriterErrorEmil Engler2023-08-141-1/+1
|
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
|
* slicewriter: rename a local variable.Nick Mathewson2023-02-151-4/+4
|
* Move slicewriter to tor-cell and make it private.Nick Mathewson2023-02-151-0/+135
Also, add some comments about how it is likely to change.