<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdir/src/fallback.rs, branch arti-v0.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-26T23:18:35Z</updated>
<entry>
<title>Use the "typos" tool to fix some spelling</title>
<updated>2021-05-26T23:18:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-26T23:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f681ac824d1ed4d2969e37003201323e6aada92'/>
<id>urn:sha1:7f681ac824d1ed4d2969e37003201323e6aada92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add builders for authority and fallback objects.</title>
<updated>2021-05-10T19:40:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-10T19:40:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c10de0c3be764bc4212c1af79664510a740b9edb'/>
<id>urn:sha1:c10de0c3be764bc4212c1af79664510a740b9edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make reasonable set of default fallback directories</title>
<updated>2021-03-30T16:44:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-30T16:44:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6d78fdcc348554c106adcaa5f1c8c759895b4d8'/>
<id>urn:sha1:d6d78fdcc348554c106adcaa5f1c8c759895b4d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Rsa{Identity,Signature} to fix clippy warning.</title>
<updated>2021-03-29T20:14:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3800c459f6a8bbab465ff3afcd650b5c42a953c5'/>
<id>urn:sha1:3800c459f6a8bbab465ff3afcd650b5c42a953c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply "deny_unknown_fields" to configuration types.</title>
<updated>2021-02-12T16:26:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-12T16:26:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94901ec3552c0044708ef042adff4ca6f695bc4d'/>
<id>urn:sha1:94901ec3552c0044708ef042adff4ca6f695bc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make authorities and fallbacks configurable.</title>
<updated>2021-02-11T18:08:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-11T17:32:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aeb410b915ea9f818f02dfeb2d4db291f5efd599'/>
<id>urn:sha1:aeb410b915ea9f818f02dfeb2d4db291f5efd599</id>
<content type='text'>
This commit adds configuration options for these values, with the
right defaults, and uses those options instead of built-in functions
to set them.

We also remove the function to extract information from chutney
directories: now that arti is configurable, it can be chutney's job
to make its own network configurations.
</content>
</entry>
<entry>
<title>Migrate from lazy_static to once_cell.</title>
<updated>2020-12-22T16:55:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-22T16:55:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc2a5d94efc2dfb80ae3223d55c8b9fc4e4c05fa'/>
<id>urn:sha1:cc2a5d94efc2dfb80ae3223d55c8b9fc4e4c05fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NetDirConfig: Learn fallback directories from chutney configurations too</title>
<updated>2020-11-20T14:48:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-20T14:48:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21ebb5caf35a793e41391680ac019227a07f73ae'/>
<id>urn:sha1:21ebb5caf35a793e41391680ac019227a07f73ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for using fallback directories in path construction</title>
<updated>2020-11-19T15:06:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-19T15:06:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02bac5f04ea6fa793b53ed59d0988ad158abfcd8'/>
<id>urn:sha1:02bac5f04ea6fa793b53ed59d0988ad158abfcd8</id>
<content type='text'>
This is mainly a refactoring commit, with a little new code.

It also adds #[derive(Copy,Clone)] for a few types.
</content>
</entry>
<entry>
<title>Include a list of fallback directories in tor-netdir</title>
<updated>2020-11-16T21:46:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-16T21:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d06dedd177d64b6d04392107f9f0d315b3f27a8'/>
<id>urn:sha1:0d06dedd177d64b6d04392107f9f0d315b3f27a8</id>
<content type='text'>
</content>
</entry>
</feed>
