aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-error/src/tracing.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-3/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* arti: set_protocol_warning_mode to Warn or Off in setup_loggingmoumenalaoui2026-04-081-9/+20
* tor-error: add runtime ProtocolWarningMode and promote TorProtocolViolation i...moumenalaoui2026-03-271-1/+182
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-error: allow only error given to `_report!` macrosSteven Engler2025-08-181-0/+25
* tor-error: update `_report!` macros to support tracing fieldsSteven Engler2025-08-181-38/+15
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-error: tests: Demonstrate warn_report on bare error and anyhowIan Jackson2023-12-121-0/+35
* tor-error: fmt_ending_ok: Permit messages ending in ascii ellipsisIan Jackson2023-11-201-0/+1
* tor-error: fmt_ending_ok: Implement with a direct matchIan Jackson2023-11-201-1/+5
* Fix warn_report and error_report macros.Nick Mathewson2023-07-071-4/+10
* tor-error: tracing module: Use macro to generate macrosIan Jackson2023-07-071-91/+53
* tor-error: tracing module: Fix link to tracing macroIan Jackson2023-07-071-1/+1
* event_report: assert correctness of format endingNick Mathewson2023-07-071-0/+20
* tor-error: Add optional tracing supportNick Mathewson2023-07-071-0/+171