summaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-041-2/+2
* arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-231-2/+1
* arti: Remove old workaround for runtime selection under RPC.Nick Mathewson2025-01-231-6/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-181-1/+1
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-0/+1
* Merge branch 'dead' into 'main'Alexander Hansen Færøy2024-10-171-0/+2
|\
| * Disable a lot of dead code warningsIan Jackson2024-10-171-0/+2
* | arti: remove 'relay' subcommand and 'arti-relay' depSteven Engler2024-10-151-16/+1
|/
* arti: move 'relay' subcommand to 'subcommands::relay' moduleSteven Engler2024-09-251-9/+4
* arti: Gate the arti hsc subcommand behind a new "hsc" feature (fmt).Gabriela Moldovan2024-09-191-4/+1
* arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-191-7/+3
* arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-171-27/+8
* arti: Remove a completed TODO.Gabriela Moldovan2024-09-171-1/+0
* arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-121-34/+5
* arti: Move arti::run to subcommands::proxy.Gabriela Moldovan2024-09-121-154/+4
* rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-281-3/+3
* RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-281-10/+6
* arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-281-0/+3
* arti: Avoid using the now-deprecated arti_client constant.Gabriela Moldovan2024-08-051-2/+2
* arti: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-1/+1
* arti: Gate the hsc subcommand behind the keymgr feature (fmt).Gabriela Moldovan2024-07-101-1/+5
* arti: Gate the hsc subcommand behind the keymgr feature.Gabriela Moldovan2024-07-101-3/+3
* arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-271-0/+18
* arti: wait a short while on startup if lockfiles are unavailable.Nick Mathewson2024-06-241-1/+1
* arti: Add a TODO about a possible refactoring.Gabriela Moldovan2024-06-171-0/+2
* arti: Move arti hss subcommand implementation to separate module.Gabriela Moldovan2024-06-171-38/+3
* relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-111-39/+63
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-221-0/+7
* arti, CI: Add a test case for command line helpIan Jackson2024-03-051-0/+3
* arti: Print help on `arti hss` without subcommandIan Jackson2024-03-051-0/+1
* arti: Fix misplaced clap hunkIan Jackson2024-03-051-4/+4
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | arti config watch: Pass Runtime as first argumentIan Jackson2024-03-041-1/+1
* | arti config watch: Pass a Runtime, not a TorClient (fmt)Ian Jackson2024-03-041-1/+6
* | arti config watch: Pass a Runtime, not a TorClientIan Jackson2024-03-041-1/+1
|/
* Refactor and improve error hinting.Nick Mathewson2024-02-141-4/+4
* arti: Use Weak references for the reconfigurable modules (fmt).Gabriela Moldovan2024-01-251-6/+1
* arti: Use Weak references for the reconfigurable modules.Gabriela Moldovan2024-01-251-1/+10
* tor-hsservice: Add TODO about testing arti hss.Gabriela Moldovan2024-01-181-0/+1
* arti: Use OnionService to get the onion_name().Gabriela Moldovan2024-01-181-7/+19
* Give an error when user configured onion services with no support.Nick Mathewson2024-01-161-0/+2
* tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.Gabriela Moldovan2024-01-101-2/+2
* arti::lib: Downgrade "TODO HSS" commentsNick Mathewson2024-01-091-2/+2
* arti: Fix log message typo.Gabriela Moldovan2023-12-141-1/+1
* Merge branch 'return-of-the-son-of-arti-todos' into 'main'Nick Mathewson2023-12-141-26/+36
|\
| * arti: Use a macro to declare modules as conditionally public.Nick Mathewson2023-12-131-25/+36