aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands
Commit message (Expand)AuthorAgeFilesLines
* arti: Move cfg_mgr preservation techniqueNick Mathewson7 days1-2/+4
* arti: Give an Arc<CfgMgr> to RPC superuser sessions.Nick Mathewson7 days1-1/+3
* arti: Construct CfgMgr object earlier.Nick Mathewson7 days1-10/+11
* reload_cfg: Separate creation of CfgMgr and launch of taskNick Mathewson7 days1-1/+2
* reload_cfg: Refactor to use a CfgMgr object.Nick Mathewson13 days1-2/+2
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-151-1/+0
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* | arti: subcommands: keys: Fix clippy::for-kv-maphjrgrn2026-07-131-2/+2
* | multiple crates: Fix clippy warningshjrgrn2026-07-102-3/+3
|/
* arti: subcommands: keys: Fix compact outputhjrgrn2026-06-221-1/+1
* arti: Sort the arti keys list outputGabriela Moldovan2026-06-171-0/+5
* arti: Don't mention entry validity in the help messageGabriela Moldovan2026-06-171-1/+1
* arti: subcommands: keys: Rework output of keys listhjrgrn2026-06-171-79/+110
* arti: rpc functionality to bootstrap a defer_bootstrapped client.Nick Mathewson2026-06-081-0/+1
* Option to defer bootstrapping at startup.Nick Mathewson2026-06-081-13/+36
* client: Factor out the "running a client" code into an inner typestateNick Mathewson2026-05-261-1/+1
* Merge branch 'socket-buf-size' into 'main'opara2026-05-211-3/+18
|\
| * arti: add 'proxy.socket_{send,recv}_buf_size' config optionsSteven Engler2026-05-071-3/+18
* | keymgr: Remove RawKeystoreEntryGabriela Moldovan2026-05-181-13/+11
* | Make TorClient no longer implement Clone.Nick Mathewson2026-05-131-1/+1
* | Make all TorClient constructors wrap the TorClient in an Arc.Nick Mathewson2026-05-132-2/+3
|/
* Merge branch 'http-connect-wrapup' into 'main'Nick Mathewson2026-03-261-6/+5
|\
| * arti: Add an option to disable http_connect.Nick Mathewson2026-03-251-6/+5
* | arti: Mostly make clippy happy for wasm with --no-default-features.Nick Mathewson2026-03-251-0/+1
|/
* arti: Extract responsibility for port listing.Nick Mathewson2026-02-191-8/+20
* arti: Refactor socks proxy launcher function.Nick Mathewson2026-02-191-3/+6
* arti: Refactor dns proxy launcher function.Nick Mathewson2026-02-191-3/+4
* arti: improve error message for invalid socks/dns portSteven Engler2026-02-021-10/+4
* arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-291-2/+2
* arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-291-3/+3
* arti: reword+reformat warning messageSteven Engler2026-01-291-1/+4
* arti: Do not panic when invalid ports are given as arguments to proxyNiel Duysters2026-01-301-2/+8
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-3/+3
* keymgr: Move Unrecognized errors out of KeyPathErrorGabriela Moldovan2026-01-062-3/+2
* arti: Remove no-longer needed helper functionGabriela Moldovan2026-01-061-23/+18
* arti: Remove special handling for C Tor keys (fmt)Gabriela Moldovan2026-01-061-4/+1
* arti: Remove special handling for C Tor keysGabriela Moldovan2026-01-061-40/+2
* arti: Move "port_info_file" configuration into "storage"Nick Mathewson2025-12-161-1/+1
* arti: Export the chosen ports in a ports_info.json file.Nick Mathewson2025-12-161-8/+26
* arti: Change how proxy futures are returned.Nick Mathewson2025-12-161-15/+19
* arti: tweak docs, add TODOs with respect to Listener.Nick Mathewson2025-12-161-0/+3
* Merge branch 'torclient-keymgr-accessor' into 'main'wesleyac2025-12-031-12/+10
|\
| * arti: keys: use `TorClient::keymgr` instead of `InertTorClient::keymgr` in `r...hjrgrn2025-11-051-12/+10
* | arti: Adjust a no-longer acccurate hss docGabriela Moldovan2025-12-011-1/+1
* | arti: Add missing subcommand docsGabriela Moldovan2025-12-014-0/+6
* | Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-241-0/+119
|/
* arti: Revise strings that implied that we were a SOCKS-only proxy.Nick Mathewson2025-10-281-4/+10
* arti: Renaming around socks/generic proxiesNick Mathewson2025-10-281-1/+1
* Rename "arti::socks" to "arti::proxy".Nick Mathewson2025-10-281-2/+2
* arti: keys: Simplify `run_check_integrity`hjrgrn2025-10-081-9/+7