summaryrefslogtreecommitdiff
path: root/crates/tor-bytes
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Update semver.md. No compile-breaking changes, now.Ian Jackson2024-09-111-1/+2
* 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-113-17/+29
* tor-bytes: derive impl PartialEq for ErrorIan Jackson2024-09-112-17/+28
* Change tor_bytes::Readable name to `b` in many placesIan Jackson2024-09-113-142/+142
* 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-102-1/+7
* 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-103-8/+15
* 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
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-3/+3
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-3/+3
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-3/+3
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-3/+3
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-3/+3
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-3/+3
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* tor-bytes: avoid write_zeros truncationTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-bytes: Remove signature dependency.Gabriela Moldovan2024-02-281-1/+0
* Bump minor versionsIan Jackson2024-02-051-2/+2
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-292-18/+13
|/
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-2/+2
* Remove direct dependency on generic-arrayNick Mathewson2023-09-282-14/+8
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-1/+0