summaryrefslogtreecommitdiff
path: root/tor-cell/src/chancell.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-181-1/+1
|
* 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-7/+7
| | | | This is painful, but we shouldn't have to do it again.
* Improve documentation in tor-cellNick Mathewson2020-10-261-1/+1
|
* Rename CircID and StreamID to end with Id instead, for consistencyNick Mathewson2020-10-251-12/+12
|
* Implement From, not Into.Nick Mathewson2020-10-191-3/+3
| | | | | These traits are inverses of one another, but implementing From is always preferred since rust 1.41 relaxed the "orphan rules".
* Document all the private items in tor-cellNick Mathewson2020-10-091-0/+5
| | | | | Also, change the type of the authentication challenge to be an array; it isn't in fact variable-length.
* Rename remaining get_ accessorsNick Mathewson2020-09-281-2/+2
|
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-0/+176