summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
...
* HS configuration: Add and honour `allow_onion_addrs` in configurationIan Jackson2023-06-281-5/+10
* tor-hsclient: Expire old data eventuallyIan Jackson2023-06-231-1/+12
* keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-221-1/+1
* Merge branch 'doc_link_fix' into 'main'Alexander Færøy2023-06-211-1/+1
|\
| * Fix a rustdoc link.Nick Mathewson2023-06-211-1/+1
* | Remove extra 'this' in some methodsSaksham Mittal2023-06-211-3/+3
* | Create chanmgr() method in TorClientSaksham Mittal2023-06-211-0/+9
|/
* arti-client: Remove unnecessary #[cfgs(...)].Gabriela Moldovan2023-06-201-5/+0
* arti-client: Create module exposing one of the key manager APIs.Gabriela Moldovan2023-06-201-5/+1
* arti-client, keymgr: Introduce Mistrust settings and enforce FS permissions.Gabriela Moldovan2023-06-201-3/+9
* arti-client: Temporarily ignore key store errors.Gabriela Moldovan2023-06-201-3/+10
* arti-client: hs: remove some now-obsolete allowsIan Jackson2023-06-161-3/+0
* arti-client: Provide ErrorDetailDiscriminants for convenient testingIan Jackson2023-06-161-2/+1
* arti-client: StreamPrefs::connect_to_onion_services: honourIan Jackson2023-06-161-2/+1
* arti-client: StreamPrefs::connect_to_onion_services: docsIan Jackson2023-06-161-1/+6
* arti-client: StreamPrefs::connect_to_onion_services: fix cfgIan Jackson2023-06-161-1/+1
* arti-client: StreamPrefs::connect_to_onion_services: fix nameIan Jackson2023-06-161-1/+1
* Added setter method in impl for StreamPrefsnate_d1azzz2023-06-161-1/+5
* arti-client hs: connect_to_onion_services: default to trueIan Jackson2023-06-161-2/+5
* arti-client: address: Plumb StreamPrefs into enforce_configIan Jackson2023-06-161-2/+2
* arti-client: address: Move config enforcementIan Jackson2023-06-161-4/+2
* arti-client: Rename hs feature to onion-service-client (cfg lines)Ian Jackson2023-06-161-7/+7
* arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-151-4/+17
* arti-client: Implement From<tor_keymgr::Error> for Error.Gabriela Moldovan2023-06-151-4/+2
* keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.Gabriela Moldovan2023-06-151-24/+2
* arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.Gabriela Moldovan2023-06-151-0/+4
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-6/+5
* arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.Gabriela Moldovan2023-06-151-2/+16
* keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-151-7/+6
* arti-client: Make the client use the KeyMgr.Gabriela Moldovan2023-06-151-3/+75
* hs: Fix a feature name in arti-clientNick Mathewson2023-06-071-1/+1
* Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-161-1/+1
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-041-0/+4
* Merge branch 'plumb' into 'main'Alexander Færøy2023-03-301-5/+15
|\
| * Run rustfmtIan Jackson2023-03-301-8/+4
| * arti-client: Call HsCircPool::launch_background_tasksIan Jackson2023-03-301-4/+13
| * arti-client: When making hs conn, wait for bootstrapIan Jackson2023-03-301-0/+3
| * tor-client: Pass a netdir for each requestIan Jackson2023-03-301-1/+3
* | Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-1/+1
|/
* Pass HsCircPool to hsclient connect function, not CircMgr (fmt)Ian Jackson2023-03-281-5/+5
* Pass HsCircPool to hsclient connect function, not CircMgrIan Jackson2023-03-281-2/+5
* Apply deferred rustfmt churnIan Jackson2023-03-231-1/+4
* arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-231-1/+1
* arti-client: Fix wording of docs for TorClient::isolationIan Jackson2023-03-231-1/+1
* arti-client: Strengthen an HS todoNick Mathewson2023-03-231-1/+1
* arti-client: Call tor-hsclient to create HS connectionsIan Jackson2023-03-231-4/+11
* arti-client: Create an HsClientConnectorIan Jackson2023-03-231-0/+15
* arti-client: Move client stream creation out of match, in connectIan Jackson2023-03-231-16/+17
* arti-client: Break out TorClient::isolation(prefs)Ian Jackson2023-03-231-17/+32
* arti-client: Parse .onion addresses and dispatch to client.rsIan Jackson2023-03-091-0/+21