summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* ErrorHint: Add a note about lowering the permissions hintNick Mathewson2023-01-271-0/+4
* ErrorHint: use anonymize_homeNick Mathewson2023-01-271-2/+4
* ErrorHint: Implement tryfrom_torpersistNick Mathewson2023-01-271-2/+6
* ErrorHint: refactor API (part 2)Nick Mathewson2023-01-271-75/+60
* ErrorHint: refactor API (part 1)Nick Mathewson2023-01-271-13/+19
* add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-271-0/+138
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* arti-client: spelling fix.Nick Mathewson2022-12-061-1/+1
* Spelling fix in arti_client::erreta2022-11-291-1/+1
* PtMgr: Use a persistent state directory for PT state.Nick Mathewson2022-11-281-0/+5
* Integrate PtMgr into arti-client.Nick Mathewson2022-11-281-0/+7
* bridges: Create and install a BridgeDescMgr when we bootstrapIan Jackson2022-11-151-0/+7
* Move GuardMgr::new call to arti_client::TorClientIan Jackson2022-11-141-0/+6
* arti-client: Treat list of exit ports as sensitive.Nick Mathewson2022-08-251-1/+2
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+1
* 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