summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* | tor-hsclient: Derive the KeySpecifier implementation.Gabriela Moldovan2024-01-101-3/+2
|/
* arti_client: Change ephemeral-service TODO HSS comments to #1186.Nick Mathewson2024-01-091-3/+3
* arti-client::client: remove TODO HSS that is no longer true.Nick Mathewson2024-01-091-2/+0
* arti-client::config: Turn a TODO HSS into #1185.Nick Mathewson2024-01-091-1/+1
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-091-2/+0
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-4/+4
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-19/+19
* Merge branch 'public-dir-mgr-config' into 'main'Ian Jackson2024-01-092-1/+2
|\
| * dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-092-1/+2
* | Fix typosDimitris Apostolou2024-01-081-1/+1
|/
* arti-client: Add an accessor for the keystore config.Gabriela Moldovan2023-12-142-0/+6
* Merge branch 'keymgr_enabled_default' into 'main'Nick Mathewson2023-12-131-24/+12
|\
| * arti_config: remove experimental-api as way to enable keymgr.Nick Mathewson2023-12-131-7/+4
| * arti-client: use sub_builder for ArtiNativeKeystoreConfigNick Mathewson2023-12-131-10/+3
| * arti_client: enable keymgr when keymgr feature is configuredNick Mathewson2023-12-131-11/+9
* | arti-client: TorClient.storage_mistrust: Correct doc commentIan Jackson2023-12-131-1/+6
* | tor-hsservice: Plumb state dir and its mistrust into ipt_mgrIan Jackson2023-12-131-1/+15
* | arti-client: Centralise state_dir variable (fmt)Ian Jackson2023-12-131-5/+2
* | arti-client: Centralise state_dir variableIan Jackson2023-12-131-3/+4
|/
* Add NOTEs about similar code for address types.Nick Mathewson2023-12-121-1/+6
* Merge branch 'persist-macro' into 'main'Ian Jackson2023-12-071-1/+1
|\
| * tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-1/+1
* | upgrade to toml 0.8.8Nick Mathewson2023-12-051-1/+1
|/