aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Fold EK::Canceled into TransientFailureNick Mathewson2022-02-221-1/+7
* Handle panics from circuit construction.Nick Mathewson2022-02-181-2/+1
* Rename CircuitTimeout to TorNetworkTimeout.Nick Mathewson2022-02-171-2/+2
* tor_circmgr::Error: Sort variants by interesting-ness.Nick Mathewson2022-02-171-37/+37
* Clarify and rename PendingCanceledNick Mathewson2022-02-161-6/+7
* Provide a better ErrorKind from RetryError.Nick Mathewson2022-02-161-3/+26
* circmgr: Add a Kind for speculative guard failure.Nick Mathewson2022-02-161-1/+1
* Add kinds for *most* circmgr errors.Nick Mathewson2022-02-161-15/+29
* circmgr: Port InternalError to use Bug.Nick Mathewson2022-02-161-4/+5
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-8/+18
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-2/+2
* tor-circmgr::Error: impl HasKindIan Jackson2022-02-041-0/+12
* tor-circmgr: Handle channel creation errors in the new styleIan Jackson2022-02-041-3/+12
* spawn errors: Fix arti-client, tor-chanmgr, tor-circmgrIan Jackson2022-02-041-3/+10
* Merge branch 'reconfigure' into 'main'eta2021-12-131-0/+8
|\
| * Fix Rustdoc errors.Nick Mathewson2021-12-081-3/+3
| * Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-0/+8
* | Don't create circuits if the consensus is stale by over 72 hoursNeel Chauhan2021-12-121-0/+4
|/
* Implement the guard side of shared state directories.Nick Mathewson2021-10-211-1/+10
* Actually select guards for directory circuits.Nick Mathewson2021-10-131-0/+4
* Integrate GuardUsability and GuardMonitor into CircuitBuilder.Nick Mathewson2021-10-101-0/+5
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-101-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+73