summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* arti-client: Move variable closer to where it's used (fmt).Gabriela Moldovan2023-07-201-24/+21
* arti-client: Move variable closer to where it's used.Gabriela Moldovan2023-07-201-2/+1
* arti-client: Make the `KeyMgr` optional.Gabriela Moldovan2023-07-201-34/+43
* arti-client: Add TODO about expanding the keystore_dir in build().Gabriela Moldovan2023-07-171-0/+2
* arti-client: Log whether a keystore is in use.Gabriela Moldovan2023-07-131-1/+4
* arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-132-92/+23
* arti-client: Log whether the client auth keys were retrieved.Gabriela Moldovan2023-07-121-0/+2
* arti-client: Remove outdated TODO.Gabriela Moldovan2023-07-111-3/+0
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-105-0/+5
* Remove some needless into_iter() calls.Nick Mathewson2023-07-101-2/+1
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-072-6/+5
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-1/+14
* Finish a sentence in the documentation for TorClient::netdir()Nick Mathewson2023-07-031-1/+2
* keystore: Change the dummy HsClientSpecifier to "default".Gabriela Moldovan2023-06-301-1/+1
* Merge branch 'fix-unfortunate-merge-outcome' into 'main'Ian Jackson2023-06-301-1/+1
|\
| * arti-client: Rename KeyStore to Keystore.Gabriela Moldovan2023-06-301-1/+1
* | Merge branch 'docsrs-fix' into 'main'Ian Jackson2023-06-301-0/+1
|\ \ | |/ |/|
| * Add a missing "experimental-api" rustdoc notationNick Mathewson2023-06-291-0/+1
* | Merge branch 'keymgr-naming' into 'main'Alexander Færøy2023-06-302-7/+7
|\ \
| * | keymgr: Rename KeyStore to Keystore globally.Gabriela Moldovan2023-06-292-7/+7
| |/
* / keymgr: Fix another infinite loop around Keymgr error handling.Gabriela Moldovan2023-06-291-1/+1
|/
* Merge branch 'validate-client-spec' into 'main'Ian Jackson2023-06-291-1/+2
|\
| * Run rustfmtIan Jackson2023-06-291-3/+2
| * keymgr: Define an error type for bad `ArtiPathComponents`.Gabriela Moldovan2023-06-291-12/+3
| * arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.Gabriela Moldovan2023-06-291-1/+12
* | Merge branch 'keymgr-config' into 'main'gabi-2502023-06-292-9/+102
|\ \
| * | arti-client: Fix clippy lint.Gabriela Moldovan2023-06-291-0/+1
| * | arti-client: Make keystore_dir an experimental option.Gabriela Moldovan2023-06-291-24/+17
| * | arti-client: Add TODO regarding keystore_dir deserialization.Gabriela Moldovan2023-06-291-0/+3
| * | tor-config: Make ItemOrBool an experimental feature.Gabriela Moldovan2023-06-291-3/+22
| * | arti-client: Fix clippy lints.Gabriela Moldovan2023-06-291-1/+1
| * | arti-client: Load keystore dir and permissions from config.Gabriela Moldovan2023-06-291-6/+2
| * | arti-client: Add expand_keystore_dir function.Gabriela Moldovan2023-06-291-0/+13
| * | arti-client: Add keystore_dir to StorageConfig.Gabriela Moldovan2023-06-292-5/+73
| |/
* | arti-client: StreamPrefs: Add security noteIan Jackson2023-06-291-0/+7
* | Turn off HS client connections by defaultIan Jackson2023-06-293-4/+4
* | arti-client tests: Explicitly enable .onion in most testsIan Jackson2023-06-291-2/+16
|/
* arti_client: Add a warning comment to TorAddrError.Nick Mathewson2023-06-291-0/+3
* arti_client: Move BadOnion from TorAddrError to ErrorDetail.Nick Mathewson2023-06-292-19/+7
* HS configuration: Plumb configuration through (fmt)Ian Jackson2023-06-281-1/+4
* HS configuration: Plumb configuration through (clippy)Ian Jackson2023-06-282-5/+5
* HS configuration: Plumb configuration throughIan Jackson2023-06-282-2/+4
* HS configuration: Add and honour `allow_onion_addrs` in configurationIan Jackson2023-06-283-10/+25
* Also require that TorClientBuilder be Sync.Nick Mathewson2023-06-261-2/+2
* arti-client: Mark DirProviderBuilder Send+Sync;Nick Mathewson2023-06-261-1/+15
* tor-hsclient: Expire old data eventuallyIan Jackson2023-06-231-1/+12
* keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-225-133/+4
* arti-client: Make all dummy APIs pub.Gabriela Moldovan2023-06-221-10/+12
* arti-client: Add a dummy KeyType.Gabriela Moldovan2023-06-221-0/+3