summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.Gabriela Moldovan2024-03-113-7/+13
* | 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-113-3/+12
* | arti-client: Re-export VanguardsConfig from vanguards module.Gabriela Moldovan2024-03-112-0/+10
* | tor-circmgr: Give CircMgr a VanguardMgr.Gabriela Moldovan2024-03-114-0/+38
* | 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
* | Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\ \ | |/ |/|
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | tor-ptmgr: Bump minor version.Gabriela Moldovan2024-03-041-1/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-7/+7
* | Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-4/+4
* | Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-3/+3
|/
* 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
* Merge branch 'hss_non_experimental' into 'main'gabi-2502024-02-212-16/+15
|\
| * Move onion-service-service to non-experimental section of READMEs.Nick Mathewson2024-02-201-3/+3
| * arti-client: Make onion-service-service and keymgr non-experimental.Nick Mathewson2024-02-201-13/+12
* | 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
* Use and document the new arti-client/anyhow featureNick Mathewson2024-02-151-0/+2
* Refactor and improve error hinting.Nick Mathewson2024-02-144-51/+114
* 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
* Merge branch 'delete-semvers' into 'main'Ian Jackson2024-02-051-1/+0
|\
| * Remove all semver.md files to start a fresh release roundIan Jackson2024-02-051-1/+0
* | Bump patch versions *with* dependency updateIan Jackson2024-02-051-1/+1
* | Bump minor versionsIan Jackson2024-02-051-21/+21
|/
* tor-hsservice: Use tor_persist::state_dirIan Jackson2024-02-012-2/+4
* 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
* Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1
* 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-113-4/+13
* 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