summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'public-dir-mgr-config' into 'main'Ian Jackson2024-01-091-1/+1
|\
| * dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-091-1/+1
* | Fix typosDimitris Apostolou2024-01-081-1/+1
|/
* arti-client: Add an accessor for the keystore config.Gabriela Moldovan2023-12-141-0/+5
* 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
* tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathErrorIan Jackson2023-12-071-1/+1
* arti config: Declare who is supposed to add path leaf componentsIan Jackson2023-12-041-0/+10
* tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dirIan Jackson2023-12-041-1/+1
* arti config: Declare cache_dir /var/cache like natureIan Jackson2023-12-041-0/+5
* arti config: Declare cache_dir is not necessarily just the Tor directoryIan Jackson2023-12-041-1/+1
* tor-keymgr: Abolish KeyMgr::new.Gabriela Moldovan2023-11-271-2/+7
* 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