summaryrefslogtreecommitdiff
path: root/crates/tor-memquota/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+16
* memquota: Implement ExtendBuilder for config builder.Nick Mathewson2026-02-241-0/+13
* tor-memquota: fix builds for 32-bit platformsYaksh Bariya2025-12-091-4/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-memquota: moved auto calc into separate functionSteven Engler2025-07-311-49/+112
* tor-memquota: return an error when `total_available_memory()` failsSteven Engler2025-07-311-15/+29
* tor-memquota: change behaviour of "auto"Steven Engler2025-07-311-23/+180
* tor-memquota: config now supports `ExplicitOrAuto`Steven Engler2025-07-311-16/+56
* tor-memquota: add config test for `usize::MAX`Steven Engler2025-07-311-0/+4
* tor-memquota: Use a const to hoist a panic to compile-timeIan Jackson2024-09-101-1/+3
* Fix typo in tor_memquota::ConfigBuilder docIan Jackson2024-09-041-1/+1
* tor-memquota: Unstable cargo feature for exposing info for testingIan Jackson2024-09-041-2/+16
* tor-memquota: Rework optionality configurationIan Jackson2024-09-041-22/+78
* tor-memquota: Add unit tests for config handlingIan Jackson2024-09-041-0/+56
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-1/+1
* Rename tor-memtrack to tor-memquotaIan Jackson2024-04-291-0/+103