summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-bytes: Restore the message for Error::TruncatedIan Jackson2024-10-011-1/+1
* tor_bytes: Rename new_truncated_for_test to new_incomplete_for_testIan Jackson2024-09-121-2/+2
* 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: Do many missed renames of Truncated to IncompleteIan Jackson2024-09-111-1/+1
* tor-bytes: Rename Truncated to Incomplete, and restore old Truncated as depre...Ian Jackson2024-09-111-2/+8
* tor-bytes: Only report Truncated for errors at the outer levelIan Jackson2024-09-111-3/+8
* 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-111-1/+3
* tor-bytes: Error: provide and call Error::incomplete_errorIan Jackson2024-09-111-5/+2
* tor-bytes: derive impl PartialEq for ErrorIan Jackson2024-09-111-17/+27
* 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::TruncatedIan Jackson2024-09-101-5/+8
* Introduce and use tor_bytes::Error::new_truncated_for_testIan Jackson2024-09-101-0/+15
* tor-bytes: deprecate always_bug with From traitEmil Engler2023-08-171-0/+11
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-0/+9
* tor-bytes: Implement conversion from EncodeError to BugIan Jackson2023-01-241-1/+16
* Add a Bug variant to tor-bytes::EncodeError.Nick Mathewson2022-07-111-1/+7
* tor-bytes: Split EncodeError from ErrorNick Mathewson2022-06-231-3/+13
* Style fixes to tor-bytes errors.Nick Mathewson2022-06-221-5/+9
* tor-bytes: Prepare errors for nested reader/writerIan Jackson2022-06-091-1/+5
* Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!Ian Jackson2022-02-151-2/+2
* tor-bytes: Use InternalError.Nick Mathewson2022-02-091-2/+15
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+29