| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clippy: deny `mod_module_files` | Steven Engler | 2025-01-06 | 1 | -0/+1 |
| | | | | | | | Denies 'mod.rs' files for consistency. https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files | ||||
| * | add_warnings, *: Allow clippy::needless_lifetimes | Nick Mathewson | 2024-12-03 | 1 | -0/+1 |
| | | | | | | | | | In 1.83, this warning triggers on many of our crates. We're thinking of fixing them all, but for now, we're going to disable the warning. This is part of #1765. | ||||
| * | Re-run maint/add_warning. | Nick Mathewson | 2024-05-06 | 1 | -2/+2 |
| | | | | | This commit is automatically generated. | ||||
| * | Fix typos in doc comments | Tobias Stoeckmann | 2024-03-06 | 1 | -1/+1 |
| | | |||||
| * | deny clippy::unchecked_duration_subtraction | trinity-1686a | 2024-02-29 | 1 | -0/+1 |
| | | |||||
| * | ratelim: Note that timeouts are in minutes. | Nick Mathewson | 2023-11-16 | 1 | -4/+1 |
| | | |||||
| * | ratelim: refactor to avoid unreachable code | Nick Mathewson | 2023-11-16 | 1 | -1/+4 |
| | | | | | Add a note that this uglifies a hidden API slightly. | ||||
| * | ratelim: rename limiter.rs to ratelim.rs | Nick Mathewson | 2023-11-16 | 1 | -5/+5 |
| | | |||||
| * | log_ratelim: Use a real error type for install_runtime() | Nick Mathewson | 2023-11-16 | 1 | -1/+1 |
| | | |||||
| * | New tor-log-ratelim crate | Nick Mathewson | 2023-11-16 | 1 | -0/+118 |
| 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. | |||||
