index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-memquota
/
src
/
mq_queue.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NoopWaker; use futures::task::noop_waker_ref instead
Jim Newsome
2024-08-27
1
-3
/
+2
*
Merge branch 'peekable-poll-set' into 'main'
Jim Newsome
2024-08-21
1
-0
/
+2
|
\
|
*
StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStream
Jim Newsome
2024-08-21
1
-0
/
+2
*
|
tor-memquota: Pass EnabledToken to HasMemoryCost method
Ian Jackson
2024-08-19
1
-7
/
+9
*
|
tor-memquota: Pass EnabledToken to IsParticipant methods
Ian Jackson
2024-08-19
1
-2
/
+2
*
|
tor-memquota: Allow memory tracking to be compiled out
Ian Jackson
2024-08-19
1
-2
/
+9
|
/
*
tor-memquota: mq_queue: tests: Replace eprintln with debug
Ian Jackson
2024-08-15
1
-1
/
+1
*
tor-memquota: mq_queue: tests: fill_and_empty: check balance
Ian Jackson
2024-08-15
1
-0
/
+3
*
tor-memquota: mq_queue: tests: break out check_zero_claimed and fix bug
Ian Jackson
2024-08-15
1
-1
/
+17
*
tor-memquota: mq_queue: impl Default for MpscUnboundedSpec
Ian Jackson
2024-08-15
1
-1
/
+1
*
tor-memquota: mq_queue: Provide `new` constructors for Specs
Ian Jackson
2024-08-15
1
-2
/
+7
*
tor-memquota: mq_queue: Fix doc for `MpscSpec`
Ian Jackson
2024-08-15
1
-2
/
+2
*
tor-memquota: mq_queue: Rename Mpsc to MpscSpec
Ian Jackson
2024-08-15
1
-12
/
+12
*
tor-memquota: mq_queue: Add a caveat about faithfulness/accuracy
Ian Jackson
2024-08-15
1
-0
/
+14
*
tor-memquota: Rename mby test helper fn to mbytes
Ian Jackson
2024-08-15
1
-1
/
+1
*
tor-memquota: mq_queue: Call mpsc::Receiver::close in our rx Drop
Ian Jackson
2024-08-15
1
-0
/
+27
*
tor-memquota: mq_queue: Add fill_and_empty test
Ian Jackson
2024-08-15
1
-0
/
+23
*
tor-memquota: Add blank lines before fns except in tests
Ian Jackson
2024-08-15
1
-0
/
+6
*
tor-memquota: Fix typos
Ian Jackson
2024-08-15
1
-3
/
+3
*
tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queue (tests)
Ian Jackson
2024-08-15
1
-0
/
+179
*
tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queue
Ian Jackson
2024-08-15
1
-0
/
+500