summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples
Commit message (Expand)AuthorAgeFilesLines
* client: Factor out the "running a client" code into an inner typestateNick Mathewson2026-05-261-4/+3
* Merge branch 'socket-buf-size' into 'main'opara2026-05-211-6/+9
|\
| * tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-071-6/+9
* | Make all TorClient constructors wrap the TorClient in an Arc.Nick Mathewson2026-05-131-3/+4
|/
* arti-client: Allow collapsible_if in examplesGabriela Moldovan2026-02-161-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-066-6/+6
* arti-client: Modified MSRV TODO for `once_cell` removalhashcatHitman2025-08-201-7/+1
* arti-client example: Write rather than hide an elided lifetimeIan Jackson2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Clippy 1.88 fix: reformat some debug prints.Nick Mathewson2025-07-031-2/+2
* arti-client: Added TODO about replacing OnceCellhashcatHitman2025-04-171-0/+7
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-151-0/+4
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...Gabriela Moldovan2024-12-101-2/+6
* tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-101-1/+8
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* Documentation updates for "NetStreamProvider" renameNick Mathewson2024-09-241-2/+2
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-241-10/+10
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-241-33/+0
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-2/+2
* Fix typosDimitris Apostolou2024-09-031-1/+1
* arti-client: Add one-hop circuit examplejuga2024-05-151-0/+65
* Adjust examples lints using add_warningNick Mathewson2024-05-076-18/+18
* 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