summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-bytes: impl Readable and Writeable for CtByteArray.Nick Mathewson2023-02-281-0/+1
|
* tor-bytes: Add cursor functionality to ReaderNick Mathewson2023-02-281-0/+1
| | | | | We'll use this to implement signature and MAC checking for EstablishIntro cells.
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
|
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-0/+1
| | | | | | | | | | Actually, to avoid making a breaking change, I'm deprecating BadMessage and creating a new InvalidMessage variant that takes a Cow. This way I don't need to track every crate that re-exposes tor_bytes::Error and call this a breaking change in those. Making this change will allow tor_bytes errors to be much more helpful.
* Remove semver.md files now that 1.1.1 is tagged.Nick Mathewson2023-02-011-2/+0
|
* tor-bytes: impl Writeable for &impl WriteableIan Jackson2023-01-241-0/+1
|
* tor-bytes: Implement conversion from EncodeError to BugIan Jackson2023-01-241-0/+1
|
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
|
* New SecretBuf type in tor-bytesNick Mathewson2022-08-011-0/+2
| | | | | | | | | This Writer is a simple wrapper around `Vec<u8>` that makes sure that its contents are cleared whenever they are dropped _or reallocated_. The reallocation is the important part here: without that, we risk not zeroizing the first allocation of the buffer.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
|
* Remove the last vestiges of write_infallible.Nick Mathewson2022-07-111-0/+1
| | | | | Now that everything has been converted to fallible writers, we get to finally remove write_infallible() from tor_bytes.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
|
* tor-cell: error usefulness and style fixesNick Mathewson2022-06-221-0/+1