summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake.rs
Commit message (Collapse)AuthorAgeFilesLines
* Idle hacking to get tor-socksproto line coverage over 90%Nick Mathewson2021-12-021-1/+1
| | | | This was just a matter of adding a call to one function.
* 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
This will cause some pain for now, but now is really the best time to do this kind of thing.