<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota/src/lib.rs, branch arti-v1.3.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-10-15T11:50:15Z</updated>
<entry>
<title>memquota: Change ToplevelAccount to be an alias for Arc&lt;MemoryQuotaTracker&gt;</title>
<updated>2024-10-15T11:50:15Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-15T11:44:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc468a2d35ae1e65a1d8aacae400342daf60d5da'/>
<id>urn:sha1:cc468a2d35ae1e65a1d8aacae400342daf60d5da</id>
<content type='text'>
Fixes a TODO.
</content>
</entry>
<entry>
<title>memquota: Further docs tweaks</title>
<updated>2024-10-09T15:46:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-10-09T15:46:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31c1120f51719a09919569f88d19875ae26a905d'/>
<id>urn:sha1:31c1120f51719a09919569f88d19875ae26a905d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mq docs: Add some cross-references from tor-memquota to tor-proto</title>
<updated>2024-10-07T14:59:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-07T14:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42bf70f65aa166a9afccdb38213ad7a54774e33a'/>
<id>urn:sha1:42bf70f65aa166a9afccdb38213ad7a54774e33a</id>
<content type='text'>
These can't be rustdoc links because they point up the crate hierarchy.
</content>
</entry>
<entry>
<title>mq docs: Add a link</title>
<updated>2024-10-07T14:59:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-07T14:56:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e7c4bd11358c218726d7d326d94db0cde0124c9a'/>
<id>urn:sha1:e7c4bd11358c218726d7d326d94db0cde0124c9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mq docs: Uncomment docs about mq_queue, and remove the TODO</title>
<updated>2024-10-07T14:55:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-07T14:55:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5739c4d7429c57c4d732cee672b80d13acb7afc'/>
<id>urn:sha1:a5739c4d7429c57c4d732cee672b80d13acb7afc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'mcost' into 'main'</title>
<updated>2024-10-02T19:43:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-10-02T19:43:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d27d1ba14591d5ad7ee4caea46419c66c6459c92'/>
<id>urn:sha1:d27d1ba14591d5ad7ee4caea46419c66c6459c92</id>
<content type='text'>
Implement tor_memquota:HasMemory cost for a lot of types

See merge request tpo/core/arti!2459</content>
</entry>
<entry>
<title>tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static (fmt)</title>
<updated>2024-10-02T18:11:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T12:11:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df81f1dd9df97bc3e07f6b527813a6d9fce92c69'/>
<id>urn:sha1:df81f1dd9df97bc3e07f6b527813a6d9fce92c69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: Replace MemoryCostStructuralCopy with assert_copy_static</title>
<updated>2024-10-02T18:11:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T10:36:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67aeec580d781dbe5238386fee4aa77c490416d4'/>
<id>urn:sha1:67aeec580d781dbe5238386fee4aa77c490416d4</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2459#note_3086841
</content>
</entry>
<entry>
<title>tor-memquota: Export Account at the toplevel</title>
<updated>2024-10-02T18:11:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-24T10:27:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3fdd280de410825eff5dda1431097713ee2660ee'/>
<id>urn:sha1:3fdd280de410825eff5dda1431097713ee2660ee</id>
<content type='text'>
It turns out we're mostly going to want to deal in Accounts, not
Arc&lt;MemoryQuotaaTracker&gt;s.
</content>
</entry>
<entry>
<title>tor-memquota: Provide facilities for deriving HasMemoryCost</title>
<updated>2024-10-02T18:11:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-23T11:17:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e73dc4599906a83d2dcfbd31b09cccacc37cccaf'/>
<id>urn:sha1:e73dc4599906a83d2dcfbd31b09cccacc37cccaf</id>
<content type='text'>
</content>
</entry>
</feed>
