summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Force use of standard hasher with weak_tables.Nick Mathewson2026-03-241-1/+5
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-log-ratelim: avoid logging when there's no updateSteven Engler2026-01-201-1/+3
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-log-ratelim: Removed dependency on `once_cell`hashcatHitman2025-06-141-1/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* ratelim: Note that timeouts are in minutes.Nick Mathewson2023-11-161-4/+1
* ratelim: refactor to avoid unreachable codeNick Mathewson2023-11-161-1/+4
* ratelim: rename limiter.rs to ratelim.rsNick Mathewson2023-11-161-5/+5
* log_ratelim: Use a real error type for install_runtime()Nick Mathewson2023-11-161-1/+1
* New tor-log-ratelim crateNick Mathewson2023-11-161-0/+118