summaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-081-0/+27
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-041-3/+3
* arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-231-19/+15
* arti: Use connect points to listen for RPC connections.Nick Mathewson2024-12-191-34/+17
* 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-1/+1
* arti: Don't log that we are in SOCKS mode unless socks_listen is set.Gabriela Moldovan2024-09-171-6/+13
* arti: Allow running hidden services with SOCKS/DNS ports disabled.Gabriela Moldovan2024-09-171-8/+18
* arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-121-7/+37
* arti: Move arti::run to subcommands::proxy.Gabriela Moldovan2024-09-121-2/+168
* arti: Add a new module for the proxy subcommand.Gabriela Moldovan2024-09-121-0/+17