<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-dirmgr/src/state.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-06-18T11:19:24Z</updated>
<entry>
<title>Fix some warnings about needless &amp; from nightly clippy</title>
<updated>2021-06-18T11:19:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-18T11:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6faeaa1f8511d49cea13358f88cb1e42ae32ec2'/>
<id>urn:sha1:e6faeaa1f8511d49cea13358f88cb1e42ae32ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistency, renaming, and testing for dirmgrconfig</title>
<updated>2021-05-14T15:23:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-14T15:23:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ade0fd4c33d0e5802f3b17daec714f377872c571'/>
<id>urn:sha1:ade0fd4c33d0e5802f3b17daec714f377872c571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename NetDirConfig to DirMgrConfig.</title>
<updated>2021-05-14T14:27:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-14T14:27:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f69a68df66cfaf6eddcd2a000eae4e8b96624f6f'/>
<id>urn:sha1:f69a68df66cfaf6eddcd2a000eae4e8b96624f6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve clippy warnings from Rust 1.52.</title>
<updated>2021-05-07T19:53:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-07T19:53:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e01f22719111fdea8db8273eca716dbc16480935'/>
<id>urn:sha1:e01f22719111fdea8db8273eca716dbc16480935</id>
<content type='text'>
Rust 1.52 just came out, and there are new clippy lints to deal
with:

   * It spots more cases when we could use Option::map
   * It spots more cases when we could use Iterator::flatten
   * When we build a struct instance, it wants us to list the fields
     in the same order that the struct declares them.
</content>
</entry>
<entry>
<title>Fix documentation warnings.</title>
<updated>2021-05-05T21:34:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-05T21:34:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=760aab7a0af44fa7b692f3018e62f3d97724a6c4'/>
<id>urn:sha1:760aab7a0af44fa7b692f3018e62f3d97724a6c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some broken rustdoc links.</title>
<updated>2021-04-18T21:55:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-18T21:55:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=975374beb559d25bbfe86d8868c22902a8a6c39b'/>
<id>urn:sha1:975374beb559d25bbfe86d8868c22902a8a6c39b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move around the public modules in tor_rtcompat.</title>
<updated>2021-04-17T13:21:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-17T13:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6878fe8336544d195018ffb1e7b3a324d4d0485c'/>
<id>urn:sha1:6878fe8336544d195018ffb1e7b3a324d4d0485c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a "Runtime" parameter to all the manager types.</title>
<updated>2021-04-16T20:12:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-16T20:12:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8532cef9aa3382e2c900b49769afeb832d9daed0'/>
<id>urn:sha1:8532cef9aa3382e2c900b49769afeb832d9daed0</id>
<content type='text'>
This is a big change, but it is a step towards our goal of removing
tor_rtcompat:: calls directly.
</content>
</entry>
<entry>
<title>Major revision on DirMgr logic -- almost a complete rewrite.</title>
<updated>2021-04-13T14:48:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-01T14:59:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bec5fa3e9c5648f06dbb27758fc796bfa9bc59b4'/>
<id>urn:sha1:bec5fa3e9c5648f06dbb27758fc796bfa9bc59b4</id>
<content type='text'>
The big idea of this revision is to separate the code that knows
about doing downloads from the code that decides what to download.
Later, we can make a similar change for database access.  With these
changes together, we can make our code much more testable, and
eventually enable more download types in parallel.
</content>
</entry>
</feed>
