<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/storage.rs, branch arti-v1.1.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.1.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T13:28:02Z</updated>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>test lint blocks: Add many many automatically</title>
<updated>2022-12-12T18:00:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T17:58:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=125a455bdcca841931f33f83f206e57637ae85c4'/>
<id>urn:sha1:125a455bdcca841931f33f83f206e57637ae85c4</id>
<content type='text'>
This is precisely the result of running the rune in
maint/adhoc-add-lint-blocks.
</content>
</entry>
<entry>
<title>dirmgr Store: Abolish redundant trait impl</title>
<updated>2022-11-14T15:47:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-14T14:49:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9f231e099ec9e282fe26b38b69a13a9d566c55a'/>
<id>urn:sha1:d9f231e099ec9e282fe26b38b69a13a9d566c55a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr Store: Move Send and 'static bounds to Store trait</title>
<updated>2022-11-14T15:33:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-14T14:46:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf7d45b7b9c1af939e23df4622ea76a1e4ab8b1c'/>
<id>urn:sha1:bf7d45b7b9c1af939e23df4622ea76a1e4ab8b1c</id>
<content type='text'>
This seems tidier to me.

(It saved a lot of typing when I was trying to make some complicated
pub supertrait with sealed private supertrait, but apparently not
now.)
</content>
</entry>
<entry>
<title>bridge desc: Implement cache reuse logic and if-modified-since</title>
<updated>2022-11-04T19:08:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-04T19:00:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5bc1d40a2baf20757941727eb0d955b9516b7761'/>
<id>urn:sha1:5bc1d40a2baf20757941727eb0d955b9516b7761</id>
<content type='text'>
This introduces the new API functions to Store.
But currently they are all no-ops.
So all this machinery doesn't actually do anything.

Also, it changes the API to the mockable downloader, to allow it to
support if-modified-since.  So this isn't used either.  But it is more
convenient to do this all at once in BridgeDescManager, since care
needs to be taken about the intraction between if-modified-since and
the persistent cache.
</content>
</entry>
<entry>
<title>Decrease the lifetimes for storing descriptors.</title>
<updated>2022-08-09T13:30:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-09T13:30:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a2a0ec1a0870aa276857f441156d2ce307b574f'/>
<id>urn:sha1:8a2a0ec1a0870aa276857f441156d2ce307b574f</id>
<content type='text'>
These values were chosen experimentally, based on those from Tor, to
save disk space without wasting much bandwidth.

Closes #527.
</content>
</entry>
<entry>
<title>dirmgr: Add an instance of BadUtf8InCache</title>
<updated>2022-07-14T13:32:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-14T13:32:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8cbc740d90f8678de15fdb4a796102bd6c01590f'/>
<id>urn:sha1:8cbc740d90f8678de15fdb4a796102bd6c01590f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: Clarify disk IO errors.</title>
<updated>2022-07-14T13:27:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-14T13:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d1e9d4ce8432698c636f6cd402ebc8600f68ef29'/>
<id>urn:sha1:d1e9d4ce8432698c636f6cd402ebc8600f68ef29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve DOCDOC comments in tor-dirmgr.</title>
<updated>2022-05-12T13:45:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-12T13:45:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24c7dea38dbc07ca66ccdc4909066962781c76c3'/>
<id>urn:sha1:24c7dea38dbc07ca66ccdc4909066962781c76c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: small fixups for the bootstrapping refactor</title>
<updated>2022-05-10T12:29:39Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-05-10T10:29:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27f4657ff1a6f302228894e95c2d7cd7d45940e8'/>
<id>urn:sha1:27f4657ff1a6f302228894e95c2d7cd7d45940e8</id>
<content type='text'>
- Some FIXMEs got removed or amended.
- AddMicrodescs now yields a mutable reference, so we can use .drain()
  and reuse the allocation.
- Some panics were downgraded to debug_asserts.
</content>
</entry>
</feed>
