summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/reader.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary lintpryty262026-07-151-1/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* tor-proto: Use Reader::take_all_but().Nick Mathewson2024-09-161-13/+14
* tor-bytes: Add a new take_all_but method.Nick Mathewson2024-09-161-0/+73
* tor-bytes: Fix Truncated refs in various docs.Ian Jackson2024-09-121-4/+5
* tor-bytes: Rename OnIncomplete to Completeness (fmt)Ian Jackson2024-09-121-1/+1
* tor-bytes: Rename OnIncomplete to CompletenessIan Jackson2024-09-121-11/+20
* tor_bytes: Clarify a method docIan Jackson2024-09-121-2/+3
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_testIan Jackson2024-09-121-12/+12
* tor-bytes: Add test case for from_possibly_incomplete_sliceIan Jackson2024-09-121-0/+8
* tor-bytes: Fix a doc comment about error reportingIan Jackson2024-09-111-1/+1
* tor-bytes: Do many missed renames of Truncated to IncompleteIan Jackson2024-09-111-6/+6
* tor-bytes: Add warning about sub-readers (adjust to new name)Ian Jackson2024-09-111-1/+1
* tor-bytes: Add warning about sub-readersIan Jackson2024-09-111-0/+9
* tor-bytes: Rename Truncated to Incomplete, and restore old Truncated as depre...Ian Jackson2024-09-111-3/+2
* tor-bytes: Only report Truncated for errors at the outer level (fmt)Ian Jackson2024-09-111-2/+10
* tor-bytes: Only report Truncated for errors at the outer levelIan Jackson2024-09-111-9/+22
* tor-bytes: Error: provide and call Error::incomplete_error (fmt)Ian Jackson2024-09-111-7/+8
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-111-4/+19
* tor-bytes: Add a Reader constructor for tor-socksproto's use caseIan Jackson2024-09-111-3/+23
* tor-bytes: Add a test case with missing inner dataIan Jackson2024-09-111-0/+9
* tor-bytes: Add a Reader constructor for use in testsIan Jackson2024-09-111-14/+26
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-111-99/+99
* tor-bytes: Add a deficit field to Error::Truncated (fmt)Ian Jackson2024-09-101-1/+3
* tor-bytes: Add a deficit field to Error::TruncatedIan Jackson2024-09-101-3/+6
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-101-11/+11
* tor-bytes: advance: Call peek for the error checkIan Jackson2024-09-101-3/+1
* tor-bytes: Remove use of arrayrefNick Mathewson2023-05-251-9/+8
* tor-bytes: defend against misuse of extract_n().Nick Mathewson2023-03-061-1/+14
* tor-bytes: Clarify that Cursor is not a good thing, and could be neater.Nick Mathewson2023-03-011-2/+11
* clarify results of misusing cursorsIan Jackson2023-03-011-2/+2
* tor-bytes: Add cursor functionality to ReaderNick Mathewson2023-02-281-0/+61
* tor-bytes: Avoid redundant allocationEmil Engler2022-10-251-1/+1
* tor-bytes: read_nested_*: rustfmtIan Jackson2022-06-101-13/+23
* tor-bytes: read_nested_*: Take a closureIan Jackson2022-06-101-25/+40
* Fix typos in docs and commentsNick Mathewson2022-06-091-2/+2
* tor-bytes: Provide nested readersIan Jackson2022-06-091-0/+69
* tor-bytes: Reader: Provide take_restIan Jackson2022-06-091-0/+19
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Improvements to array-of-u8 handling in tor-bytes.Nick Mathewson2021-09-071-0/+28
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+433