summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake/client.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* tor-socksproto: Code motion to tidy upIan Jackson2024-10-011-19/+16
* tor-socksproto: Deprecate old APIIan Jackson2024-10-011-1/+1
* tor-socksproto: Introduce handshake_for_tests method (fmt)Ian Jackson2024-10-011-2/+8
* tor-socksproto: Introduce handshake_for_tests methodIan Jackson2024-10-011-11/+11
* tor-socksproto: Add HasHandshakeOutputIan Jackson2024-10-011-0/+1
* Apply deferred rustfmt churnIan Jackson2024-10-011-9/+3
* tor-socksproto: Make NextStepImpl an enum (tidy)Ian Jackson2024-10-011-4/+2
* tor-socksproto: Make NextStepImpl an enumIan Jackson2024-10-011-14/+6
* tor-socksproto: Introduce NextStepImpl and do drain centrallyIan Jackson2024-10-011-21/+15
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-18/+5
* tor-socksproto: Adjust description of `handshake`Ian Jackson2024-10-011-2/+2
* tor-socksproto: Factor out reader constructionIan Jackson2024-10-011-9/+5
* tor-socksproto: Factor out return value handlingIan Jackson2024-10-011-15/+17
* tor-socksproto: Use .is_empty() in some testsIan Jackson2024-10-011-4/+4
* tor-bytes: Rename Truncated to Incomplete, and restore old Truncated as depre...Ian Jackson2024-09-111-1/+4
* tor-bytes: Add a Reader constructor for tor-socksproto's use caseIan Jackson2024-09-111-4/+4
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-101-1/+1
* 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