aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'error-socksproto-autoconvert' into 'main'Nick Mathewson2022-02-141-13/+6
|\
| * Run rustfmt.Nick Mathewson2022-02-141-12/+5
| * Provide, and use From impl for InternalErrorIan Jackson2022-02-141-7/+7
* | ErrorKind::NotImplemented: fix two testsIan Jackson2022-02-141-1/+1
* | Split up ErrorKind::NoSupportIan Jackson2022-02-141-2/+2
|/
* socksproto: Simplify Truncated handlingNick Mathewson2022-02-111-1/+1
* Move the Truncated error into tor-errors.Nick Mathewson2022-02-111-3/+3
* Try to resolve the "Truncated" error in tor-socksprotoNick Mathewson2022-02-111-24/+33
* tor-socksproto: Implement HasKindNick Mathewson2022-02-111-8/+25
* Idle hacking to get tor-socksproto line coverage over 90%Nick Mathewson2021-12-021-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-2/+3
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+563