aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Refactor conversion from CodecError to ErrorNick Mathewson2022-02-241-16/+22
* tor-proto: refactor handshake protocol errors to a different typeNick Mathewson2022-02-231-49/+68
* tor-proto: Split IoErr based on when it occursNick Mathewson2022-02-231-5/+19
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-1/+1
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-3/+4
* handshake: Use read_exact, not read and checking lenIan Jackson2022-01-191-3/+7
* clippy: Rename a `from_foo` method that doesn't do conversionIan Jackson2022-01-191-1/+3
* Fix two bugs related to incomplete read/writeIan Jackson2022-01-191-3/+3
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-6/+6
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-120/+132
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-11/+6
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+8
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+840