summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* arti: update example configSteven Engler2025-07-311-5/+16
* arti: make "memquota" feature a no-opSteven Engler2025-07-311-31/+17
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-3/+11
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-314-44/+233
* arti: raw: Rename `arti keys-raw remove-by-path`hjrgrn2025-07-151-12/+12
* arti: keys: Add arti keys-rawhjrgrn2025-07-144-39/+104
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-072-0/+2
* arti: keys: Fix arti keys help messagehjrgrn2025-06-231-2/+2
* arti console logging: use stderr instead of stdoutJim Newsome2025-06-172-4/+4
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-123-1/+203
* expose socks proxy some moretrinity-1686a2025-05-301-3/+21
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-294-0/+7
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-1/+1
* Merge branch 'todo1' into 'main'Ian Jackson2025-05-201-78/+57
|\
| * arti: cfg::test Rework refactorplaybahn2025-05-191-9/+8
| * arti: cfg::test: Fix TODO + Minor refactorplaybahn2025-04-261-76/+56
* | arti: resolve a variant-size-difference warning.Nick Mathewson2025-05-152-2/+2
* | 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