<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-memquota/src/error.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>memquota: Fix error message strings</title>
<updated>2024-10-21T10:11:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-17T13:07:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89f14cb104cd15bee3e637b2289e3846b84168ef'/>
<id>urn:sha1:89f14cb104cd15bee3e637b2289e3846b84168ef</id>
<content type='text'>
These errors aren't necessarily memory pressure.  They can occur due
to bugs, and during teardown.
</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>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: Test Debug, Display and HasKind impls for errors</title>
<updated>2024-07-24T08:39:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-23T12:42:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b57500b195447f3b5f10362cf861c3611b6005c0'/>
<id>urn:sha1:b57500b195447f3b5f10362cf861c3611b6005c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-memquota: impl HasKind for StartupError and ReclaimCrashed</title>
<updated>2024-07-24T08:39:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-23T12:49:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c725ab52e2861b0481ee7802f22523793b83b2a'/>
<id>urn:sha1:5c725ab52e2861b0481ee7802f22523793b83b2a</id>
<content type='text'>
Trying to write comprehensive tests for the errors showed that these
impls were missing.
</content>
</entry>
<entry>
<title>tor-memquota: impl HasKind for ReclaimedErrorInner</title>
<updated>2024-07-24T08:39:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-23T12:49:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c427d74ed03eada027ec88c1fc88e017db5545f2'/>
<id>urn:sha1:c427d74ed03eada027ec88c1fc88e017db5545f2</id>
<content type='text'>
This will make testing easier.
</content>
</entry>
<entry>
<title>tor-memquota: Fix Display impl for Error::TrackerCorrupted</title>
<updated>2024-07-24T08:39:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-23T12:42:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3dacc4179de6bae01e6d4a8debdd9f87818d2163'/>
<id>urn:sha1:3dacc4179de6bae01e6d4a8debdd9f87818d2163</id>
<content type='text'>
Bug found in review:
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2282#note_3051101
</content>
</entry>
<entry>
<title>tor-memquota: Expose TrackerCorrupted</title>
<updated>2024-07-24T08:39:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-22T15:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78cfc0fcbdbabe707523dc4ad6e6784417ac58c7'/>
<id>urn:sha1:78cfc0fcbdbabe707523dc4ad6e6784417ac58c7</id>
<content type='text'>
We're going to want this as the return value from an accessor
function, which cannot fail for any other reason.
</content>
</entry>
<entry>
<title>Rename tor-memtrack to tor-memquota</title>
<updated>2024-04-29T16:43:01Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-29T12:59:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b71a9cc99ac44ab74accf7c259ffa3de2e331ed6'/>
<id>urn:sha1:b71a9cc99ac44ab74accf7c259ffa3de2e331ed6</id>
<content type='text'>
</content>
</entry>
</feed>
