| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | 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. | |||||
