summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Replace signal-hook-async-std with async-signal to fix RUSTSEC-2024-0384Vijaya Bhaskar2025-04-261-4/+3
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-162-0/+15
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-33/+31
* metrics: config tests: Correct a commentIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the MetricsConfig typeIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs on the listen config fieldIan Jackson2025-04-081-9/+4
* metrics: config: Fix typo in the example config fileIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs in the example config fileIan Jackson2025-04-081-1/+2
* arti: cfg tests: Improve formatting of an assertIan Jackson2025-04-081-3/+6
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-083-0/+150
* arti: cfg tests: On mismatch, report which config fileIan Jackson2025-04-081-2/+2
* arti: Fix TODO: Rework test: onion_proxy::build_listplaybahn2025-04-011-71/+31
* arti: onion_proxy::build_list: fix TODO: Add testplaybahn2025-04-011-6/+104
* Add examples and tests for RPC options.Nick Mathewson2025-03-253-3/+121
* arti: warn when rpc options are set without rpc feature.Nick Mathewson2025-03-251-0/+21
* Merge branch '1630-scrub-address-from-output' into 'main'gabi-2502025-03-191-23/+28
|\
| * hsc: Improve get_onion_address functionhjrgrn2025-03-181-2/+3
| * hsc: Add --quite CLI flaghjrgrn2025-03-171-10/+15
| * hsc: Improve get_onion_address functionhjrgrn2025-03-171-4/+3
| * hsc: remove onion-address flag in favour of stdinhjrgrn2025-03-141-22/+22
* | Merge branch 'hsc-lf' into 'main'gabi-2502025-03-181-1/+1
|\ \ | |/ |/|
| * arti: hsc-key-get: Print LF after discovery keyplaybahn2025-03-131-1/+1
* | hsc: remove TODO about display_service_discovery_key error handling.hjrgrn2025-03-141-1/+0
|/
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-122-30/+42
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+0
* tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-042-5/+5
* arti: Disable color when stdout is not a tty.Nick Mathewson2025-02-241-1/+7
* socks.rs: Update documentation; RpcDataStream has been renamed.Nick Mathewson2025-01-301-9/+5
* rpc: Correct API documentation about optimismNick Mathewson2025-01-301-2/+1
* Merge branch 'rpc-missing-dir' into 'main'Nick Mathewson2025-01-231-8/+16
|\
| * connpts: Document behavior on nonexistent directoryNick Mathewson2025-01-231-0/+2
| * rpc: Tolerate NotFound on configured connect point directory.Nick Mathewson2025-01-231-8/+14
* | arti: Make Rpc argument unconditional when constructing socks proxyNick Mathewson2025-01-236-33/+43
* | arti::socks: Re-wrap a section.Nick Mathewson2025-01-231-2/+3
* | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | arti: remove an obsolete rpc todo.Nick Mathewson2025-01-231-1/+0
* | arti: Remove old workaround for runtime selection under RPC.Nick Mathewson2025-01-231-6/+1
|/
* rpc: Rename new_stream_handle to new_oneshot_client.Nick Mathewson2025-01-151-1/+1
* arti-rpcserver: Tell connections what kind of auth to expect.Nick Mathewson2025-01-151-13/+1
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-072-0/+2
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-062-0/+2
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* rpc: Add a test for config parsing and defaults.Nick Mathewson2024-12-192-1/+90
* rpc: Clarify listen_defaults behavior.Nick Mathewson2024-12-191-1/+2
* rpc: Rename RpcListnerConfig=>RpcListenerSetConfig to clarify plurality.Nick Mathewson2024-12-191-14/+17
* rpc: Test that we can parse our defaults.Nick Mathewson2024-12-192-1/+35
* rpc: comments to explain where connect points are disabled.Nick Mathewson2024-12-192-1/+7
* rpc: Make names reflect configuration keys better.Nick Mathewson2024-12-191-17/+11
* rpc: Document that default-index is 1-basedNick Mathewson2024-12-192-1/+5