summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/msg.rs
Commit message (Expand)AuthorAgeFilesLines
* socksproto: Make a method conditional.Nick Mathewson2022-10-201-0/+1
* Make some things precisely conditionalIan Jackson2022-10-111-1/+6
* Require no NUL in socks hostname.Nick Mathewson2022-10-031-0/+6
* Add a SocksReply type to capture address/port information.Nick Mathewson2022-10-031-0/+42
* Make sure that socks4 auth doesn't have any 0 bytes.Nick Mathewson2022-10-031-16/+44
* Tests for socks client handshake.Nick Mathewson2022-10-031-0/+1
* Fuzzer code for socks client implementation.Nick Mathewson2022-10-031-1/+50
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-0/+9
* Make "SocksRequest::new" public.Nick Mathewson2022-09-271-1/+17
* tor-socksproto: Style and info fixes in errors.Nick Mathewson2022-06-221-2/+4
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* socksproto: remove some unused accessors.Nick Mathewson2022-04-021-15/+0
* 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