summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-13/+13
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* arti-relay: Run fixup-features.Gabriela Moldovan2025-03-271-0/+1
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-242-1/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-12/+12
* Upgrade to directories 6Nick Mathewson2025-02-261-1/+1
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Bump minor version of fs-mistrustIan Jackson2025-02-071-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-12/+12
* fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-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-132-1/+15
* arti-relay: add `LoggingConfig`Steven Engler2025-01-132-0/+41
* 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-132-5/+124
* 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
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-12/+12
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-12/+12
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* 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-142-24/+3
* arti-relay: add cli testsSteven Engler2024-11-131-0/+35
* arti-relay: add 'build-info' subcommandSteven Engler2024-11-133-0/+57
* arti-relay: add clap for cliSteven Engler2024-11-133-2/+111
* arti-relay: add 'test-all-crates' and 'matrix-check' exceptionsSteven Engler2024-11-131-0/+4
* arti-relay: add 'default-runtime' featureSteven Engler2024-11-131-2/+4
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-042-1/+3
* tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-311-1/+1