| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove pending semver entriesarti-v1.1.12 | Nick Mathewson | 2024-01-09 | 1 | -2/+0 |
| | | |||||
| * | tor-error: ErrorReport: impl for StdError + 'static | Ian Jackson | 2023-12-12 | 1 | -0/+1 |
| | | |||||
| * | tor-error: ErrorReport: seal | Ian Jackson | 2023-12-12 | 1 | -0/+1 |
| | | | | | | | We're going to need to make change to this trait which would be breaking for out-of-crate implementors. This should have been sealed all along. | ||||
| * | Remove semver.md files for 1.1.6 | Nick Mathewson | 2023-06-30 | 1 | -3/+0 |
| | | |||||
| * | tor-error: Add KeystoreAccessFailed, KeystoreFsPermissions to ErrorKind. | Gabriela Moldovan | 2023-06-28 | 1 | -1/+2 |
| | | |||||
| * | tor-error: Add KeystoreCorrupted to ErrorKind. | Gabriela Moldovan | 2023-06-28 | 1 | -0/+1 |
| | | |||||
| * | tor-error: Introduce `LooseCmpRetryTime` | Ian Jackson | 2023-06-15 | 1 | -0/+1 |
| | | | | | | Having a newtype for this kind of thing is considerably more convenient. I'm going to use this in a moment. | ||||
| * | Remove semver.md files now that 1.1.0 is released. | Nick Mathewson | 2022-11-30 | 1 | -2/+0 |
| | | |||||
| * | tor-error: make HasRetryTime object-safe | Ian Jackson | 2022-10-21 | 1 | -1/+1 |
| | | | | | | | | | We could in the future provide a version of abs_retry_time which took an &dyn closure if that turns out to be wanted. I think this isn't a semver break because trait implementors are allowed to relax bounds. | ||||
| * | New ErrorKind::LocalProtocolFailed. | Nick Mathewson | 2022-09-27 | 1 | -0/+2 |
| This type is by analogy to `RemoteProtocolFailed`; we'll use it for cases when the Socks proxy refuses to talk to us. | |||||
