summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src
Commit message (Expand)AuthorAgeFilesLines
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-072-3/+3
* Remove a now-needless doc comment.Nick Mathewson2025-08-051-2/+0
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* arti-relay: Removed dependency on `once_cell`hashcatHitman2025-06-142-7/+7
* arti-relay: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-241-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* arti-relay: remove 'override_net_params' configSteven Engler2025-01-142-21/+2
* arti-relay: fix rust/clippy lintsSteven Engler2025-01-144-4/+34
* arti-relay: add rust/clippy lintsSteven Engler2025-01-143-0/+71
* arti-relay: don't use environment var in `Mistrust`Steven Engler2025-01-132-26/+4
* arti-relay: remove `TorRelayConfigBuilder::from_directories`Steven Engler2025-01-131-27/+0
* arti-relay: add basic placeholder loggerSteven Engler2025-01-131-4/+61
* arti-relay: add config loadingSteven Engler2025-01-132-13/+47
* arti-relay: make `main` a wrapper around a `main_main`Steven Engler2025-01-131-1/+13
* arti-relay: add `LoggingConfig`Steven Engler2025-01-131-0/+40
* arti-relay: rework default config file path handlingSteven Engler2025-01-131-15/+91
* arti-relay: add constant `ARTI_FS_DISABLE_PERMISSION_CHECKS`Steven Engler2025-01-131-0/+24
* arti-relay: `TorRelay` takes a `CfgPathResolver`Steven Engler2025-01-132-8/+20
* arti-relay: remove relay builderSteven Engler2025-01-133-71/+8
* arti-relay: default config paths now use path resolverSteven Engler2025-01-133-12/+21
* arti-relay: added a base `CfgPathResolver`Steven Engler2025-01-131-5/+122
* arti-relay: impl `TopLevel` for `TorRelayConfig`Steven Engler2025-01-131-0/+4
* arti-relay: added `From<LogLevel> for tracing::metadata::Level`Steven Engler2025-01-131-1/+13
* arti-relay: make cli `log_level` an `Option`Steven Engler2025-01-131-4/+3
* arti-relay: test that global cli options have "global" setSteven Engler2025-01-131-1/+16
* arti-relay: moved global cli options to common structSteven Engler2025-01-131-16/+24
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-1/+3
* arti-relay: small change to log level commentSteven Engler2024-11-141-1/+1
* arti-relay: remove TODO comment about runtimesSteven Engler2024-11-141-7/+3
* arti-relay: remove runtime/tls-related featuresSteven Engler2024-11-141-7/+1
* arti-relay: add cli testsSteven Engler2024-11-131-0/+35
* arti-relay: add 'build-info' subcommandSteven Engler2024-11-132-0/+13
* arti-relay: add clap for cliSteven Engler2024-11-132-2/+109
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-311-1/+1
* tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-311-2/+2
* memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-1/+2
* arti-relay: Rename remaining XXXs to be TODOsDavid Goulet2024-10-102-4/+4
* arti-relay: Fix cargo doc issuesDavid Goulet2024-10-102-3/+3
* arti-relay: Remove the use of pub and pub useDavid Goulet2024-10-103-10/+8
* arti-relay: Remove its library crateDavid Goulet2024-10-103-6/+12
* arti-relay: Add a binary to the crateDavid Goulet2024-10-101-0/+8
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-1/+1
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-1/+1
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-2/+2
* relay: Try to generate long-term identity keyDavid Goulet2024-09-181-5/+29
* relay: Add KeyMgr to TorRelayDavid Goulet2024-09-183-2/+65