| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split OTLP exporter into separate crate. | Wesley Aptekar-Cassels | 2026-08-10 | 1 | -83/+0 |
| | | | | | | This will allow this code to be shared between arti and arti-relay, and will also likely be useful for others in the ecosystem. | ||||
| * | 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. | ||||
| * | arti: Bump the versions of our opentelemetry deps | Gabriela Moldovan | 2026-06-03 | 1 | -1/+1 |
| | | | | | Part of #2559 | ||||
| * | arti: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -5/+3 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | arti: Add note about OpenTelemetry data model. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 |
| | | |||||
| * | opentelemetry: Add note about lack of upstream OTLP exporter. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+3 |
| | | |||||
| * | opentelemetry: Panic on mutex poison. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -8/+1 |
| | | |||||
| * | arti: Add experimental support for OpenTelemetry. | Wesley Aptekar-Cassels | 2025-09-24 | 1 | -0/+84 |
| | | |||||
| * | arti: log errors using `tor_error::ErrorReport` | Steven Engler | 2025-08-18 | 1 | -1/+14 |
| | | |||||
| * | arti: log error fields last | Steven Engler | 2025-08-18 | 1 | -0/+94 |
| | | |||||
| * | Use {u64,usize}::div_ceil | Nick Mathewson | 2024-09-30 | 1 | -1/+1 |
| | | | | | | Previously we had to avoid it, but now that our MSRV is above 1.73 we can use it with abandon. | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | arti: Fix Windows test | Tobias Stoeckmann | 2024-03-01 | 1 | -4/+10 |
| | | | | | | Windows has a 100-nanosecond precision, so avoid test failure due to a known system limitation. | ||||
| * | arti: rewrite ilog10_roundup using checked_ilog10. | Nick Mathewson | 2023-11-30 | 1 | -16/+4 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | arti: comments about catch_unwind | Nick Mathewson | 2023-07-06 | 1 | -0/+9 |
| | | |||||
| * | time_granularity: Make sure formatter can't panic | Nick Mathewson | 2023-07-06 | 1 | -17/+49 |
| | | | | | | | I was unable to assure myself that tracing_subscriber could withstand a panicking Timer, so instead I'm trying to make sure our own LogTimer can't panic. | ||||
| * | arti: Add a `logging.time_granularity` option with 1s default. | Nick Mathewson | 2023-07-06 | 1 | -0/+294 |
| This lets us provide less information in our logs: in particular, it lets us avoid logging with microsecond precision. Closes #551. | |||||
