| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-proto: Split IoErr based on when it occurs | Nick Mathewson | 2022-02-23 | 1 | -1/+1 |
| | | | | | | | | We want to distinguish handshake failures from errors later on in the channel's lifetime. Closes #359. | ||||
| * | Rename TorConnectionFailed to TorAccessFailed | Nick Mathewson | 2022-02-22 | 1 | -2/+2 |
| | | |||||
| * | tor-chanmgr: use Bug types. | Nick Mathewson | 2022-02-16 | 1 | -4/+4 |
| | | |||||
| * | Implement HasKind for tor-chanmgr::Error | Nick Mathewson | 2022-02-16 | 1 | -2/+6 |
| | | | | | (There will be a folowup to work on internal errors here.) | ||||
| * | Make SpawnError wrappers contain a 'spawning' string | Nick Mathewson | 2022-02-04 | 1 | -9/+18 |
| | | | | | | (By our convention, these errors should say what we were trying to spawn when the error occurred.) | ||||
| * | channel errors: Include what we were doing | Ian Jackson | 2022-02-04 | 1 | -5/+3 |
| | | |||||
| * | errors: Add some TODOs as per discussion comments | Ian Jackson | 2022-02-04 | 1 | -0/+5 |
| | | |||||
| * | tor-chanmgr::Error: impl HasKind | Ian Jackson | 2022-02-04 | 1 | -0/+13 |
| | | |||||
| * | tor-chanmgr: Handle IO errora in the new style | Ian Jackson | 2022-02-04 | 1 | -9/+11 |
| | | | | | | Two ? in the tests become expects, which will do. That avoids having to construct a proper error with context here. | ||||
| * | spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr | Ian Jackson | 2022-02-04 | 1 | -3/+9 |
| | | | | | | | | Provide an enum variant to contain the SpawnError and a From impl. We use `#[from]` here because it doesn't really make sense to attach any context, as it's not likely to be very relevant. | ||||
| * | tor-chanmgr: remove PendingChanError as unnecessary. | Nick Mathewson | 2021-10-28 | 1 | -19/+0 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+76 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
