summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples
Commit message (Expand)AuthorAgeFilesLines
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-244-0/+12
* clippy: Add standard test lint block to several examplesIan Jackson2022-06-244-0/+24
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-081-0/+1
* Merge branch 'isolation-example' into 'main'Nick Mathewson2022-05-241-0/+198
|\
| * mention isolation is an advanced topic and most usage don't require implement...trinity-1686a2022-05-241-0/+3
| * add example for Isolationtrinity-1686a2022-05-231-0/+195
* | Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
|/
* add udp to runtimetrinity-1686a2022-03-141-1/+1
* arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-283-17/+14
* use runtime TlsProvider in tcp-hook exampletrinity-1686a2022-02-251-2/+1
* Merge branch 'http-layer' into 'main'eta2022-02-241-160/+0
|\
| * arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-231-160/+0
* | Fix typosDimitris Apostolou2022-02-231-3/+3
* | Merge branch 'custom-tcp-hook' into 'main'eta2022-02-231-0/+339
|\ \
| * | add one more comment to hook-tcptrinity-1686a2022-02-231-0/+1
| * | examples/hook-tcp: add some comments, rework lifetimes a biteta2022-02-231-28/+73
| * | implement correct handling of connection close and add comment explaining goa...trinity-1686a2022-02-231-9/+54
| * | add drop on CustomTcpStream to catch disconnection without closetrinity-1686a2022-02-231-0/+13
| * | add example of tcp hooktrinity-1686a2022-02-231-0/+235
| |/
* / Make a TorClientBuilder API.Nick Mathewson2022-02-181-7/+5
|/
* arti-client: add ability to automatically bootstrapeta2022-02-161-0/+76
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-112-2/+2
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-1/+2
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-261-2/+2
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-261-2/+2
* Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-082-2/+2
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-0/+5
|\
| * Example needs to be the same as the readmedagon2021-11-301-0/+2
| * MR review feedbackdagon2021-11-301-0/+3
* | Change sane_defaults() and with_directories()Nick Mathewson2021-11-292-4/+4
|/
* Allow type-complexity in hyper.rs exampleNick Mathewson2021-11-211-0/+1
* Improve top-level arti-client documentation, add example codeeta2021-10-281-0/+46
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+159