summaryrefslogtreecommitdiff
path: root/crates/tor-memquota
Commit message (Expand)AuthorAgeFilesLines
* Version bumps to 0.27.0Ian Jackson2025-02-061-10/+10
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-10/+10
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-071-0/+1
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-10/+10
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-2/+2
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-12/+12
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-2/+2
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-10/+10
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-222-2/+28
* Merge branch 'mq-fix' into 'main'Ian Jackson2024-10-224-4/+28
|\
| * tor-memquota: Fix rustfmt-damaged indentationIan Jackson2024-10-221-5/+5
| * memquota: Fix error message stringsIan Jackson2024-10-211-2/+2
| * memquota: In debug builds, reliably detect use of dropped AccountIan Jackson2024-10-211-0/+13
| * memquota: Fix a test not to rely on accessing cache with dead AccountIan Jackson2024-10-211-1/+1
| * memquota: Log a trace message when a claim failsIan Jackson2024-10-212-1/+9
| * memquota: Log a message at info on startup, if enabledIan Jackson2024-10-211-0/+3
* | Merge branch 'bug1531' into 'main'Ian Jackson2024-10-216-17/+17
|\ \ | |/ |/|
| * Convert a few crates to slotmap-carefulNeel Chauhan2024-10-176-17/+17
* | memquota: suppress clippy::single_match warning.Nick Mathewson2024-10-171-0/+1
|/
* Merge branch 'mq-prevent' into 'main'Ian Jackson2024-10-153-2/+4
|\
| * Introduce mpsc_channel_no_memquota and use it in the places it's wanted (fmt)Ian Jackson2024-10-151-1/+2
| * Introduce mpsc_channel_no_memquota and use it in the places it's wantedIan Jackson2024-10-153-2/+3
* | memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-152-1/+2
* | memquota: Provide a method Arc::<MemoryQuotaTracker>::new_noop()Ian Jackson2024-10-151-1/+15
|/
* Merge branch 'mq-doc' into 'main'Ian Jackson2024-10-093-28/+13
|\
| * memquota: Further docs tweaksIan Jackson2024-10-091-2/+3
| * mq docs: Add some cross-references from tor-memquota to tor-protoIan Jackson2024-10-072-0/+8
| * mq docs: Add a linkIan Jackson2024-10-071-1/+1
| * mq docs: Move arti queues text to tor_proto::memquotaIan Jackson2024-10-071-24/+0
| * mq docs: Uncomment docs about mq_queue, and remove the TODOIan Jackson2024-10-071-4/+4
* | tor-memquota: miri: disable tests that use coarsetimeIan Jackson2024-10-083-3/+9
|/
* Merge branch 'mcost' into 'main'Ian Jackson2024-10-025-5/+375
|\
| * tor-memquota: Fix more hard tabs.Ian Jackson2024-10-021-2/+2
| * tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static (fmt)Ian Jackson2024-10-021-1/+1
| * tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_staticIan Jackson2024-10-022-23/+13
| * tor-memquota: Move and reword a commentIan Jackson2024-10-021-3/+5
| * tor-memquota: Add an example for HasMemoryCost deriveIan Jackson2024-10-022-0/+40
| * Abolish SIZE in favour of std::mem::size_ofIan Jackson2024-10-022-22/+10
| * tor-memquota: Provide explicit "indirect size" feature in deriveIan Jackson2024-10-021-0/+6
| * Use std::num::NonZeroFooIan Jackson2024-10-021-4/+5
| * tor-memquota: Export Account at the toplevelIan Jackson2024-10-021-1/+1
| * tor-memquota: Provide facilities for deriving HasMemoryCostIan Jackson2024-10-024-1/+344
| * tor-memquota: Make EnabledToken constructors constIan Jackson2024-10-021-2/+2