summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/refcount.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
|
* Convert a few crates to slotmap-carefulNeel Chauhan2024-10-171-10/+10
|
* tor-memquota: Provide Participant::destroy_participantIan Jackson2024-07-241-0/+13
| | | | The stream wrapper is going to want this.
* Rename tor-memtrack to tor-memquotaIan Jackson2024-04-291-0/+315