aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy up an unused import warningIan Jackson2023-03-281-1/+3
* arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-231-3/+3
* arti-client: Call tor-hsclient to create HS connectionsIan Jackson2023-03-231-0/+16
* arti-client: Create an HsClientConnectorIan Jackson2023-03-231-0/+7
* Classify OnionAddressResolveRequest as NotImplementedIan Jackson2023-03-091-2/+1
* Improve error from HsId parse of "www.B32.onion"Ian Jackson2023-03-091-0/+1
* Avoid arti_client::ErrorDetail::Address for TorAddrError::InvalidHostnameIan Jackson2023-03-091-1/+19
* arti-client: Parse .onion addresses and dispatch to client.rsIan Jackson2023-03-091-2/+15
* 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