summaryrefslogtreecommitdiff
path: root/tor-cell/src/relaycell.rs
Commit message (Expand)AuthorAgeFilesLines
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-1/+1
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-9/+9
* Improve documentation in tor-cellNick Mathewson2020-10-261-1/+5
* Rename CircID and StreamID to end with Id instead, for consistencyNick Mathewson2020-10-251-15/+15
* Implement From, not Into.Nick Mathewson2020-10-191-3/+3
* Add relay commands for circuit padding.Nick Mathewson2020-10-191-1/+4
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-1/+1
* Remove a comment about a spec clarificationNick Mathewson2020-10-181-2/+0
* Document all the private items in tor-cellNick Mathewson2020-10-091-0/+9
* Move counts_towards_windows() code into circuit moduleNick Mathewson2020-10-091-8/+0
* Fix counting rules for circuit-level sendmes.Nick Mathewson2020-10-091-4/+4
* Move RelayCell into a more reasonable place.Nick Mathewson2020-09-291-1/+111
* Add test vectors for a few relay message types.Nick Mathewson2020-09-261-0/+2
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-0/+142