aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake/framework.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* socksproto: Grammar fix in comment.Nick Mathewson2025-07-091-1/+1
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-2/+2
* fix `clippy::unneeded_struct_pattern`Steven Engler2025-04-031-1/+1
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* fix: fix typosDimitris Apostolou2025-01-061-2/+2
* tor-socksproto: Handle 0-byte reads (EOF) correctly (fmt)Ian Jackson2024-10-011-1/+3
* tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-3/+13
* fixup! tor-socksproto: Fix doc comment for new_preciseIan Jackson2024-10-011-6/+3
* tor-socksproto: Fix doc comment for ReadPrecisionIan Jackson2024-10-011-1/+1
* tor-socksproto: Fix doc comment for new_preciseIan Jackson2024-10-011-1/+1
* tor-socksproto: Deprecate old APIIan Jackson2024-10-011-0/+4
* tor-socksproto: Introduce handshake_for_tests methodIan Jackson2024-10-011-0/+8
* tor-socksproto: Introduce into_output_forbid_pipeliningIan Jackson2024-10-011-0/+14
* tor-socksproto: Introduce new API (fmt)Ian Jackson2024-10-011-1/+1
* tor-socksproto: Introduce new APIIan Jackson2024-10-011-3/+426
* tor-socksproto: Add HasHandshakeOutputIan Jackson2024-10-011-1/+35
* Apply deferred rustfmt churnIan Jackson2024-10-011-10/+11
* tor-socksproto: Introduce HandshakeImpl::call_handshake_implIan Jackson2024-10-011-6/+27
* tor-socksproto: Make NextStepImpl an enumIan Jackson2024-10-011-8/+25
* tor-socksproto: Introduce NextStepImpl and do drain centrallyIan Jackson2024-10-011-2/+18
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-3/+20
* tor-socksproto: Factor out reader constructionIan Jackson2024-10-011-4/+8
* tor-socksproto: Factor out return value handlingIan Jackson2024-10-011-0/+90