summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto
Commit message (Expand)AuthorAgeFilesLines
...
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-3/+3
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-3/+3
* 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
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-3/+3
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Remove obsolete semver files post 1.3.0 releaseIan Jackson2024-10-311-8/+0
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-4/+4
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-3/+3
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* tor-socksproto: Require fewer features from dependenciesNick Mathewson2024-10-091-2/+2
* 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-014-6/+13
* 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-015-4/+444
* 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-016-41/+36
* 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-015-28/+128
* tor-socksproto: Use .is_empty() in some testsIan Jackson2024-10-011-4/+4
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* 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