summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * | TorClient: Add get_runtime() convenience methodIan Jackson2022-02-241-0/+11
* | | arti-client: Unlock the state manager on failure to bootstrapeta2022-02-241-1/+8
| |/ |/|
* | Make a TorClientBuilder API.Nick Mathewson2022-02-181-43/+28
|/
* Merge branch 'eta/lazy-init' into 'main'eta2022-02-161-13/+75
|\
| * arti-client: add ability to automatically bootstrapeta2022-02-161-13/+75
* | Move persistent state flush from client to circmgrYuan Lyu2022-02-151-14/+0
|/
* Simplify wait_for_bootstrap to use a Mutex.Nick Mathewson2022-02-141-37/+11
* Rename bootstrap_existing to bootstrap.Nick Mathewson2022-02-111-10/+8
* Merge branch 'eta/unbootstrapped-clients' into 'main'Nick Mathewson2022-02-111-63/+204
|\
| * Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-63/+204
* | Write some examples for TorClient::connect()Nick Mathewson2022-02-111-5/+64
|/
* Update launch of chan expiration task to new APINick Mathewson2022-02-081-4/+6
* Rename TorResult to Result.Nick Mathewson2022-02-081-12/+12
* arti_client: Rename Error to ErrorDetail.Nick Mathewson2022-02-081-16/+16
* Merge branch 'error-improvements' into 'main'eta2022-02-081-48/+75
|\
| * Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-28/+38
| * Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-20/+37
* | Expire channels that have been unused for too longYuan Lyu2022-02-041-0/+23
|/
* errors: Drop "Error" and "Failed" from various enum variantsIan Jackson2022-02-041-1/+1
* errors: Handle exit circuit creation failure the new wayIan Jackson2022-02-041-1/+4
* errors: Handle circmgr setup errors differentlyIan Jackson2022-02-041-1/+2
* errors: Refer to err::Error in some bits of arti_clientIan Jackson2022-02-041-1/+2
* errors: Introduce TorErrorIan Jackson2022-02-041-4/+18
* Make the native-tls crate optional.Nick Mathewson2022-01-261-8/+8
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-3/+2
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-261-6/+8
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-261-5/+3
* Rename TorClient::set_stream_prefsIan Jackson2022-01-211-2/+2
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-11/+11
* Merge branch 'always-isolate' into 'main'Ian Jackson2022-01-201-4/+58
|\
| * isolation: Rename isolate_every_stream from ..._connectionIan Jackson2022-01-201-1/+1
| * isolation: Rename (internal) EveryStream enum variantIan Jackson2022-01-201-3/+3
| * isolation: Much better wording for always isolate settingNick Mathewson2022-01-201-1/+6
| * isolation: Provide isolate-every-connection optionIan Jackson2022-01-201-0/+16
| * isolation: Provide new_isolation_group methodIan Jackson2022-01-201-0/+14
| * isolation: Refactor to introduce a bespoke enumIan Jackson2022-01-201-4/+23
* | connection preferences: Make `set_default_prefs` private for nowIan Jackson2022-01-201-1/+4
* | connection preferences: Make `clone_with_prefs` must_useIan Jackson2022-01-201-0/+1
|/
* connection preferences: Provide `clone_with_prefs` methodIan Jackson2022-01-191-0/+10
* connection preferences: Provide `set_connect_prefs` methodIan Jackson2022-01-191-6/+22
* connection preferences: Take ConnectPrefs by referenceIan Jackson2022-01-191-9/+9
* connection preferences: Rename variable and docs to not say "flags"Ian Jackson2022-01-191-12/+12
* isolation: Document orthogonality of isolated_client and isolation_groupIan Jackson2022-01-191-0/+11
* Integrate status information at arti-clientNick Mathewson2022-01-181-9/+11
* Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-131-1/+44
* Improve the layout of crate exports; add runtime convenience functionseta2022-01-111-2/+45
* Expose and rename stream timeout config.Nick Mathewson2022-01-101-2/+2
* Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-081-9/+30
* tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-071-1/+1
* address clippy's latest lintDaniel Eades2021-12-201-0/+1