<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota, branch arti-v1.4.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-05T14:13:06Z</updated>
<entry>
<title>Bump version of tor-basic-utils</title>
<updated>2025-08-05T14:13:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-05T14:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c9319998c5ebfdd71ecd8a17d64a84029e4167a'/>
<id>urn:sha1:8c9319998c5ebfdd71ecd8a17d64a84029e4167a</id>
<content type='text'>
This was accidentally omitted from my version bump script.
</content>
</entry>
<entry>
<title>Version bumps for 1.4.6</title>
<updated>2025-08-05T10:46:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-05T10:46:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b0ea55a63de948acd2037d09fc761bad644845e'/>
<id>urn:sha1:1b0ea55a63de948acd2037d09fc761bad644845e</id>
<content type='text'>
Made with the following shell script:

    export CARGO='nailing-cargo -Eu'

    # Non-functional changes only

    maint/bump_nodep hashx

    # Special

    $CARGO set-version -p arti 1.4.6

    # Additional features, no breaking changes, depended on in tree

    $CARGO set-version -p safelog 0.4.8

    # Unconditional bump to 0.33.0

    xargs -I P &lt;&lt;END $CARGO set-version -p P 0.33.0
    tor-error
    tor-general-addr
    tor-geoip
    tor-rtcompat
    tor-rtmock
    tor-async-utils
    tor-config
    tor-config-path
    tor-rpc-connect
    tor-log-ratelim
    tor-rpcbase
    tor-memquota
    tor-units
    tor-llcrypto
    tor-bytes
    tor-protover
    tor-checkable
    tor-cert
    tor-key-forge
    tor-hscrypto
    tor-socksproto
    tor-linkspec
    tor-cell
    tor-proto
    tor-netdoc
    tor-consdiff
    tor-netdir
    tor-relay-selection
    tor-persist
    tor-chanmgr
    tor-ptmgr
    tor-guardmgr
    tor-circmgr
    tor-dirclient
    tor-dirmgr
    tor-keymgr
    tor-hsclient
    tor-hsservice
    tor-hsrproxy
    tor-relay-crypto
    arti-client
    arti-relay
    arti-rpcserver
    arti-ureq
    arti-rpc-client-core
    END
</content>
</entry>
<entry>
<title>Bump derive-deftly to 1.2.0</title>
<updated>2025-08-04T13:51:27Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-04T13:48:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6839cb77349fde36963ef38bbcc8f87535bf62ec'/>
<id>urn:sha1:6839cb77349fde36963ef38bbcc8f87535bf62ec</id>
<content type='text'>
No upstream changes that break our code.
</content>
</entry>
<entry>
<title>tor-memquota: moved auto calc into separate function</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-30T20:21:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9fcfda8f52d2e6c1375707fe42f932f813d7e85d'/>
<id>urn:sha1:9fcfda8f52d2e6c1375707fe42f932f813d7e85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: return an error when `total_available_memory()` fails</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-30T19:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41be937debee794cd51a93aef16fc3b0f9e68067'/>
<id>urn:sha1:41be937debee794cd51a93aef16fc3b0f9e68067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: small fmt change to log message</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-29T21:46:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10eb34b2c23d9fd50e5862226f73fafa154f0648'/>
<id>urn:sha1:10eb34b2c23d9fd50e5862226f73fafa154f0648</id>
<content type='text'>
All other INFO log lines emitted when arti starts begin with an
uppercase character, so this line looks out of place if it begins with a
lowercase character.
</content>
</entry>
<entry>
<title>tor-memquota: change behaviour of "auto"</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-29T21:39:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9d4a92901884be832b45bf070d614bfeebd185e1'/>
<id>urn:sha1:9d4a92901884be832b45bf070d614bfeebd185e1</id>
<content type='text'>
A `max` of "auto" (the default) now determines a limit based on the
system's total available memory, rather than acting as "disabled".
</content>
</entry>
<entry>
<title>tor-memquota: config now supports `ExplicitOrAuto`</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-29T20:46:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53458533a2883e0d0b0eabcf475f72b132770ffd'/>
<id>urn:sha1:53458533a2883e0d0b0eabcf475f72b132770ffd</id>
<content type='text'>
Note that this contains a breaking change to the `ConfigBuilder`. This
should not break any existing toml configuration files.
</content>
</entry>
<entry>
<title>tor-memquota: add 'cfg-if' and 'sysinfo' dependencies</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-29T20:29:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10f49526ab0a135c5baa5c389a710a3f0e109eb6'/>
<id>urn:sha1:10f49526ab0a135c5baa5c389a710a3f0e109eb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: add config test for `usize::MAX`</title>
<updated>2025-07-31T15:19:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-07-29T19:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf58dee2a55593b6cb16fc8f0478e66b2a89473e'/>
<id>urn:sha1:bf58dee2a55593b6cb16fc8f0478e66b2a89473e</id>
<content type='text'>
</content>
</entry>
</feed>
