<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-linkspec/src/ids.rs, branch tor-llcrypto-v0.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4'/>
<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>linkspec: Give a Redacted form for chantarget.</title>
<updated>2022-11-28T13:01:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-21T19:31:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2aa0ae40167e47af178668e9351e5f153895b0cc'/>
<id>urn:sha1:2aa0ae40167e47af178668e9351e5f153895b0cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linkspec: Add compare-by-relay-ids function to HasRelayIds</title>
<updated>2022-10-21T13:21:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-20T13:49:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00f887db703b04fbe911d29bb91767a101062ef4'/>
<id>urn:sha1:00f887db703b04fbe911d29bb91767a101062ef4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write more tests for RelayId and RelayIdRef.</title>
<updated>2022-10-15T14:38:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-15T14:38:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=522907ac9a6df1d4acbf81ba1d1db2ac1a0911d7'/>
<id>urn:sha1:522907ac9a6df1d4acbf81ba1d1db2ac1a0911d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deserialize impl for RelayId.</title>
<updated>2022-10-15T14:04:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-15T14:04:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae07909a022ca47bf23921abbab2c6e8daca986a'/>
<id>urn:sha1:ae07909a022ca47bf23921abbab2c6e8daca986a</id>
<content type='text'>
We need to handle String, not just str, since some deserializers
have to handle escapes and generate new strings.

Found while writing tests; fixes #605.
</content>
</entry>
<entry>
<title>linkspec: impl Hash for RelayIdRef</title>
<updated>2022-10-15T13:57:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-15T13:57:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ddc5b63a19766c2900f72408ad052352aba14821'/>
<id>urn:sha1:ddc5b63a19766c2900f72408ad052352aba14821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec: ByRelayIds&lt;&gt; type to hold a set of HasRelayIds</title>
<updated>2022-10-04T20:05:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-04T15:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11caa46525e23024d9f0a30eb2adf84e266a882b'/>
<id>urn:sha1:11caa46525e23024d9f0a30eb2adf84e266a882b</id>
<content type='text'>
This is based on the type generated with n_key_set, with a
couple of extra methods to take advantage of RelayId and RelayIdRef.
</content>
</entry>
<entry>
<title>tor-netdir: Add a static assertion about RelayIdType::COUNT</title>
<updated>2022-08-10T14:39:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-09T19:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b91edcb19d41e3d8a474080a6c11851de78c5ad'/>
<id>urn:sha1:9b91edcb19d41e3d8a474080a6c11851de78c5ad</id>
<content type='text'>
Doing this will make sure that we fix a correctness issue in netdir that
will be caused if we add more IDs.

(Also add RelayIdType::COUNT in tor-linkspec.)
</content>
</entry>
<entry>
<title>Implement `Into&lt;RelayIdRef&gt;` for `&amp;RelayId`.</title>
<updated>2022-08-10T14:39:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-05T16:55:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f4d58762cf1df74d17a60f178ec5721463d58f4'/>
<id>urn:sha1:2f4d58762cf1df74d17a60f178ec5721463d58f4</id>
<content type='text'>
This will let us use `&amp;RelayId` in all the places that take
`Into&lt;RelayIdRef&gt;`.
</content>
</entry>
</feed>
