summaryrefslogtreecommitdiff
path: root/crates/tor-memquota
Commit message (Expand)AuthorAgeFilesLines
* Bump version of tor-basic-utilsIan Jackson2025-08-051-2/+2
* Version bumps for 1.4.6Ian Jackson2025-08-051-9/+9
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-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: small fmt change to log messageSteven Engler2025-07-311-1/+1
* tor-memquota: change behaviour of "auto"Steven Engler2025-07-311-23/+180
* tor-memquota: config now supports `ExplicitOrAuto`Steven Engler2025-07-313-17/+61
* tor-memquota: add 'cfg-if' and 'sysinfo' dependenciesSteven Engler2025-07-311-0/+2
* tor-memquota: add config test for `usize::MAX`Steven Engler2025-07-311-0/+4
* Merge branch 'nongenericnonzero' into 'main'Ian Jackson2025-07-101-2/+2
|\
| * tor-memquota: Replaced MSRV TODO with explanation as to why it is done this wayhashcatHitman2025-06-241-2/+2
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-092-2/+2
* | Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-10/+10
* | Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* | Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* | Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
|/
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-10/+10
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-10/+10
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-1/+1
* tor-memquota: standardized MSRV TODOhashcatHitman2025-04-161-1/+2
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-10/+10
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-10/+10
* Upgrade to derive_more 2Nick Mathewson2025-02-262-3/+3
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* 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
|\