<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/path, branch arti-v0.0.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-12-13T04:29:53Z</updated>
<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>
<entry>
<title>add semicolons if nothing returned</title>
<updated>2021-11-25T13:20:37Z</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2021-11-25T13:14:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db16d13df4779ac61005050dfe5ce05e3d5a1b5d'/>
<id>urn:sha1:db16d13df4779ac61005050dfe5ce05e3d5a1b5d</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>Flatten enforce_distance into path_rules.</title>
<updated>2021-11-18T16:37:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-18T15:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eba35e789c199f556eed6296b6e57d3f34f089f8'/>
<id>urn:sha1:eba35e789c199f556eed6296b6e57d3f34f089f8</id>
<content type='text'>
Also use the path_rules name consistently throughout the code.
</content>
</entry>
</feed>
