| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-bytes: Split EncodeError from Error | Nick Mathewson | 2022-06-23 | 1 | -4/+4 |
| | | | | | | | | | | | | Since there is currently only one error type that can occur when encoding, it doesn't make sense to use the full Error type here. This split will help us downstream, as we no longer need to categorize tor_bytes::Error as "an error in encoding or decoding". I considered renaming Error to DecodeError, but that had pretty huge downstream effects, and didn't seem to be worth it. | ||||
| * | tor-bytes: Provide nested writers | Ian Jackson | 2022-06-09 | 1 | -1/+116 |
| | | |||||
| * | tor-bytes: Provide nested readers | Ian Jackson | 2022-06-09 | 1 | -0/+1 |
| | | |||||
| * | tor-bytes: Reader: Provide take_rest | Ian Jackson | 2022-06-09 | 1 | -0/+1 |
| | | | | | We'll want this in a moment. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -8/+8 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+133 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
