aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Merge branch '010_docs'Nick Mathewson2022-03-011-5/+12
|\ \
| * | Update our stability warning on arti-client.Nick Mathewson2022-02-281-5/+12
* | | Merge branch 'main'Ian Jackson2022-03-011-2/+6
|\| |
| * | Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-251-4/+19
* | | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-59/+75
|/ /
* / arti-client: Unlock the state manager on failure to bootstrapeta2022-02-241-0/+1
|/
* Make a TorClientBuilder API.Nick Mathewson2022-02-181-0/+2
* arti-client: add ability to automatically bootstrapeta2022-02-161-1/+1
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Rename bootstrap_existing to bootstrap.Nick Mathewson2022-02-111-2/+2
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+1
* ErrorDetail Simplify visibility macros a bit.Nick Mathewson2022-02-081-7/+0
* Rename TorResult to Result.Nick Mathewson2022-02-081-3/+3
* arti_client: Rename Error to ErrorDetail.Nick Mathewson2022-02-081-4/+1
* Docs and clarification for a bunch of Error stuffNick Mathewson2022-02-041-60/+75
* Make the Error detail type non-exported from arti-clientNick Mathewson2022-02-041-4/+2
* errors: Introduce error_detail featureIan Jackson2022-02-041-1/+17
* errors: Refer to err::Error in some bits of arti_clientIan Jackson2022-02-041-3/+1
* errors: Introduce TorErrorIan Jackson2022-02-041-2/+4
* Fix documentation references for tor-rtcompat refactoring.Nick Mathewson2022-01-261-5/+7
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-1/+1
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-2/+2
* Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-131-0/+1
* Improve the layout of crate exports; add runtime convenience functionseta2022-01-111-1/+1
* Make the arti_client::Result type public.Nick Mathewson2022-01-101-2/+2
* Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-081-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-2/+2
* Improve docs of more (potentially re-exported) arti-client typeseta2021-10-291-12/+0
* arti-client example: Try to make the comments a little more clear.Nick Mathewson2021-10-281-6/+10
* Improve top-level arti-client documentation, add example codeeta2021-10-281-15/+99
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-16/+7
* s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-251-1/+1
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+122