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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
4
-6
/
+5
*
tor-memquota: queue plan: Add a cross-reference
Ian Jackson
2024-09-10
1
-0
/
+3
*
tor-memquota: queue plan: Clean up intent and make into a doc comment
Ian Jackson
2024-09-10
1
-32
/
+24
*
tor-memquota: queue plan: Copy from !1997 discussion
Ian Jackson
2024-09-10
1
-0
/
+32
*
tor-memquota: Worsify formatting to stop rustfmt making it even worse
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-memquota: Use clippy::arithmetic_side_effects, against panics
Ian Jackson
2024-09-10
4
-0
/
+12
*
tor-memquota: Document that we're panic-free
Ian Jackson
2024-09-10
1
-0
/
+10
*
tor-memquota: Avoid a perhaps-impossible division-by-zero (fmt)
Ian Jackson
2024-09-10
1
-1
/
+5
*
tor-memquota: Avoid a perhaps-impossible division-by-zero
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-memquota: Use a const to hoist a panic to compile-time
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-memquota: Use checked_sub .. expect in two places (fmt)
Ian Jackson
2024-09-10
1
-2
/
+6
*
tor-memquota: Use checked_sub .. expect in two places
Ian Jackson
2024-09-10
1
-2
/
+6
*
tor-memquota: Move some information into the proper docs
Ian Jackson
2024-09-10
1
-0
/
+8
*
Fix typo in tor_memquota::ConfigBuilder doc
Ian Jackson
2024-09-04
1
-1
/
+1
*
tor-memquota: Provide reconfigure method
Ian Jackson
2024-09-04
2
-1
/
+56
*
tor-memquota: Break out reclamation wakeup
Ian Jackson
2024-09-04
1
-1
/
+6
*
tor-memquota: Make reclamation wakeup no longer throw internal errors
Ian Jackson
2024-09-04
2
-5
/
+6
*
tor-memquota: Unstable cargo feature for exposing info for testing
Ian Jackson
2024-09-04
2
-2
/
+23
*
tor-memquota: Rework optionality configuration
Ian Jackson
2024-09-04
5
-30
/
+86
*
tor-memquota: impl PartialEq for IfEnabled and EnabledToken
Ian Jackson
2024-09-04
1
-2
/
+4
*
tor-memquota: Add unit tests for config handling
Ian Jackson
2024-09-04
1
-0
/
+56
*
Fix typos
Dimitris Apostolou
2024-09-03
6
-15
/
+15
*
Move stream_peek into tor-async-utils
Jim Newsome
2024-08-29
3
-514
/
+3
*
Expose StreamUnobtrusivePeeker::as_raw_inner_pin_mut
Jim Newsome
2024-08-27
1
-1
/
+1
*
Remove NoopWaker; use futures::task::noop_waker_ref instead
Jim Newsome
2024-08-27
4
-21
/
+5
*
byte_qty: Move to tor-basic-utils
Ian Jackson
2024-08-27
5
-74
/
+5
*
byte_qty: Rename Qty to ByteQty and make it pub
Ian Jackson
2024-08-27
2
-8
/
+12
*
byte_qty: Move Qty into its own module, byte_qty.
Ian Jackson
2024-08-27
4
-57
/
+68
*
tor-memquota: Move the macro-containing modules earlier in the lib.rs
Ian Jackson
2024-08-27
1
-2
/
+3
*
Merge branch 'peekable-poll-set' into 'main'
Jim Newsome
2024-08-21
3
-51
/
+37
|
\
|
*
Expose stream_peek
Jim Newsome
2024-08-21
2
-6
/
+18
|
*
PeekFuture: implement for all PeekableStream
Jim Newsome
2024-08-21
1
-5
/
+6
|
*
StreamUnobtrusivePeeker: implement PeekableStream and UnobtrusivePeekableStream
Jim Newsome
2024-08-21
2
-41
/
+14
*
|
tor-memquota: IfEnabled: Complete a thought in a comment
Ian Jackson
2024-08-21
1
-1
/
+3
*
|
tor-memquota: Pass EnabledToken to HasMemoryCost method
Ian Jackson
2024-08-19
2
-17
/
+29
*
|
tor-memquota: Pass EnabledToken to IsParticipant methods
Ian Jackson
2024-08-19
6
-19
/
+22
*
|
tor-memquota: Put EnabledToken in various structs, including the reclaimer
Ian Jackson
2024-08-19
3
-4
/
+26
*
|
tor-memquota: Allow memory tracking to be compiled out
Ian Jackson
2024-08-19
5
-6
/
+43
*
|
tor-memquota: Support a no-op MemoryQuotaTracker
Ian Jackson
2024-08-19
4
-51
/
+168
*
|
tor-memquota: Introduce self_ variables in mtracker.rs (fmt)
Ian Jackson
2024-08-19
1
-1
/
+4
*
|
tor-memquota: Introduce self_ variables in mtracker.rs
Ian Jackson
2024-08-19
1
-48
/
+69
*
|
tor-memquota: Introduce IfEnabled and EnabledToken
Ian Jackson
2024-08-19
3
-0
/
+84
*
|
tor-memquota: find_in_tracker: Allow internal use of non-unit errors
Ian Jackson
2024-08-19
1
-6
/
+6
*
|
tor-memquota: pre-apply rustfmt churn
Ian Jackson
2024-08-19
2
-4
/
+14
|
/
*
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
2
-3
/
+8
*
tor-memquota: mq_queue: Fix doc for `MpscSpec`
Ian Jackson
2024-08-15
1
-2
/
+2
[next]