summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-relay: add a `SystemConfig` to the relay configSteven Engler2025-10-211-0/+18
* arti-relay: add note to `StorageConfig::permissions`Steven Engler2025-10-211-0/+6
* arti-relay: small change to `create_keymgr()`Steven Engler2025-10-211-15/+0
* arti-relay: initialize the `StateDirectory` and `FsStateMgr`Steven Engler2025-10-211-0/+23
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* arti-relay: Removed dependency on `once_cell`hashcatHitman2025-06-141-4/+4
* arti-relay: remove 'override_net_params' configSteven Engler2025-01-141-20/+1
* arti-relay: fix rust/clippy lintsSteven Engler2025-01-141-1/+2
* arti-relay: add rust/clippy lintsSteven Engler2025-01-141-0/+14
* arti-relay: remove `TorRelayConfigBuilder::from_directories`Steven Engler2025-01-131-27/+0
* arti-relay: add `LoggingConfig`Steven Engler2025-01-131-0/+40
* arti-relay: default config paths now use path resolverSteven Engler2025-01-131-0/+13
* arti-relay: added a base `CfgPathResolver`Steven Engler2025-01-131-5/+122
* arti-relay: impl `TopLevel` for `TorRelayConfig`Steven Engler2025-01-131-0/+4
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-1/+3
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* arti-relay: Fix cargo doc issuesDavid Goulet2024-10-101-1/+1
* arti-relay: Remove the use of pub and pub useDavid Goulet2024-10-101-7/+5
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-1/+1
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-2/+2
* relay: Add KeyMgr to TorRelayDavid Goulet2024-09-181-1/+20
* tor-relay: add `ChanMgr` to `TorRelay`Steven Engler2024-09-031-0/+26
* relay: Add basic configuration and builderDavid Goulet2024-08-201-0/+151