summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'reconfigure' into 'main'eta2021-12-131-14/+94
|\
| * Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-071-4/+7
| * Sequence reconfiguration requests.Nick Mathewson2021-12-071-8/+25
| * Make TorClient reconfigurable.Nick Mathewson2021-12-071-15/+21
| * Add new configuration objects to reconfigure.Nick Mathewson2021-12-071-0/+4
| * Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-2/+2
| * Sketch API for reconfiguration.Nick Mathewson2021-12-071-4/+54
* | drop arcs before awaitingTrinity Pointard2021-12-091-0/+1
* | fix nightly clippy errorsTrinity Pointard2021-12-091-15/+10
|/
* Rename timeout_rules to stream_timeouts.Nick Mathewson2021-12-071-2/+2
* Merge branch 'bug252' into 'main'eta2021-12-071-13/+8
|\
| * Rename ClientDNSConfig -> ClientTimeoutConfigNeel Chauhan2021-12-071-7/+7
| * Make DNS fields in arti-client/src/client.rs configurableNeel Chauhan2021-12-031-13/+8
* | Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
|/
* Merge remote-tracking branch 'origin/mr/154'Nick Mathewson2021-11-301-1/+31
|\
| * Actually build preemptive circuits (and minor fixes)eta2021-11-291-1/+31
* | add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* | Fix a few typos.Nick Mathewson2021-11-241-1/+1
|/