aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Merge branch 'rustls-defaults' into 'main'Nick Mathewson2026-04-081-7/+23
|\
| * arti: Allow choice of CryptoProvider; use aws-lc-rs by default.Nick Mathewson2026-04-081-7/+23
* | arti: Fix help message display orderhjrgrn2026-04-081-4/+6
|/
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* arti: Migrate top-level configuration to dd(TorConfig).Nick Mathewson2026-02-241-6/+16
* arti: Port rpc configuration to dd(TorConfig).Nick Mathewson2026-02-241-2/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* arti: improve error message for invalid socks/dns portSteven Engler2026-02-021-0/+2
* arti: improve help text for `-p` and `-d`Steven Engler2026-02-021-2/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Merge branch 'opaque_arti_2.0' into 'main'Nick Mathewson2026-01-151-9/+30
|\
| * arti: rename experimental-api "run" to "run_proxy".Nick Mathewson2026-01-131-1/+1
| * Make arti crate opaque by defaultNick Mathewson2026-01-131-9/+30
* | arti: call `tor_log_ratelim::install_runtime`Steven Engler2026-01-141-2/+6
|/
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-161-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* arti: Revise strings that implied that we were a SOCKS-only proxy.Nick Mathewson2025-10-281-1/+2
* Rename "arti::socks" to "arti::proxy".Nick Mathewson2025-10-281-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+2
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-041-1/+1
* Document why we are using ring with rustlsNick Mathewson2025-08-191-0/+4
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-6/+9
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-311-1/+1
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-2/+5
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-121-1/+20
* arti, cell, dirclient: Use expect instead of unwrap.Nick Mathewson2025-05-291-1/+1
* 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