summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim
Commit message (Collapse)AuthorAgeFilesLines
...
* log_ratelim: Use a real error type for install_runtime()Nick Mathewson2023-11-163-5/+16
|
* log_ratelim: Make final semicolon optional.Nick Mathewson2023-11-161-4/+6
|
* New tor-log-ratelim crateNick Mathewson2023-11-166-0/+919
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.