| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-log-ratelim: Removed dependency on `once_cell` | hashcatHitman | 2025-06-14 | 1 | -2/+2 |
| | | | | | | | - Replaced `once_cell::sync::Lazy` with `std::sync::LazyLock`. Signed-off-by: hashcatHitman <[email protected]> | ||||
| * | ratelim: refactor to avoid unreachable code | Nick Mathewson | 2023-11-16 | 1 | -3/+3 |
| | | | | | Add a note that this uglifies a hidden API slightly. | ||||
| * | log_ratelim: Make final semicolon optional. | Nick Mathewson | 2023-11-16 | 1 | -4/+6 |
| | | |||||
| * | New tor-log-ratelim crate | Nick Mathewson | 2023-11-16 | 1 | -0/+377 |
| This crate is meant to provide rate-limited log messages to tell users about problems that can happen too frequently to log individually. This version is based off an earlier design, and off of conversations with @diziet. It still needs tests. | |||||
