summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Document why we are using ring with rustlsNick Mathewson2025-08-191-0/+4
* Merge branch 'circ-react-report' into 'main'opara2025-08-182-0/+112
|\
| * arti: log errors using `tor_error::ErrorReport`Steven Engler2025-08-181-1/+14
| * arti: log error fields lastSteven Engler2025-08-182-0/+99
* | Merge branch 'document-max-mem-overhead' into 'main'Nick Mathewson2025-08-181-4/+8
|\ \ | |/ |/|
| * Add a disclaimer that not all memory usage is trackedNick Mathewson2025-08-181-0/+3
| * Light reformatting on system.memory documentation.Nick Mathewson2025-08-181-4/+5
* | Merge branch 'fix-nightly-warn' into 'main'Nick Mathewson2025-08-181-1/+1
|\ \ | |/ |/|
| * clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* | arti: Add more explanation of pow_rend_queue_depth to example config.Wesley Aptekar-Cassels2025-08-131-1/+3
* | tor-hsservice: Add pow_rend_queue_depth config option.Wesley Aptekar-Cassels2025-08-131-0/+7
* | arti: keys: Fix `display_keystore_entries` outputhjrgrn2025-08-091-0/+1
|/
* Merge branch 'update_to_edition_2024_v2' into 'main'Nick Mathewson2025-08-079-41/+46
|\
| * Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-1/+1
| * Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-079-37/+42
| * Update code for Edition 2024Nick Mathewson2025-08-071-3/+3
* | arti: keys: Improve CLI output by distinguishing KeyPath variantshjrgrn2025-08-061-17/+64
|/
* arti::socks: Resolve a TODO MSRV entry.Nick Mathewson2025-08-051-6/+3
* 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