<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota/src/lib.rs, branch arti-v1.2.8</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.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-10T12:09:38Z</updated>
<entry>
<title>tor-memquota: queue plan: Add a cross-reference</title>
<updated>2024-09-10T12:09:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-10T12:00:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14a68a342e84d1573ccff8ba27dfdea320e0431a'/>
<id>urn:sha1:14a68a342e84d1573ccff8ba27dfdea320e0431a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: Worsify formatting to stop rustfmt making it even worse</title>
<updated>2024-09-10T12:06:35Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-10T11:46:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53cbe10c4a7db9de0239bf9ae8d292d2ac39e1bd'/>
<id>urn:sha1:53cbe10c4a7db9de0239bf9ae8d292d2ac39e1bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: Use clippy::arithmetic_side_effects, against panics</title>
<updated>2024-09-10T12:06:35Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-10T11:43:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2e4f58f2a57c04b4a821b3850b31cc3e00c4a46'/>
<id>urn:sha1:d2e4f58f2a57c04b4a821b3850b31cc3e00c4a46</id>
<content type='text'>
This detect possibly-panicking operations.

Empirically this lint seems rather better now.
</content>
</entry>
<entry>
<title>tor-memquota: Document that we're panic-free</title>
<updated>2024-09-10T12:06:35Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-10T12:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ceaf307204cb1af17c70b40160cab9036b1d854'/>
<id>urn:sha1:2ceaf307204cb1af17c70b40160cab9036b1d854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: Move some information into the proper docs</title>
<updated>2024-09-10T11:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-10T11:07:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f88d1dfa8acebd87aa43c78ee0abb49207185a9'/>
<id>urn:sha1:1f88d1dfa8acebd87aa43c78ee0abb49207185a9</id>
<content type='text'>
This sentence is very important piece of overall explanation, but
didn't make it into the crate level docs.
</content>
</entry>
<entry>
<title>tor-memquota: Unstable cargo feature for exposing info for testing</title>
<updated>2024-09-04T12:26:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-28T14:58:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecdc93a0658294f5e0090f93d9f85b48c0fb50eb'/>
<id>urn:sha1:ecdc93a0658294f5e0090f93d9f85b48c0fb50eb</id>
<content type='text'>
</content>
</entry>
<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>Move stream_peek into tor-async-utils</title>
<updated>2024-08-29T14:08:06Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-21T19:23:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a11886271c41a0e2449c944b2f24db7f243d506'/>
<id>urn:sha1:2a11886271c41a0e2449c944b2f24db7f243d506</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>byte_qty: Move Qty into its own module, byte_qty.</title>
<updated>2024-08-27T11:45:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-22T11:50:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=08585e5caa18461d560d4ea81a3edd06fe150adc'/>
<id>urn:sha1:08585e5caa18461d560d4ea81a3edd06fe150adc</id>
<content type='text'>
Code motion, part 1.

Also explain in comments at the top of the new module why we are doing
this at all rather than using an existing thing.
</content>
</entry>
</feed>
