summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-memquota: Allow memory tracking to be compiled outIan Jackson2024-08-195-6/+43
* | tor-memquota: Support a no-op MemoryQuotaTrackerIan Jackson2024-08-194-51/+168
* | tor-memquota: Introduce self_ variables in mtracker.rs (fmt)Ian Jackson2024-08-191-1/+4
* | tor-memquota: Introduce self_ variables in mtracker.rsIan Jackson2024-08-191-48/+69
* | tor-memquota: Introduce IfEnabled and EnabledTokenIan Jackson2024-08-193-0/+84
* | tor-memquota: find_in_tracker: Allow internal use of non-unit errorsIan Jackson2024-08-191-6/+6
* | tor-memquota: pre-apply rustfmt churnIan Jackson2024-08-192-4/+14
|/
* 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-152-3/+8
* 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-153-18/+18
* tor-memquota: mq_queue: Call mpsc::Receiver::close in our rx DropIan Jackson2024-08-151-0/+27
* tor-memquota: StreamUnobtrusivePeeker: provide as_raw_inner_pin_mutIan Jackson2024-08-151-0/+11
* 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-152-5/+5
* 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-155-5/+507
* tor-memquota: Add a Sealed traitIan Jackson2024-08-152-0/+7
* tor-memquota: Provide Participation::new_dangling and WeakAccount::new_danglingIan Jackson2024-08-151-0/+26
* tor-memquota: discuss StreamUnobtrusivePeeker nameIan Jackson2024-07-241-7/+8
* tor-memquota: Elide a lifetimeIan Jackson2024-07-241-1/+1
* tor-memquota: Fix a wrong commentIan Jackson2024-07-241-3/+1
* tor-memquota: Provide StreamUnobtrusivePeeker (tests)Ian Jackson2024-07-241-0/+163
* tor-memquota: Provide StreamUnobtrusivePeekerIan Jackson2024-07-244-2/+376
* Merge branch 'memquota-typed' into 'main'Ian Jackson2024-07-246-38/+469
|\
| * tor-memquota: Test Debug, Display and HasKind impls for errorsIan Jackson2024-07-241-0/+72
| * tor-memquota: impl HasKind for StartupError and ReclaimCrashedIan Jackson2024-07-241-0/+19
| * tor-memquota: impl HasKind for ReclaimedErrorInnerIan Jackson2024-07-241-1/+7
| * tor-memquota: Fix Display impl for Error::TrackerCorruptedIan Jackson2024-07-241-1/+1
| * tor-memquota: memory_cost: Introduce try_claim (tests)Ian Jackson2024-07-241-0/+31
| * tor-memquota: memory_cost: Introduce try_claimIan Jackson2024-07-241-0/+38
| * tor-memquota: memory_cost: New trait and typed wrappers (tests)Ian Jackson2024-07-241-0/+69
| * tor-memquota: memory_cost: New trait and typed wrappersIan Jackson2024-07-243-0/+158
| * tor-memquota: Expose some test utilities for the rest of the crateIan Jackson2024-07-242-5/+8
| * tor-memquota: Improve register_participant_with (fmt)Ian Jackson2024-07-241-18/+24
| * tor-memquota: Improve register_participant_withIan Jackson2024-07-242-13/+16
| * tor-memquota: Add get_used_approx accessorIan Jackson2024-07-242-1/+15
| * tor-memquota: Expose TrackerCorruptedIan Jackson2024-07-241-4/+16
* | tor-memquota: destroy_participant: Clarify "no longer useable"Ian Jackson2024-07-241-1/+2
* | tor-memquota: Provide Participant::destroy_participantIan Jackson2024-07-243-0/+70
* | tor-memquota: Correct a wrong commentIan Jackson2024-07-241-2/+1
* | tor-memquota: Tidy up a minor formatting glitch in a doc commentIan Jackson2024-07-241-1/+1
|/
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-173-3/+3
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2