<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota/src/mq_queue.rs, branch arti-v1.8.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-06T11:28:22Z</updated>
<entry>
<title>Fix name of clippy lint to unchecked_time_subtraction (2)</title>
<updated>2025-11-06T11:28:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-06T11:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff'/>
<id>urn:sha1:a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff</id>
<content type='text'>
Run maint/add_warning
</content>
</entry>
<entry>
<title>Migrate to waker noop</title>
<updated>2025-09-22T14:00:53Z</updated>
<author>
<name>disha</name>
<email>dishatantia18@gmail.com</email>
</author>
<published>2025-09-22T14:00:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=698e51e40336b3b01387ac3cd5da629114134251'/>
<id>urn:sha1:698e51e40336b3b01387ac3cd5da629114134251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings and errors from edition 2024.</title>
<updated>2025-08-07T15:28:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4fbbffe7c14b2df6290268b6e3c8530106ab2529'/>
<id>urn:sha1:4fbbffe7c14b2df6290268b6e3c8530106ab2529</id>
<content type='text'>
The two main causes of errors were:

- Since some of the lifetime rules have changed, we no longer need
  to do as many "bind a variable and immediately return it"
  patterns, and so clippy now warns about them.
- We needed to adjust the explicit captures (`use&lt;...&gt;`)
  in a couple of our RPIT instances.
</content>
</entry>
<entry>
<title>memquota: suppress clippy::single_match warning.</title>
<updated>2024-10-17T18:13:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-17T18:11:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8cc7f0bd211e5377b8135e35e6548c5ffbcad11'/>
<id>urn:sha1:a8cc7f0bd211e5377b8135e35e6548c5ffbcad11</id>
<content type='text'>
"Suppress" rather than "fix": this pattern is intentional, and
makes it clear that we're doing an exhaustive match.
</content>
</entry>
<entry>
<title>Introduce mpsc_channel_no_memquota and use it in the places it's wanted</title>
<updated>2024-10-15T10:52:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-09T18:00:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe219904a9c70fc1c9079a88e9ecefb151ac47e4'/>
<id>urn:sha1:fe219904a9c70fc1c9079a88e9ecefb151ac47e4</id>
<content type='text'>
These are the call sites where using this fucntion is correct.
(Outside tor-rtmock, which we'll do separately.)
</content>
</entry>
<entry>
<title>Merge branch 'mq-doc' into 'main'</title>
<updated>2024-10-09T19:05:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-10-09T19:05:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d18f0377c2939e2fa42de670a232aa08f90cce48'/>
<id>urn:sha1:d18f0377c2939e2fa42de670a232aa08f90cce48</id>
<content type='text'>
memquota architecture documentation

Closes #1660

See merge request tpo/core/arti!2509</content>
</entry>
<entry>
<title>tor-memquota: miri: disable tests that use coarsetime</title>
<updated>2024-10-08T15:53:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-07T11:55:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b2a53b841fac1bc984961db005aa0d1b8a98505f'/>
<id>urn:sha1:b2a53b841fac1bc984961db005aa0d1b8a98505f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mq docs: Move arti queues text to tor_proto::memquota</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:58:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f4e019cece14029a8ca385340604938a0aa8527'/>
<id>urn:sha1:0f4e019cece14029a8ca385340604938a0aa8527</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'close-channel-2' into 'main'</title>
<updated>2024-10-02T15:21:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-02T15:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04cdcb9d32524c478d498865871c5bb9e7df2953'/>
<id>urn:sha1:04cdcb9d32524c478d498865871c5bb9e7df2953</id>
<content type='text'>
Provide and implement SinkCloseChannel

See merge request tpo/core/arti!2485</content>
</entry>
<entry>
<title>tor-memquota: Test error handling paths in try_send impl</title>
<updated>2024-10-02T14:07:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T13:56:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cb5d8b420124df7d12a61603d8c3bd3d8e200612'/>
<id>urn:sha1:cb5d8b420124df7d12a61603d8c3bd3d8e200612</id>
<content type='text'>
</content>
</entry>
</feed>
