summaryrefslogtreecommitdiff
path: root/crates/tor-error
Commit message (Expand)AuthorAgeFilesLines
...
| * tor_error: a couple of spelling/formatting issuesNick Mathewson2022-02-161-4/+4
| * Finally remove ErrorKind::TODO.Nick Mathewson2022-02-161-8/+0
| * arti_client: provide Kinds for all errors.Nick Mathewson2022-02-161-0/+16
| * dirmgr: implement HasKind for the easier variantsNick Mathewson2022-02-161-1/+31
| * circmgr: Add a Kind for speculative guard failure.Nick Mathewson2022-02-161-0/+12
| * Add kinds for *most* circmgr errors.Nick Mathewson2022-02-161-0/+47
* | Fix typosDimitris Apostolou2022-02-171-3/+3
|/
* Make tor-proto::Error implement HasKind.Nick Mathewson2022-02-151-1/+67
* tor-cell: provide HasKind.Nick Mathewson2022-02-151-1/+9
* tor_error::Bug: change Display impl to use kindIan Jackson2022-02-151-2/+2
* BadApiUsage: change Display impl capitalisationIan Jackson2022-02-151-1/+1
* Rename BadApiUsage from BadAPIUsageIan Jackson2022-02-152-5/+5
* Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!Ian Jackson2022-02-152-34/+89
* New name and semantics for BadAPIUsage (was BadArgument)Ian Jackson2022-02-151-3/+10
* Merge branch 'warn_not_deny' into 'main'eta2022-02-141-1/+1
|\
| * Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* | Merge branch 'error-kind-protocol' into 'main'Ian Jackson2022-02-141-5/+18
|\ \
| * | Split up ErrorKind::ProtocolViolationIan Jackson2022-02-141-5/+18
| |/
* | Merge branch 'error-kind-notimp' into 'main'Ian Jackson2022-02-141-7/+24
|\ \
| * | Split up ErrorKind::NoSupportIan Jackson2022-02-141-7/+24
| |/
* / Clarify ErrorKind::InvalidConfigTransitionIan Jackson2022-02-141-0/+3
|/
* Merge branch 'eta/unbootstrapped-clients' into 'main'Nick Mathewson2022-02-111-0/+4
|\
| * Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-0/+4
* | socksproto: Simplify Truncated handlingNick Mathewson2022-02-111-0/+6
* | Move the Truncated error into tor-errors.Nick Mathewson2022-02-112-0/+25
* | tor-socksproto: Implement HasKindNick Mathewson2022-02-111-0/+25
* | tor-config: Add HasKind support.Nick Mathewson2022-02-091-0/+35
|/
* tests for tor-error::internalNick Mathewson2022-02-041-1/+47
* Docs and clarification for a bunch of Error stuffNick Mathewson2022-02-041-9/+32
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-0/+4
* Require backtrace 0.3.8.Nick Mathewson2022-02-041-1/+1
* errors: ErrorKind::TODO: Fix typo in messageIan Jackson2022-02-041-1/+1
* errors: Change docs for ErrorKind to refer to ArtiIan Jackson2022-02-041-2/+2
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-042-2/+2
* tor-chanmgr::Error: impl HasKindIan Jackson2022-02-041-0/+8
* errors: Initial impl HasKind in arti-client, ErrorKind::TODOIan Jackson2022-02-041-0/+6
* spawn errors: impl HasKind for futures::SpawnErrorIan Jackson2022-02-042-0/+21
* tor_persist::Error: impl HasKind and adjust commentsIan Jackson2022-02-041-0/+25
* tor-error: provide into_internal!Ian Jackson2022-02-041-0/+33
* tor-error: Allow making an `InternalError` from some other errorIan Jackson2022-02-041-3/+27
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-044-1/+148
* tor-error: Skeleton for new crateIan Jackson2022-02-043-0/+95