summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-261-0/+12
* arti-client: Split "Persist" into setup and access variants.Nick Mathewson2022-07-211-3/+8
* arti_client: turn "Proto" error into StreamFailed.Nick Mathewson2022-07-211-3/+10
* arti_client: Split DirMgr error into useful types.Nick Mathewson2022-07-211-4/+10
* arti-client: minor edits in error messages and commentsNick Mathewson2022-07-211-17/+20
* arti-client: Add Bug variant to errorIan Jackson2022-07-181-0/+5
* Do not include error source() in display() format.Nick Mathewson2022-06-211-8/+8
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+5
* Merge branch 'dir-provider-redux' into 'main'Ian Jackson2022-03-021-0/+7
|\
| * Add a builder function for replacing a DirProvider.Nick Mathewson2022-02-231-0/+7
* | impl From<TorAddrError> for tor_error::ErrorIan Jackson2022-02-231-0/+8
|/
* Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
* arti_client: provide Kinds for all errors.Nick Mathewson2022-02-161-1/+10
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+10
* ErrorDetail Simplify visibility macros a bit.Nick Mathewson2022-02-081-12/+53
* Rename TorResult to Result.Nick Mathewson2022-02-081-12/+13
* arti_client: Rename Error to ErrorDetail.Nick Mathewson2022-02-081-18/+12
* TorError: Make detail() an accessor function.Nick Mathewson2022-02-081-4/+25
* Docs and clarification for a bunch of Error stuffNick Mathewson2022-02-041-4/+27
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-8/+18
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-17/+5
* Test that TorError implements the right traits.Nick Mathewson2022-02-041-3/+21
* Make TorError implement Clone.Nick Mathewson2022-02-041-3/+2
* errors: Add some TODOs as per discussion commentsIan Jackson2022-02-041-0/+3
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-2/+2
* Box the Error in a TorErrorIan Jackson2022-02-041-2/+10
* errors: Handle exit circuit creation failure the new wayIan Jackson2022-02-041-1/+18
* errors: Handle circmgr setup errors differentlyIan Jackson2022-02-041-3/+3
* errors: Introduce error_detail featureIan Jackson2022-02-041-2/+18
* errors: Refer to err::Error in some bits of arti_clientIan Jackson2022-02-041-0/+3
* errors: Introduce TorErrorIan Jackson2022-02-041-1/+28
* errors: Initial impl HasKind in arti-client, ErrorKind::TODOIan Jackson2022-02-041-0/+7
* spawn errors: Fix arti-client, tor-chanmgr, tor-circmgrIan Jackson2022-02-041-3/+10
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+4
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-1/+1
* Improve top-level arti-client documentation, add example codeeta2021-10-281-1/+1
* TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-261-6/+0
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+71