summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-client: Re-export `ConfigurationSources`Clara Engler2025-06-111-1/+1
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-161-0/+37
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-091-118/+2
* arti-client: change test to use path resolver from `TorClientConfig`Steven Engler2024-11-181-6/+12
* tor-config-path: remove `Option` from resolver valueSteven Engler2024-11-181-9/+10
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-181-36/+50
* arti-client: add a more-comprehensive cfg variable testSteven Engler2024-11-181-10/+35
* arti-client: moved two tests from tor-config-pathSteven Engler2024-11-181-0/+20
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-11/+86
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-1/+1
* Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-071-1/+1
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-4/+4
* Provide a MemoryQuotaTracker in TorClientIan Jackson2024-09-041-2/+0
* arti-client: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-0/+9
* Look for memquota configuration in the TorClient configurationIan Jackson2024-09-041-0/+29
* arti-client: replace `convert_override_net_params` with generic `default_extend`Steven Engler2024-09-031-10/+6
* arti-client: Fix a rustdoc warning.Gabriela Moldovan2024-08-281-1/+1
* arti-client: Move state_dir() to TorClientConfig.Gabriela Moldovan2024-08-281-0/+14
* arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-051-23/+3
* StorageConfig: complete a missing piece of documentation.Nick Mathewson2024-06-111-1/+1
* StorageConfig: Light reformatting.Nick Mathewson2024-06-111-0/+3
* tor-guardmgr: Unconditionally define VanguardConfig.Gabriela Moldovan2024-06-031-11/+3
* arti-client: Remove unnecessary VanguardConfig pub use.Gabriela Moldovan2024-06-031-6/+0
* Make TorClientConfig implement AsRef<BridgesConfig>Nick Mathewson2024-04-021-0/+5
* Add tests for configuring unmanaged transportsNick Mathewson2024-03-141-11/+49
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-141-7/+7
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-2/+2
|\
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-2/+2
* | Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|/
* tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.Gabriela Moldovan2024-03-111-0/+11
* arti-client: Add vanguard_config() to CircMgrConfig.Gabriela Moldovan2024-03-111-1/+15
* arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-111-0/+9
* arti-client: Re-export VanguardsConfig from vanguards module.Gabriela Moldovan2024-03-111-0/+9
* arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-211-28/+0
* tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.Gabriela Moldovan2024-01-101-2/+2
* arti-client::config: Turn a TODO HSS into #1185.Nick Mathewson2024-01-091-1/+1
* 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
* 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 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
* Added macro for StorageConfig expand dirrdbo2023-11-171-13/+15
* arti-client: Re-export onion-service configuration types.Nick Mathewson2023-10-031-0/+6