summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake/client.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* 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-031-2/+6
* 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
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-0/+292