| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the "typos" tool to fix some spelling | Nick Mathewson | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Prefer "relay" over "node" in most circumstances. | Nick Mathewson | 2021-05-18 | 1 | -1/+1 |
| | | |||||
| * | Add unseparated_literal_suffix lint, and fix it. | Nick Mathewson | 2021-05-03 | 1 | -1/+1 |
| | | |||||
| * | Fix Rust-1.51 clippy warnings about acronyms in camel case. | Nick Mathewson | 2021-03-29 | 1 | -7/+7 |
| | | | | | This is painful, but we shouldn't have to do it again. | ||||
| * | Improve documentation in tor-cell | Nick Mathewson | 2020-10-26 | 1 | -1/+1 |
| | | |||||
| * | Rename CircID and StreamID to end with Id instead, for consistency | Nick Mathewson | 2020-10-25 | 1 | -12/+12 |
| | | |||||
| * | Implement From, not Into. | Nick Mathewson | 2020-10-19 | 1 | -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-cell | Nick Mathewson | 2020-10-09 | 1 | -0/+5 |
| | | | | | | Also, change the type of the authentication challenge to be an array; it isn't in fact variable-length. | ||||
| * | Rename remaining get_ accessors | Nick Mathewson | 2020-09-28 | 1 | -2/+2 |
| | | |||||
| * | Split the cell-handling parts of tor-proto into a new crate. | Nick Mathewson | 2020-09-26 | 1 | -0/+176 |
