summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim
Commit message (Expand)AuthorAgeFilesLines
...
* Deps and lockfile: Don't use tor-error and retry-error from crates.ioIan Jackson2023-11-211-1/+1
* Fix a broken doc linkNick Mathewson2023-11-161-1/+1
* ratelim: simplify LogState::reset.Nick Mathewson2023-11-161-4/+1
* 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-162-11/+2
* ratelim: refactor to avoid unreachable codeNick Mathewson2023-11-163-43/+22
* ratelim: rename limiter.rs to ratelim.rsNick Mathewson2023-11-162-5/+5
* 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