summaryrefslogtreecommitdiff
path: root/crates/tor-error/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-error: Add KeystoreAccessFailed, KeystoreFsPermissions to ErrorKind.Gabriela Moldovan2023-06-281-1/+2
|
* tor-error: Add KeystoreCorrupted to ErrorKind.Gabriela Moldovan2023-06-281-0/+1
|
* tor-error: Introduce `LooseCmpRetryTime`Ian Jackson2023-06-151-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 Mathewson2022-11-301-2/+0
|
* tor-error: make HasRetryTime object-safeIan Jackson2022-10-211-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 Mathewson2022-09-271-0/+2
This type is by analogy to `RemoteProtocolFailed`; we'll use it for cases when the Socks proxy refuses to talk to us.