aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ci-test' into 'main'Nick Mathewson2026-06-171-3/+45
|\
| * sockproto: Tighten match and clean comments.Nick Mathewson2026-06-171-12/+6
| * Added ipv6 and hostname support for reply for sockspryty262026-06-111-3/+51
* | maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
|/
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-socksproto: Code motion to tidy upIan Jackson2024-10-011-12/+9
* tor-socksproto: Deprecate old APIIan Jackson2024-10-011-4/+6
* tor-socksproto: Introduce handshake_for_tests method (fmt)Ian Jackson2024-10-011-2/+8
* tor-socksproto: Introduce handshake_for_tests methodIan Jackson2024-10-011-21/+21
* tor-socksproto: Add HasHandshakeOutputIan Jackson2024-10-011-0/+1
* Apply deferred rustfmt churnIan Jackson2024-10-011-3/+1
* tor-socksproto: Make NextStepImpl an enum (tidy)Ian Jackson2024-10-011-4/+2
* tor-socksproto: Make NextStepImpl an enumIan Jackson2024-10-011-10/+4
* tor-socksproto: Introduce NextStepImpl and do drain centrallyIan Jackson2024-10-011-16/+12
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-20/+4
* tor-socksproto: Adjust description of `handshake`Ian Jackson2024-10-011-2/+2
* tor-socksproto: Factor out reader constructionIan Jackson2024-10-011-17/+8
* tor-socksproto: Factor out return value handlingIan Jackson2024-10-011-13/+16
* 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
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Tweak "handshake" docs.Nick Mathewson2022-10-031-2/+6
* Bug fix: report empty SOCKS4 auth as "no auth".Nick Mathewson2022-10-031-2/+6
* Implement client-side SOCKS handshakeNick Mathewson2022-09-281-6/+1
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-271-0/+523