summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* errors: Refer to err::Error in some bits of arti_clientIan Jackson2022-02-044-9/+11
* errors: Introduce TorErrorIan Jackson2022-02-043-7/+50
* 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
* tor-error: Add as a ddpendency to many cratesIan Jackson2022-02-041-0/+1
* Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-031-1/+1
|\
| * Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* | Fix typosDimitris Apostolou2022-02-021-1/+1
* | Expose Reconfigure enum from arti-client.Nick Mathewson2022-02-011-1/+1
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-8/+8
* Use script to update README.md files.Nick Mathewson2022-01-281-6/+8
* Make max_file_limit configurableNeel Chauhan2022-01-281-0/+56
* Fix documentation references for tor-rtcompat refactoring.Nick Mathewson2022-01-261-5/+7
* Make the native-tls crate optional.Nick Mathewson2022-01-262-10/+12
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-263-5/+5
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-262-8/+10
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-262-7/+5
* Rename TorClient::set_stream_prefsIan Jackson2022-01-211-2/+2
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-213-14/+14
* 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
* Merge branch 'bootstrap_reporting'Nick Mathewson2022-01-192-40/+82
|\
| * Integrate status information at arti-clientNick Mathewson2022-01-182-40/+82
* | Put our cache files in the right place.Nick Mathewson2022-01-181-1/+1
|/
* Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-134-1/+222
* Merge branch 'eta/182' into 'main'Nick Mathewson2022-01-113-6/+47
|\
| * Improve the layout of crate exports; add runtime convenience functionseta2022-01-113-6/+47
* | Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* | Update README.md files (automated)Nick Mathewson2022-01-111-2/+2
|/
* Merge branch 'ticket_281' into 'main'eta2022-01-102-18/+26
|\
| * Expose and rename stream timeout config.Nick Mathewson2022-01-102-18/+26
* | Make the arti_client::Result type public.Nick Mathewson2022-01-101-2/+2
|/
* Merge branch 'minimize_deps' into 'main'eta2022-01-101-11/+11
|\
| * Minimize the required version for each dependency.Nick Mathewson2022-01-071-11/+11
* | Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-084-12/+33
|/
* tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-071-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'refactor/must-use-self' into 'main'eta2021-12-201-0/+1
|\