summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim/src/ratelim.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-log-ratelim: Replace OnceCell with OnceLockhashcatHitman2025-04-171-3/+2
* ratelim: switch time list to start very short.Nick Mathewson2023-11-161-4/+20
* ratelim: Add a note about summary accuracyNick Mathewson2023-11-161-0/+6
* ratelim: Add a comment about behavior on reactor shutdownNick Mathewson2023-11-161-0/+5
* Ratelim: use now() to see how long we have been dormantNick Mathewson2023-11-161-9/+22
* ratelim: Note that timeouts are in minutes.Nick Mathewson2023-11-161-7/+1
* ratelim: refactor to avoid unreachable codeNick Mathewson2023-11-161-39/+15
* ratelim: rename limiter.rs to ratelim.rsNick Mathewson2023-11-161-0/+210