summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-152-2/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+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
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-3/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-bytes: simplify commentTobias Stoeckmann2025-09-031-3/+3
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-3/+3
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-bytes: Make "tor-llcrypto" dependency optional.Nick Mathewson2024-10-091-0/+10
* tor-bytes: Restore the message for Error::TruncatedIan Jackson2024-10-011-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-122-14/+14
* tor-bytes: Add test case for from_possibly_incomplete_sliceIan Jackson2024-09-121-0/+8
* tor-bytes: Add note about other kinds of invalid messageIan Jackson2024-09-111-0/+11
* tor-bytes: Add imprecations about Incomplete and MissingDataIan Jackson2024-09-111-0/+17
* 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-113-9/+9
* 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-112-5/+10
* 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-112-12/+30
* tor-bytes: Error: provide and call Error::incomplete_error (tidy)Ian Jackson2024-09-111-4/+1
* tor-bytes: Error: provide and call Error::incomplete_error (fmt)Ian Jackson2024-09-112-8/+11
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-112-9/+21
* 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-112-16/+28
* tor-bytes: derive impl PartialEq for ErrorIan Jackson2024-09-111-17/+27
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-112-114/+114
* tor-bytes: Error::Truncated: mark the deficit as Sensitive (fmt)Ian Jackson2024-09-101-2/+4
* tor-bytes: Error::Truncated: mark the deficit as SensitiveIan Jackson2024-09-101-1/+6
* 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-102-8/+14
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-102-11/+26
* tor-bytes: Document Readable::take_from correctness propertiesIan Jackson2024-09-101-0/+29
* tor-bytes: advance: Call peek for the error checkIan Jackson2024-09-101-3/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2