summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-1/+1
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-141-2/+2
* Add unknown-lints exception to examplesNick Mathewson2024-03-136-1/+6
* Run maint/add_warning.Nick Mathewson2024-03-136-0/+6
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-236-0/+6
* arti-client: fix conditional unused_import and dead_code warningsNick Mathewson2023-08-161-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-106-0/+6
* make snowflake example feature-gatedtrinity-1686a2023-06-141-5/+13
* Merge branch 'pt-snowflake' into 'main'Nick Mathewson2023-06-111-0/+100
|\
| * change path to snowflake clienttrinity-1686a2023-06-081-1/+2
| * remove forgoten debug linetrinity-1686a2023-06-081-1/+0
| * add anchor to amp-cache linktrinity-1686a2023-06-081-1/+1
| * complement general documentation on bridges and pttrinity-1686a2023-06-071-0/+2
| * move snowflake example to dedicated file and comment it moretrinity-1686a2023-06-071-0/+98
* | Add separate example with ReportSaksham Mittal2023-06-081-0/+67
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-272-8/+4
* Spelling fixes and normalizations on some high-level cratesNick Mathewson2022-11-071-2/+2
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-124-0/+4
* 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