summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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