| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | memquota: Extract HasMemoryCost and derive to new crate. | Nick Mathewson | 2026-02-02 | 1 | -41/+0 |
| | | | | | This will help resolve some dependencies in our graph. | ||||
| * | tor-memquota: Make EnabledToken constructors const | Ian Jackson | 2024-10-02 | 1 | -2/+2 |
| | | | | | This will be convenient in some tests etc. | ||||
| * | tor-memquota: impl PartialEq for IfEnabled and EnabledToken | Ian Jackson | 2024-09-04 | 1 | -2/+4 |
| | | |||||
| * | tor-memquota: IfEnabled: Complete a thought in a comment | Ian Jackson | 2024-08-21 | 1 | -1/+3 |
| | | | | | | Reported at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2351#note_3062292 | ||||
| * | tor-memquota: Allow memory tracking to be compiled out | Ian Jackson | 2024-08-19 | 1 | -1/+20 |
| | | | | | | | | Now if we run doctests without the feature enabled, we test that a no-op MemoryQuotaTracker works. Those tests aren't currently run in CI, but they will be after !2350. | ||||
| * | tor-memquota: Introduce IfEnabled and EnabledToken | Ian Jackson | 2024-08-19 | 1 | -0/+80 |
| EnabledToken is pub because it's going to appear in public APIs. | |||||
