summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim/src/logstate.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a broken doc linkNick Mathewson2023-11-161-1/+1
|
* ratelim: simplify LogState::reset.Nick Mathewson2023-11-161-4/+1
|
* New tor-log-ratelim crateNick Mathewson2023-11-161-0/+133
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.