summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* Merge branch 'rpc_verb_methods' into 'main'David Goulet2024-10-161-1/+1
|\
| * RPC: Rename "arti:isolated_client" to "arti:new_isolated_client".Nick Mathewson2024-10-091-1/+1
* | memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-2/+1
|/
* arti-client: Fix a broken doc comment.Gabriela Moldovan2024-10-081-1/+1
* arti-client, tor-keymgr: Remove a couple of now-addressed TODOs.Gabriela Moldovan2024-10-081-1/+0
* arti-client: Use the configured C Tor client keystores.Gabriela Moldovan2024-10-081-1/+12
* arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-081-4/+21
* arti-client: Refactor KeyMgr building logic.Gabriela Moldovan2024-10-081-15/+14
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-082-2/+2
* Merge branch 'allow-onion-addrs-default-true' into 'main'gabi-2502024-10-072-3/+3
|\
| * Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-072-3/+3
* | arti-client: Fix incorrect feature gate for onion-service-client.Wesley Aptekar-Cassels2024-10-071-4/+3
|/
* Merge branch 'mq' into 'main'Ian Jackson2024-10-072-0/+7
|\
| * memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2
| * arti-client: Provide another variant for memquota errorsIan Jackson2024-10-031-0/+5
* | Merge branch 'launch-with-hsid-docs' into 'main'gabi-2502024-10-031-0/+8
|\ \
| * | arti-client: Clarify the launch_onion_service_with_hsid() docs.Gabriela Moldovan2024-10-031-0/+8
* | | Merge branch 'rename-client-auth' into 'main'Ian Jackson2024-10-031-2/+2
|\ \ \ | |_|/ |/| |
| * | arti-client: Use the new "restricted discovery" terminology.Gabriela Moldovan2024-10-031-2/+2
| |/
* | CircMgr: Start writing tests.Wesley Aptekar-Cassels2024-10-031-1/+1
* | Revise RPC documentation to be more informative.Nick Mathewson2024-10-022-5/+28
|/
* Merge branch 'misc' into 'main'Ian Jackson2024-10-011-2/+2
|\
| * arti-client: Change the case of ErrorDetail::MemquotaSetup from MemQuotaSetupIan Jackson2024-09-261-2/+2
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-9/+8
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-9/+8
* | Merge branch 'rename_singleton_id' into 'main'Jim Newsome2024-09-251-3/+3
|\ \ | |/ |/|
| * rpc: Rename SingletonId to SingleIdResponseNick Mathewson2024-09-241-3/+3
* | CircMgr: Make CircMgr and HsCircPool generic over builder type.Wesley Aptekar-Cassels2024-09-241-9/+11
|/
* tor-keymgr: Move keystore config under keystore.primary.Gabriela Moldovan2024-09-231-1/+1
* arti: Reinstate the keystore.enabled option.Gabriela Moldovan2024-09-231-3/+3
* arti-client: Update docs to reflect KeystoreSelector renaming.Gabriela Moldovan2024-09-231-3/+3
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-6/+6
* arti-client: added support for constructing ArtiEphemeralKeystore to InertTor...Morgan2024-09-201-22/+37
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-4/+4
* arti-client: Add APIs for rotating service discovery keys.Gabriela Moldovan2024-09-191-0/+80
* arti-client: add experimental launch_onion_service_with_hsid() method which H...Morgan2024-09-151-1/+45
* arti-client: Convert a note to a comment.Gabriela Moldovan2024-09-121-1/+1
* arti-client: Remove duplicated documentation.Gabriela Moldovan2024-09-121-42/+4
* arti-client: implemented insert_service_discovery_key and remove_service_disc...Morgan2024-09-101-1/+168
* Merge branch 'relay-err' into 'main'David Goulet2024-09-091-1/+1
|\
| * arti-client: minor documentation grammar fixSteven Engler2024-09-051-1/+1
* | Add a TODO RPC call about revising/moving documentationNick Mathewson2024-09-091-0/+6
* | rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-2/+24
|/
* memory quota error message: Fix emacs-induced typoIan Jackson2024-09-041-1/+1
* Provide a MemoryQuotaTracker in TorClientIan Jackson2024-09-043-2/+15
* arti-client: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-0/+9
* Look for memquota configuration in the TorClient configurationIan Jackson2024-09-041-0/+29
* arti-client: replace `convert_override_net_params` with generic `default_extend`Steven Engler2024-09-031-10/+6
* arti-client: Fix a rustdoc warning.Gabriela Moldovan2024-08-281-1/+1