| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-bytes: impl Readable and Writeable for CtByteArray. | Nick Mathewson | 2023-02-28 | 1 | -0/+1 |
| | | |||||
| * | tor-bytes: Add cursor functionality to Reader | Nick Mathewson | 2023-02-28 | 1 | -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 Mathewson | 2023-02-28 | 1 | -1/+0 |
| | | |||||
| * | Change tor_bytes::Error::BadMessage to a Cow. | Nick Mathewson | 2023-02-09 | 1 | -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 Mathewson | 2023-02-01 | 1 | -2/+0 |
| | | |||||
| * | tor-bytes: impl Writeable for &impl Writeable | Ian Jackson | 2023-01-24 | 1 | -0/+1 |
| | | |||||
| * | tor-bytes: Implement conversion from EncodeError to Bug | Ian Jackson | 2023-01-24 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -2/+0 |
| | | |||||
| * | New SecretBuf type in tor-bytes | Nick Mathewson | 2022-08-01 | 1 | -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 Mathewson | 2022-08-01 | 1 | -1/+0 |
| | | |||||
| * | Remove the last vestiges of write_infallible. | Nick Mathewson | 2022-07-11 | 1 | -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 out | Nick Mathewson | 2022-06-24 | 1 | -1/+0 |
| | | |||||
| * | tor-cell: error usefulness and style fixes | Nick Mathewson | 2022-06-22 | 1 | -0/+1 |
