summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/mq_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Migrate to waker noopdisha2025-09-221-1/+1
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-3/+2
* memquota: suppress clippy::single_match warning.Nick Mathewson2024-10-171-0/+1
* Introduce mpsc_channel_no_memquota and use it in the places it's wantedIan Jackson2024-10-151-1/+1
* Merge branch 'mq-doc' into 'main'Ian Jackson2024-10-091-24/+0
|\
| * mq docs: Move arti queues text to tor_proto::memquotaIan Jackson2024-10-071-24/+0
* | tor-memquota: miri: disable tests that use coarsetimeIan Jackson2024-10-081-1/+3
|/
* 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-011-0/+31
* Merge branch 'dyn-time' into 'main'Ian Jackson2024-10-011-13/+33
|\
| * 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-261-13/+14
| * tor-memquota: mq_queue: Take Account by referenceIan Jackson2024-09-261-5/+5
* | tor-memquota: Clarify that mq isn't the accountholderIan Jackson2024-09-261-0/+4
* | tor-memquota: impl FusedStream for Receiver, where appropriateIan Jackson2024-09-261-0/+12
|/
* 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: Use clippy::arithmetic_side_effects, against panicsIan Jackson2024-09-101-0/+1
* tor-memquota: Rework optionality configurationIan Jackson2024-09-041-1/+1
* Remove NoopWaker; use futures::task::noop_waker_ref insteadJim Newsome2024-08-271-3/+2
* Merge branch 'peekable-poll-set' into 'main'Jim Newsome2024-08-211-0/+2
|\
| * StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStreamJim Newsome2024-08-211-0/+2
* | tor-memquota: Pass EnabledToken to HasMemoryCost methodIan Jackson2024-08-191-7/+9
* | tor-memquota: Pass EnabledToken to IsParticipant methodsIan Jackson2024-08-191-2/+2
* | tor-memquota: Allow memory tracking to be compiled outIan Jackson2024-08-191-2/+9
|/
* tor-memquota: mq_queue: tests: Replace eprintln with debugIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: tests: fill_and_empty: check balanceIan Jackson2024-08-151-0/+3
* tor-memquota: mq_queue: tests: break out check_zero_claimed and fix bugIan Jackson2024-08-151-1/+17
* tor-memquota: mq_queue: impl Default for MpscUnboundedSpecIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: Provide `new` constructors for SpecsIan Jackson2024-08-151-2/+7
* tor-memquota: mq_queue: Fix doc for `MpscSpec`Ian Jackson2024-08-151-2/+2
* tor-memquota: mq_queue: Rename Mpsc to MpscSpecIan Jackson2024-08-151-12/+12
* tor-memquota: mq_queue: Add a caveat about faithfulness/accuracyIan Jackson2024-08-151-0/+14
* tor-memquota: Rename mby test helper fn to mbytesIan Jackson2024-08-151-1/+1
* tor-memquota: mq_queue: Call mpsc::Receiver::close in our rx DropIan Jackson2024-08-151-0/+27
* tor-memquota: mq_queue: Add fill_and_empty testIan Jackson2024-08-151-0/+23
* tor-memquota: Add blank lines before fns except in testsIan Jackson2024-08-151-0/+6
* tor-memquota: Fix typosIan Jackson2024-08-151-3/+3
* tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queue (tests)Ian Jackson2024-08-151-0/+179
* tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queueIan Jackson2024-08-151-0/+500