summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/memory_cost.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-memquota: miri: disable tests that use coarsetimeIan Jackson2024-10-081-1/+3
* tor-memquota: Provide TypedParticipation::try_claim_or_returnIan Jackson2024-10-011-1/+24
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* tor-memquota: Use clippy::arithmetic_side_effects, against panicsIan Jackson2024-09-101-0/+1
* tor-memquota: Pass EnabledToken to HasMemoryCost methodIan Jackson2024-08-191-10/+20
* tor-memquota: Pass EnabledToken to IsParticipant methodsIan Jackson2024-08-191-2/+2
* tor-memquota: Allow memory tracking to be compiled outIan Jackson2024-08-191-1/+1
* tor-memquota: Rename mby test helper fn to mbytesIan Jackson2024-08-151-1/+1
* tor-memquota: memory_cost: Introduce try_claim (tests)Ian Jackson2024-07-241-0/+31
* tor-memquota: memory_cost: Introduce try_claimIan Jackson2024-07-241-0/+38
* tor-memquota: memory_cost: New trait and typed wrappers (tests)Ian Jackson2024-07-241-0/+69
* tor-memquota: memory_cost: New trait and typed wrappersIan Jackson2024-07-241-0/+155