summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+2
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* test lint blocks: Standardise one in tor-socksprotoIan Jackson2022-12-121-2/+2
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Move generate_* methods in socks client impl.Nick Mathewson2022-10-031-34/+38
* Tweak "handshake" docs.Nick Mathewson2022-10-032-4/+12
* Add a SocksReply type to capture address/port information.Nick Mathewson2022-10-031-18/+35
* Tests for socks client handshake.Nick Mathewson2022-10-031-0/+152
* Bug fix: report empty SOCKS4 auth as "no auth".Nick Mathewson2022-10-031-2/+6
* Implement client-side SOCKS handshakeNick Mathewson2022-09-282-6/+293
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-271-0/+523