summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mr_3616_rebased' into 'main'Nick Mathewson2026-02-161-0/+9
|\
| * tor-socksproto: remove serdeNihal2026-02-161-3/+11
| * tor-socksproto: add Serialize/Deserialize derives for SocksVersion and SocksAuthNihal2026-02-161-2/+3
* | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
|/
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-7/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-065-5/+5
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-073-11/+7
* socksproto: Grammar fix in comment.Nick Mathewson2025-07-091-1/+1
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fix `clippy::unneeded_struct_pattern`Steven Engler2025-04-031-1/+1
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-2/+2
|/
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-socksproto: fix "check_doc_features" warningSteven Engler2024-10-011-0/+4
* 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-013-4/+24
* 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: Code motion to tidy upIan Jackson2024-10-012-31/+25
* tor-socksproto: Deprecate old APIIan Jackson2024-10-013-5/+11
* tor-socksproto: Introduce handshake_for_tests method (fmt)Ian Jackson2024-10-013-5/+20
* tor-socksproto: Introduce handshake_for_tests methodIan Jackson2024-10-014-36/+44
* tor-socksproto: Introduce into_output_forbid_pipeliningIan Jackson2024-10-012-0/+26
* tor-socksproto tests: Run test cases via new API in various modesIan Jackson2024-10-011-4/+117
* tor-socksproto tests: Use crate::* rather than ad-hoc importsIan Jackson2024-10-011-7/+1
* tor-socksproto: Introduce new API (fmt)Ian Jackson2024-10-012-3/+4
* tor-socksproto: Introduce new APIIan Jackson2024-10-013-4/+436
* tor-socksproto: Add HasHandshakeOutputIan Jackson2024-10-013-1/+37
* Apply deferred rustfmt churnIan Jackson2024-10-014-24/+17
* tor-socksproto: Introduce HandshakeImpl::call_handshake_implIan Jackson2024-10-011-6/+27
* tor-socksproto: Make NextStepImpl an enum (tidy)Ian Jackson2024-10-012-8/+4
* tor-socksproto: Make NextStepImpl an enumIan Jackson2024-10-013-32/+35
* tor-socksproto: Introduce NextStepImpl and do drain centrallyIan Jackson2024-10-013-39/+45
* tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-015-41/+33
* tor-socksproto: Adjust description of `handshake`Ian Jackson2024-10-012-4/+4
* tor-socksproto: Factor out reader constructionIan Jackson2024-10-013-30/+21
* tor-socksproto: Factor out return value handlingIan Jackson2024-10-014-28/+127
* 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-113-3/+9
* tor-bytes: Add a Reader constructor for tor-socksproto's use caseIan Jackson2024-09-112-8/+8
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-103-3/+3
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-0/+6
* rpclib: Support opening a data stream.Nick Mathewson2024-09-091-1/+2
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2