summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/slicewriter.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.