<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/config.rs, branch arti-v0.0.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-10-29T00:49:17Z</updated>
<entry>
<title>Try writing a bit more documentation for configuration types.</title>
<updated>2021-10-29T00:49:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-29T00:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c11fe200d18d95eb1100dae6c21d02a93c5727b0'/>
<id>urn:sha1:c11fe200d18d95eb1100dae6c21d02a93c5727b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace references to arti-client in the documentation.</title>
<updated>2021-10-21T18:22:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-21T18:19:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=730be38867c82b8d5ca76a569e1b1175ddf75cd4'/>
<id>urn:sha1:730be38867c82b8d5ca76a569e1b1175ddf75cd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use unwrap in tests.</title>
<updated>2021-10-18T10:22:39Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-18T09:05:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6181e623f82ff9947ce906313f92503e195806ac'/>
<id>urn:sha1:6181e623f82ff9947ce906313f92503e195806ac</id>
<content type='text'>
For now, this avoids having to separately handle
AuthorityBuilderError, DirMgrConfigBuilderError, DownloadScheduleConfigBuilderError,
NetworkConfigBuilderError and FallbackDirBuilderError when anyhow is not
used.

Turn off a clippy warning.
</content>
</entry>
<entry>
<title>Lock down some dirmgr config functions.</title>
<updated>2021-10-09T21:30:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-09T21:24:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=58da76c6c491fdefbe46ef8d4709dc5f382a4d97'/>
<id>urn:sha1:58da76c6c491fdefbe46ef8d4709dc5f382a4d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-export configuration types from tor-client.</title>
<updated>2021-10-09T21:30:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-09T21:21:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=58355d7d54acaa1057c0a375affdf766d54a0c37'/>
<id>urn:sha1:58355d7d54acaa1057c0a375affdf766d54a0c37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not use set_ prefix on derive_builder setters</title>
<updated>2021-09-16T05:41:04Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-09-16T05:41:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0bb7bd1004757fb537a650fb76e9c40ca4c9bd0'/>
<id>urn:sha1:b0bb7bd1004757fb537a650fb76e9c40ca4c9bd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use derive_builder for Authority and FallbackDir.</title>
<updated>2021-09-10T14:03:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-10T14:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0949582fab30c28647e82073c5c72ccd8dfc004a'/>
<id>urn:sha1:0949582fab30c28647e82073c5c72ccd8dfc004a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use derive_builder for the rest of tor_dirmgr::config</title>
<updated>2021-09-09T11:38:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-09T11:38:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a00248723deaf9ea02058879b0309b0cb9dd91bb'/>
<id>urn:sha1:a00248723deaf9ea02058879b0309b0cb9dd91bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use derive_builder for DownloadScheduleConfig</title>
<updated>2021-09-08T21:55:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-08T21:55:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=372c38e04197fc648821752cf3bd2cb1d053bfd4'/>
<id>urn:sha1:372c38e04197fc648821752cf3bd2cb1d053bfd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use derive_builder for NetworkConfig.</title>
<updated>2021-09-08T21:46:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-08T21:46:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d42d910a4fd07a9ad781d84dd9139d89f026b167'/>
<id>urn:sha1:d42d910a4fd07a9ad781d84dd9139d89f026b167</id>
<content type='text'>
</content>
</entry>
</feed>
