summaryrefslogtreecommitdiff
path: root/crates/tor-log-ratelim
Commit message (Expand)AuthorAgeFilesLines
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-3/+3
* Version bumps to 0.27.0Ian Jackson2025-02-061-3/+3
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-3/+3
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-3/+3
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-3/+3
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-3/+3
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-3/+3
* tor-log-ratelim: test: add logstate testskn0sys2024-08-201-0/+64
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-3/+3
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-3/+3
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-3/+3
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-3/+3
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-3/+3
* Fix typos in documentationTobias Stoeckmann2024-03-061-1/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Bump minor versionsIan Jackson2024-02-051-2/+2
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* Run fixup-features in preparation for release.Nick Mathewson2023-12-041-0/+1
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Remove event-listener dependency from tor-log-ratelim.Nick Mathewson2023-11-281-1/+0
* | Upgrade to event-listener 4Nick Mathewson2023-11-271-1/+1
|/
* 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