aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/msg.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid errorIan Jackson2022-02-151-1/+3
|
* ErrorKind::NotImplemented: fix two testsIan Jackson2022-02-141-1/+1
|
* Split up ErrorKind::NoSupportIan Jackson2022-02-141-1/+1
|
* socksproto: fix one more error type.Nick Mathewson2022-02-111-1/+1
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+311
This will cause some pain for now, but now is really the best time to do this kind of thing.