aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-memquota
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-memquota: Provide facilities for deriving HasMemoryCostIan Jackson2024-10-024-1/+344
| * tor-memquota: Make EnabledToken constructors constIan Jackson2024-10-021-2/+2
* | Merge branch 'misc' into 'main'Ian Jackson2024-10-021-0/+5
|\ \ | |/ |/|
| * memquota: Note a TODO about overheadsIan Jackson2024-10-021-0/+5
* | Merge branch 'close-channel-2' into 'main'Nick Mathewson2024-10-021-1/+12
|\ \
| * | tor-memquota: Implement SinkChannelClose for mq_queueIan Jackson2024-10-011-1/+12
| |/
* | tor-memquota: Test error handling paths in try_send implIan Jackson2024-10-021-0/+54
* | tor-memquota: Prepare for SinkTrySend testsIan Jackson2024-10-021-3/+24
* | tor-memquota: Make BustedSink contain the BustedError to yield (fmt)Ian Jackson2024-10-021-1/+3
* | tor-memquota: Make BustedSink contain the BustedError to yieldIan Jackson2024-10-021-8/+14
|/
* tor-memquota: Implement SinkTrySend for mq_queue::SenderIan Jackson2024-10-012-1/+32
* tor-memquota: Provide TypedParticipation::try_claim_or_returnIan Jackson2024-10-011-1/+24
* Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-013-14/+36
|\
| * tor-memquota: mq_queue: Provide Sender::time_provider accessorIan Jackson2024-09-261-0/+14
| * tor-memquota: Erase the CoarseTimeProvider from mq_queue::Sender (fmt)Ian Jackson2024-09-261-1/+6
| * tor-memquota: Erase the CoarseTimeProvider from mq_queue::SenderIan Jackson2024-09-263-14/+17
| * tor-memquota: mq_queue: Take Account by referenceIan Jackson2024-09-261-5/+5
* | Merge branch 'misc' into 'main'Ian Jackson2024-10-012-0/+38
|\ \
| * | tor-memquota: Clarify that mq isn't the accountholderIan Jackson2024-09-261-0/+4
| * | tor-memquota: Provide Account::new_childIan Jackson2024-09-261-0/+15
| * | tor-memquota: provide Account::new_noopIan Jackson2024-09-261-0/+7
| * | tor-memquota: impl FusedStream for Receiver, where appropriateIan Jackson2024-09-261-0/+12
* | | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-10/+10
| |/ |/|
* | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\ \
| * | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
| |/
* / Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-255-7/+6
|/
* Merge branch 'mq-tidy' into 'main'David Goulet2024-09-177-5/+80
|\
| * tor-memquota: queue plan: Add a cross-referenceIan Jackson2024-09-101-0/+3
| * tor-memquota: queue plan: Clean up intent and make into a doc commentIan Jackson2024-09-101-32/+24
| * tor-memquota: queue plan: Copy from !1997 discussionIan Jackson2024-09-101-0/+32
| * tor-memquota: Worsify formatting to stop rustfmt making it even worseIan Jackson2024-09-101-1/+3
| * tor-memquota: Use clippy::arithmetic_side_effects, against panicsIan Jackson2024-09-104-0/+12
| * tor-memquota: Document that we're panic-freeIan Jackson2024-09-101-0/+10
| * tor-memquota: Avoid a perhaps-impossible division-by-zero (fmt)Ian Jackson2024-09-101-1/+5
| * tor-memquota: Avoid a perhaps-impossible division-by-zeroIan Jackson2024-09-101-1/+3
| * tor-memquota: Use a const to hoist a panic to compile-timeIan Jackson2024-09-101-1/+3
| * tor-memquota: Use checked_sub .. expect in two places (fmt)Ian Jackson2024-09-101-2/+6
| * tor-memquota: Use checked_sub .. expect in two placesIan Jackson2024-09-101-2/+6
| * tor-memquota: Move some information into the proper docsIan Jackson2024-09-101-0/+8
* | Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
|/
* Fix typo in tor_memquota::ConfigBuilder docIan Jackson2024-09-041-1/+1
* tor-memquota: Provide reconfigure methodIan Jackson2024-09-042-1/+56
* tor-memquota: Break out reclamation wakeupIan Jackson2024-09-041-1/+6
* tor-memquota: Make reclamation wakeup no longer throw internal errorsIan Jackson2024-09-042-5/+6
* tor-memquota: Unstable cargo feature for exposing info for testingIan Jackson2024-09-043-3/+26
* tor-memquota: Rework optionality configurationIan Jackson2024-09-046-31/+86
* tor-memquota: impl PartialEq for IfEnabled and EnabledTokenIan Jackson2024-09-041-2/+4
* tor-memquota: Add unit tests for config handlingIan Jackson2024-09-042-0/+57
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-10/+10
* Fix formatting issues introduced by fixup-features.Gabriela Moldovan2024-09-031-1/+8