<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/path/exitpath.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-02-17T13:31:03Z</updated>
<entry>
<title>tor-circmgr: errors: Use autoconversion for Bug</title>
<updated>2022-02-17T13:31:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-17T11:24:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2d4901ccdefcf14e1a56bbbd06584a90f607c6c1'/>
<id>urn:sha1:2d4901ccdefcf14e1a56bbbd06584a90f607c6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add kinds for *most* circmgr errors.</title>
<updated>2022-02-16T19:35:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-16T17:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96d856e2640011a7aeb0c5ecef4d787e0fb9b610'/>
<id>urn:sha1:96d856e2640011a7aeb0c5ecef4d787e0fb9b610</id>
<content type='text'>
There are a couple of tricky ones I'll do separately.
</content>
</entry>
<entry>
<title>circmgr: Port InternalError to use Bug.</title>
<updated>2022-02-16T19:35:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-16T17:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=900007585a8aa6731262474610f3c3c4431603ba'/>
<id>urn:sha1:900007585a8aa6731262474610f3c3c4431603ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't create circuits if the consensus is stale by over 72 hours</title>
<updated>2021-12-13T04:29:53Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2021-12-13T04:29:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=52cae03621c61f7fcf95951dba087719e8ba6168'/>
<id>urn:sha1:52cae03621c61f7fcf95951dba087719e8ba6168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bug183a_redux' into 'main'</title>
<updated>2021-12-07T16:01:30Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-12-07T16:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a3f2e32485219a6e7b6776a506997b6e1c193193'/>
<id>urn:sha1:a3f2e32485219a6e7b6776a506997b6e1c193193</id>
<content type='text'>
Squash, refactor, and test !139 (Don't use same family as exit when picking a guard)

Closes #183

See merge request tpo/core/arti!173</content>
</entry>
<entry>
<title>Resolve roughly half of the XXXXs.</title>
<updated>2021-12-06T20:11:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-06T20:01:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31b385c5b20205e879a847a9331c30a37dc2e6f5'/>
<id>urn:sha1:31b385c5b20205e879a847a9331c30a37dc2e6f5</id>
<content type='text'>
We want to only use TODO in the codebase for non-blockers, and open
tickets for anything that is a bigger blocker than a TODO.  These
XXXXs seem like definite non-blockers to me.

Part of arti#231.
</content>
</entry>
<entry>
<title>Move the "real families" code into tor-netdir.</title>
<updated>2021-12-06T15:48:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-06T15:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c2f774bd1f1d5b30eddd4a95a0f0b102a7651c8'/>
<id>urn:sha1:2c2f774bd1f1d5b30eddd4a95a0f0b102a7651c8</id>
<content type='text'>
Just as `in_same_family` is a member of Relay, so the function for
getting all the real family members of a relay should belong in the
same crate.

This change also removes the `family()` accessor: it gives the _claimed_ family rather
 than the _acknlowedged_ family, and is therefore a bit dangerous.

 There's still a hole in this logic; I've noted it in the Limitations
section.  If we get a microdescriptor for a relay in between creating
and using  the guard restriction, it might be omitted from the family
list.
</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>
</feed>
