<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-linkspec/src/ids, branch arti-v1.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-11-28T13:19:08Z</updated>
<entry>
<title>linkspec: Add test for lookup on no-ids.</title>
<updated>2022-11-28T13:19:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-16T18:55:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=145ab3c49baa7ef17beed970574690513f265f49'/>
<id>urn:sha1:145ab3c49baa7ef17beed970574690513f265f49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test for ByRelayIds::remove_by_all_ids</title>
<updated>2022-11-28T13:19:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-16T18:52:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa72f3d8c8456534e247c513461c56be74b1374e'/>
<id>urn:sha1:aa72f3d8c8456534e247c513461c56be74b1374e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove allow() for a false-positive warn on Rust 1.56.</title>
<updated>2022-11-10T16:04:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-07T19:43:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06e4e9161479601594c607f944e724b35b1a7d4f'/>
<id>urn:sha1:06e4e9161479601594c607f944e724b35b1a7d4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ByRelayIds: Add additional accessor functions.</title>
<updated>2022-10-25T13:23:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-24T15:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d313a12bcc4d2590770fab697338e47e4dee972'/>
<id>urn:sha1:7d313a12bcc4d2590770fab697338e47e4dee972</id>
<content type='text'>
These are the ones that turned out to be necessary while converting
guard samples to use ByRelayIds.
</content>
</entry>
<entry>
<title>linkspec: Add ByRelayIds::remove_exact.</title>
<updated>2022-10-18T15:49:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-14T19:29:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a46e8af605377f1ca99e5614ae131dc1791fecef'/>
<id>urn:sha1:a46e8af605377f1ca99e5614ae131dc1791fecef</id>
<content type='text'>
We need a function to remove an entry if it appears with _exactly_
the same relay Ids, but not otherwise.  This method will do that.
</content>
</entry>
<entry>
<title>linkspec: Add an "all_overlapping" accessor to ByRelayIds.</title>
<updated>2022-10-18T15:49:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-14T16:31:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c8a5a1fa44e6b9f880976798bb6a247a7e746eb'/>
<id>urn:sha1:0c8a5a1fa44e6b9f880976798bb6a247a7e746eb</id>
<content type='text'>
Also, add a few tests for this and the other accessors.

We'll need this accessor to find whether we have any channels to
_any_ of the identities that we're trying to connect to.
</content>
</entry>
<entry>
<title>Write tests for RelayIdSet.</title>
<updated>2022-10-15T14:06:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-15T14:06:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e2ce9de1dba207b89db05cbf66f51f39a867c91'/>
<id>urn:sha1:8e2ce9de1dba207b89db05cbf66f51f39a867c91</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>Introduce a RelayIdSet and use it in place of HashSet&lt;RelayId&gt;.</title>
<updated>2022-08-10T14:39:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-04T21:41:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b56e1bf119252907a2ac6d2838fc5bfd1d08d6dd'/>
<id>urn:sha1:b56e1bf119252907a2ac6d2838fc5bfd1d08d6dd</id>
<content type='text'>
This makes lookups a little more efficient.  I do with that HashSet
just supported this use-case, but for now this seems our best option.
</content>
</entry>
</feed>
