| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-relay: re-add trailing '/' to default paths in help text | Steven Engler | 2025-10-08 | 1 | -2/+12 |
| | | |||||
| * | Remove a now-needless doc comment. | Nick Mathewson | 2025-08-05 | 1 | -2/+0 |
| | | |||||
| * | arti-relay: Removed dependency on `once_cell` | hashcatHitman | 2025-06-14 | 1 | -3/+3 |
| | | | | | | | - Replaced `once_cell::sync::Lazy` with `std::sync::LazyLock`. Signed-off-by: hashcatHitman <[email protected]> | ||||
| * | arti-relay: standardized MSRV TODO | hashcatHitman | 2025-04-16 | 1 | -1/+1 |
| | | | | | | - Part of a series of commits aimed at replacing all MSRV-related TODOs with a standardized format, which should be easier to find when the MSRV is bumped. | ||||
| * | arti-relay: fix rust/clippy lints | Steven Engler | 2025-01-14 | 1 | -0/+21 |
| | | |||||
| * | arti-relay: add rust/clippy lints | Steven Engler | 2025-01-14 | 1 | -0/+14 |
| | | |||||
| * | arti-relay: don't use environment var in `Mistrust` | Steven Engler | 2025-01-13 | 1 | -24/+0 |
| | | |||||
| * | arti-relay: add config loading | Steven Engler | 2025-01-13 | 1 | -4/+0 |
| | | |||||
| * | arti-relay: rework default config file path handling | Steven Engler | 2025-01-13 | 1 | -15/+91 |
| | | |||||
| * | arti-relay: add constant `ARTI_FS_DISABLE_PERMISSION_CHECKS` | Steven Engler | 2025-01-13 | 1 | -0/+24 |
| | | | | | We don't actually use it yet, but we do show it in the '--help' text. | ||||
| * | arti-relay: default config paths now use path resolver | Steven Engler | 2025-01-13 | 1 | -11/+5 |
| | | |||||
| * | arti-relay: added `From<LogLevel> for tracing::metadata::Level` | Steven Engler | 2025-01-13 | 1 | -1/+13 |
| | | |||||
| * | arti-relay: make cli `log_level` an `Option` | Steven Engler | 2025-01-13 | 1 | -4/+3 |
| | | | | | This is an override option, which we want to default to "unset". | ||||
| * | arti-relay: test that global cli options have "global" set | Steven Engler | 2025-01-13 | 1 | -1/+16 |
| | | |||||
| * | arti-relay: moved global cli options to common struct | Steven Engler | 2025-01-13 | 1 | -16/+24 |
| | | |||||
| * | arti-relay: small change to log level comment | Steven Engler | 2024-11-14 | 1 | -1/+1 |
| | | | | | | In arti this option is just a convenience function to override the configuration option, so we'll probably want to do the same thing. | ||||
| * | arti-relay: add cli tests | Steven Engler | 2024-11-13 | 1 | -0/+35 |
| | | |||||
| * | arti-relay: add 'build-info' subcommand | Steven Engler | 2024-11-13 | 1 | -0/+2 |
| | | |||||
| * | arti-relay: add clap for cli | Steven Engler | 2024-11-13 | 1 | -0/+86 |
| The options are inspired by the arti cli interface. | |||||
