<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/guard.rs, branch arti-v0.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-v0.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-01-06T20:58:36Z</updated>
<entry>
<title>Tests for new guardmgr functionality.</title>
<updated>2022-01-06T20:58:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-06T20:11:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=723894b9eaa271e82006316f237e8978663a451f'/>
<id>urn:sha1:723894b9eaa271e82006316f237e8978663a451f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API to check if primary MDs are missing.</title>
<updated>2022-01-06T20:58:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-06T15:23:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ac0fcb7ef603e0d145a619ee148ce1262aa31f8'/>
<id>urn:sha1:5ac0fcb7ef603e0d145a619ee148ce1262aa31f8</id>
<content type='text'>
We need this information to know if it's okay to migrate to a new
NetDir, or if we need to download more information first.

Part of #178.
</content>
</entry>
<entry>
<title>guardmgr: Don't use no-md guards for data circs.</title>
<updated>2022-01-06T14:52:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-01-06T14:52:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db65fdd04e299f168ebf497a8c6e2cc5db19712e'/>
<id>urn:sha1:db65fdd04e299f168ebf497a8c6e2cc5db19712e</id>
<content type='text'>
If we don't know a current microdescriptor for a guard, we can't use it
for multihop circuits, since we don't know its onion keys.

This is part of a fix for #178.
</content>
</entry>
<entry>
<title>Tests for new family-related functions.</title>
<updated>2021-12-06T16:26:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-06T16:26:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2909f8f07700a5ac5e736b31d18dea8608cd89c8'/>
<id>urn:sha1:2909f8f07700a5ac5e736b31d18dea8608cd89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use hashset _inside_ GuardRestriction.</title>
<updated>2021-12-06T14:44:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-06T14:44:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfc31dadd4aec2c4ea164163ed63cb33058257ec'/>
<id>urn:sha1:cfc31dadd4aec2c4ea164163ed63cb33058257ec</id>
<content type='text'>
This approach saves us from a linear search when picking guards.
</content>
</entry>
<entry>
<title>Change GuardUsage to have Vec of restrictions.</title>
<updated>2021-12-06T14:26:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-06T14:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54971e3c9ad95b981828438ebebad1da6c6dfd8d'/>
<id>urn:sha1:54971e3c9ad95b981828438ebebad1da6c6dfd8d</id>
<content type='text'>
There's not much reason to use a HashSet here, since we're just
going over the whole list.

This reverts commit 16e8489abbea1581b8e2 and does a little more
refactoring.
</content>
</entry>
<entry>
<title>Implement guard family restriction code</title>
<updated>2021-12-06T14:05:48Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2021-11-22T22:51:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0016682c30b6db5b9180a17852c00603b40e715'/>
<id>urn:sha1:b0016682c30b6db5b9180a17852c00603b40e715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a clippy issue on nightly</title>
<updated>2021-11-24T23:13:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T23:13:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2c89b03bf3ff9a31bfb73db02717e25385228f2'/>
<id>urn:sha1:e2c89b03bf3ff9a31bfb73db02717e25385228f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a few typos.</title>
<updated>2021-11-24T23:12:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T22:31:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f55950ab8d86fec3c5fbe33650c4a7001f9812b3'/>
<id>urn:sha1:f55950ab8d86fec3c5fbe33650c4a7001f9812b3</id>
<content type='text'>
Also fix some commonwealth spellings that had slipped in.
</content>
</entry>
<entry>
<title>Fix typo in tor-guardmgr comment related to suspicious guards</title>
<updated>2021-11-23T04:48:30Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2021-11-23T04:48:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c80b5d8690e18dd5a0066753b13900c9206ae31'/>
<id>urn:sha1:8c80b5d8690e18dd5a0066753b13900c9206ae31</id>
<content type='text'>
</content>
</entry>
</feed>
