summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* arti-client: Stop using HsClientIntroAuthKeypair for client auth.Gabriela Moldovan2023-11-201-15/+1
* Merge branch 'main' into 'main'gabi-2502023-11-171-13/+15
|\
| * Added macro for StorageConfig expand dirrdbo2023-11-171-13/+15
* | arti-client test: add clippy exceptionJim Newsome2023-11-161-0/+1
|/
* Send less information in onion service BEGIN messagesNick Mathewson2023-11-151-1/+9
* hsclient: Rename get_or_launch{connection => circuit}Nick Mathewson2023-10-241-1/+1
* tor-hsclient, arti-client: Make BadClientSpecifier wrap an ArtiPathError.Gabriela Moldovan2023-10-191-1/+1
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-192-2/+7
* arti-client: Re-export onion-service configuration types.Nick Mathewson2023-10-031-0/+6
* arti-client: fix up launch_onion_service a bit.Nick Mathewson2023-10-031-10/+19
* hss: actually provide a stream of RendRequest from launch().Nick Mathewson2023-09-271-1/+1
* tor-hsservice: Run cargo fmt.Gabriela Moldovan2023-09-271-3/+1
* tor-hsservice: Make Launchable a non-async trait.Gabriela Moldovan2023-09-271-1/+0
* arti-client: add a minimal onion-service-launching API.Nick Mathewson2023-09-272-6/+62
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-251-2/+2
* arti-client: add exit selection with GeoIP country codeseta2023-09-182-1/+44
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-234-0/+4
* arti-client: Fix a couple more typos.Nick Mathewson2023-08-221-1/+1
* Use "typos-cli" to fix a bunch of typos.Nick Mathewson2023-08-221-1/+1
* Resolve a pair of warnings about redundant closures.Nick Mathewson2023-08-221-2/+2
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-2/+2
* arti-client: fix conditional unused_import and dead_code warningsNick Mathewson2023-08-161-3/+5
* arti-client: Use Path::join instead of format!.Gabriela Moldovan2023-08-141-1/+1
* arti-client: Make from_directories() derive the keystore_dir from state_dir.Gabriela Moldovan2023-08-111-1/+39
* bridge config: Fix an error message slightlyIan Jackson2023-08-081-1/+1
* arti-client config test: partially un-degrade formattingIan Jackson2023-08-081-10/+10
* arti-client config test: degrade formattingIan Jackson2023-08-081-12/+18
* arti-client config: Add an extra test case for bridgesIan Jackson2023-08-081-0/+45
* bridge config: reject bridges=true when there are no bridgesIan Jackson2023-08-081-2/+0
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Fix and expand the description of OnionAddressDisabledNick Mathewson2023-08-031-2/+9
* Add error if [[bridges.transports]] isn't written in config fileSaksham Mittal2023-08-011-10/+201
* pass reconfigure_lock guard into TorClient::reconfigure_innersw1tch2023-07-251-3/+8
* cargo fmtsw1tch2023-07-241-1/+3
* fixes deadlock in TorClient::reconfiguresw1tch2023-07-241-1/+34
* Revert "keymgr: Require callers to be explicit about which keystore to get ke...Gabriela Moldovan2023-07-211-6/+4
* keymgr: Require callers to be explicit about which keystore to get keys from.Gabriela Moldovan2023-07-201-4/+6
* keymgr: Explicitly specify the default keystore for `KeyMgr`.Gabriela Moldovan2023-07-201-4/+5
* keymgr-config: Make fields private, add function for checking if keystore is ...Gabriela Moldovan2023-07-201-5/+1
* arti-client: Use a default keystore config if `experimental-api` is disabled.Gabriela Moldovan2023-07-202-21/+18
* 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