summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Fix recursive impl for arti_client::Error.Nick Mathewson2024-04-221-1/+1
* arti-client: add hs_circ_pool() method on TorClientRichard Pospesel2024-04-151-0/+14
* Port many of the macros in tor-rpcbase to use derive-deftly.Nick Mathewson2024-04-042-18/+2
* Make TorClientConfig implement AsRef<BridgesConfig>Nick Mathewson2024-04-021-0/+5
* Add tests for configuring unmanaged transportsNick Mathewson2024-03-141-11/+49
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-141-7/+7
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-2/+2
|\
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-2/+2
* | Run maint/add_warning.Nick Mathewson2024-03-135-0/+5
|/
* Merge branch 'arti_client_test' into 'main'gabi-2502024-03-111-1/+12
|\
| * arti-client: increase coverage in src/address.rsBrady Fomegne2024-03-051-1/+12
* | tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.Gabriela Moldovan2024-03-112-7/+12
* | tor-circmgr: Create the VanguardMgr in CircMgr::new.Gabriela Moldovan2024-03-111-19/+0
* | arti-client: Reconfigure the HS circuit pool if needed.Gabriela Moldovan2024-03-111-0/+14
* | arti-client: Keep a handle to the HsCircPool if onion-service-client is enabled.Gabriela Moldovan2024-03-111-2/+2
* | arti-client: Add vanguard_config() to CircMgrConfig.Gabriela Moldovan2024-03-111-1/+15
* | arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-112-3/+11
* | arti-client: Re-export VanguardsConfig from vanguards module.Gabriela Moldovan2024-03-111-0/+9
* | tor-circmgr: Give CircMgr a VanguardMgr.Gabriela Moldovan2024-03-112-0/+34
* | Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* | Fix typos in commentsTobias Stoeckmann2024-03-061-1/+1
* | arti-client: Fix typo in error message.Gabriela Moldovan2024-03-051-1/+1
* | deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
|/
* tor-hsclient: Remove client nickname from the client key specifiers (fmt).Gabriela Moldovan2024-02-221-6/+2
* tor-hsclient: Remove client nickname from the client key specifiers.Gabriela Moldovan2024-02-221-5/+2
* arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-212-30/+3
* Add tests for finding (or not) hints in our error types.Nick Mathewson2024-02-161-0/+58
* Discourage providing HintableErrorImpl without using the macro.Nick Mathewson2024-02-161-3/+10
* Rename one of the hint methods to hint_specificNick Mathewson2024-02-161-3/+10
* Refactor and improve error hinting.Nick Mathewson2024-02-143-50/+109
* educe: Use std's default for two structsIan Jackson2024-02-121-2/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-10/+6
* tor-hsservice: Use tor_persist::state_dirIan Jackson2024-02-011-1/+3
* tor-hsservice: Use tor_persist::state_dir, etc. (fmt)Ian Jackson2024-02-011-4/+3
* tor-hsservice: Use tor_persist::state_dirIan Jackson2024-02-011-8/+8
* tor-hsclient: Rename HsClientSpecifier to HsClientNickname (fmt).Gabriela Moldovan2024-01-311-2/+2
* tor-hsclient: Rename HsClientSpecifier to HsClientNickname.Gabriela Moldovan2024-01-311-2/+2
* tor-hsservice: Store the StateMgr inside OnionServiceState.Gabriela Moldovan2024-01-181-3/+5
* arti-client: Move state_dir and mistrust handling to separate function.Gabriela Moldovan2024-01-181-11/+19
* arti-client: Move keymgr creation to TorClient::create_keymgr.Gabriela Moldovan2024-01-181-49/+34
* tor-hsservice: Do not store the StateMgr in OnionService.Gabriela Moldovan2024-01-181-13/+7
* arti-client: Add a function for creating OnionServices.Gabriela Moldovan2024-01-181-0/+58
* tor-hsservice: Create a separate RunningOnionService type.Gabriela Moldovan2024-01-181-5/+8
* arti-client Remove a TODO hs that is no longer relevant.Gabriela Moldovan2024-01-111-1/+0
* arti-client: Add ErrorDetail::KeystoreRequired.Gabriela Moldovan2024-01-112-4/+12
* arti-client: Turn a TODO hs into #858.Gabriela Moldovan2024-01-111-1/+1
* arti-client: Turn a TODO HSS into #1106.Gabriela Moldovan2024-01-111-1/+1
* Merge branch 'expand-keystore-dir' into 'main'gabi-2502024-01-112-6/+4
|\
| * tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.Gabriela Moldovan2024-01-102-6/+4
* | tor-hsclient: Derive the KeySpecifier implementation (fmt).Gabriela Moldovan2024-01-101-4/+2