<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota/src/mtracker, branch arti-v1.2.7</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T08:09:02Z</updated>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>byte_qty: Move to tor-basic-utils</title>
<updated>2024-08-27T11:46:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T12:24:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dcb8d005f978d92b27be7887d6d24de23e0a2804'/>
<id>urn:sha1:dcb8d005f978d92b27be7887d6d24de23e0a2804</id>
<content type='text'>
Code motion of byte_qty.rs, and minimal necessary supporting changes.
</content>
</entry>
<entry>
<title>tor-memquota: Pass EnabledToken to IsParticipant methods</title>
<updated>2024-08-19T17:10:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-19T13:34:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c98ef1468f2ead3876a8f886d3a5a33c550a492'/>
<id>urn:sha1:4c98ef1468f2ead3876a8f886d3a5a33c550a492</id>
<content type='text'>
This will hopefully allow much caller code to be compiled out.

The users (IsParticipant impls) don't generally need to bother with
it - they can just ignore it.
</content>
</entry>
<entry>
<title>tor-memquota: Put EnabledToken in various structs, including the reclaimer</title>
<updated>2024-08-19T17:10:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-19T14:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53f6d7e8d88943bd8182570557cb2776ae8b0009'/>
<id>urn:sha1:53f6d7e8d88943bd8182570557cb2776ae8b0009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: Support a no-op MemoryQuotaTracker</title>
<updated>2024-08-19T14:42:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-19T14:40:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a94ebb8c7df52ad2662edd79304d7c946efc36e'/>
<id>urn:sha1:5a94ebb8c7df52ad2662edd79304d7c946efc36e</id>
<content type='text'>
Wrap up most of the structures in IfEnabled.

Sadly this diff is very noisy.  I experimented with macros for the
little enabled check at the start of each function but they didn't
really help.

We don't test this yet.  We'll do a smoke test of this later.
</content>
</entry>
<entry>
<title>tor-memquota: pre-apply rustfmt churn</title>
<updated>2024-08-19T14:36:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-19T14:19:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=07ecd35fa4d2bd179bccb1663d5369e8512188db'/>
<id>urn:sha1:07ecd35fa4d2bd179bccb1663d5369e8512188db</id>
<content type='text'>
This will make some later diffs easier to read.
</content>
</entry>
<entry>
<title>tor-memquota: Rename mby test helper fn to mbytes</title>
<updated>2024-08-15T15:35:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-14T16:46:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2cc55eaa123b160785532c73260c3e690c26b3d3'/>
<id>urn:sha1:2cc55eaa123b160785532c73260c3e690c26b3d3</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2292#note_3059520
</content>
</entry>
<entry>
<title>tor-memquota: Add mq_queue, memory-quota-tracking (MPSC) queue</title>
<updated>2024-08-15T15:35:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-22T14:51:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d5e9e560dbd5255dc8b6a495d0b2bacadba09994'/>
<id>urn:sha1:d5e9e560dbd5255dc8b6a495d0b2bacadba09994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'memquota-typed' into 'main'</title>
<updated>2024-07-24T09:10:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-07-24T09:10:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4d891f3646b23316cb4f9f21b741be9057c41ae'/>
<id>urn:sha1:e4d891f3646b23316cb4f9f21b741be9057c41ae</id>
<content type='text'>
tor-memquota: HasMemoryCost trait, and type-safe methods

See merge request tpo/core/arti!2282</content>
</entry>
<entry>
<title>tor-memquota: Provide Participant::destroy_participant</title>
<updated>2024-07-24T08:42:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-18T15:08:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79e028577ff724f7e4f4ce432f6f77df2ac2c477'/>
<id>urn:sha1:79e028577ff724f7e4f4ce432f6f77df2ac2c477</id>
<content type='text'>
The stream wrapper is going to want this.
</content>
</entry>
</feed>
