<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-config, branch arti-v0.0.2</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.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-11-30T14:12:51Z</updated>
<entry>
<title>Merge branch 'readme_fixes'</title>
<updated>2021-11-30T14:12:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-30T14:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b072c542064002f71d2a6a6a9fc22a83dbe5962'/>
<id>urn:sha1:3b072c542064002f71d2a6a6a9fc22a83dbe5962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'simplify_config_helpers' into 'main'</title>
<updated>2021-11-29T20:42:28Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-11-29T20:42:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2920a4d08487ca91615f77bb07a3da3f81c0e723'/>
<id>urn:sha1:2920a4d08487ca91615f77bb07a3da3f81c0e723</id>
<content type='text'>
Change sane_defaults() and with_directories()

See merge request tpo/core/arti!155</content>
</entry>
<entry>
<title>Bump every crate by one patch version.</title>
<updated>2021-11-29T20:21:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-29T20:21:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eef81d9d570572b7a57a76de4003721c546856de'/>
<id>urn:sha1:eef81d9d570572b7a57a76de4003721c546856de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change sane_defaults() and with_directories()</title>
<updated>2021-11-29T19:20:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-29T19:20:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f107794b742fb075c673249999362afd28d77772'/>
<id>urn:sha1:f107794b742fb075c673249999362afd28d77772</id>
<content type='text'>
The sane_defaults() call is now the same as you get from a default
builder: by convention, we just call that method Default::default().

The with_directories() constructor makes more sense as a constructor
for the TorClientConfigBuilder than for TorClientConfig.
</content>
</entry>
<entry>
<title>Merge branch 'config-updates-and-tests'</title>
<updated>2021-11-29T18:59:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-29T18:59:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb861b7edd35fa60d1fb21a907400c42ab8e08fd'/>
<id>urn:sha1:eb861b7edd35fa60d1fb21a907400c42ab8e08fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document StorageConfig defaults better.</title>
<updated>2021-11-29T18:55:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-29T18:55:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=098547f735bd993da9445693d5b1664c031a9f20'/>
<id>urn:sha1:098547f735bd993da9445693d5b1664c031a9f20</id>
<content type='text'>
(Also fix a couple of typos)
</content>
</entry>
<entry>
<title>run ./maint/readmes.sh</title>
<updated>2021-11-29T11:29:28Z</updated>
<author>
<name>dagon</name>
<email>dagon12@tutanota.com</email>
</author>
<published>2021-11-29T11:29:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d5c48c616fd40313f0428d14bae97419ae3dac95'/>
<id>urn:sha1:d5c48c616fd40313f0428d14bae97419ae3dac95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic tests for high-level builders</title>
<updated>2021-11-25T14:40:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T16:47:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f2034ac6e2d1340c9d4c4a2ea47ffa5272dac934'/>
<id>urn:sha1:f2034ac6e2d1340c9d4c4a2ea47ffa5272dac934</id>
<content type='text'>
Make sure that we can change elements, and we can reconstruct builders
that give us the same thing.
</content>
</entry>
<entry>
<title>Implement builder patterns for ArtiConfig.</title>
<updated>2021-11-25T14:40:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T15:41:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a91f363bbf8309926f4e8b5488afa3ada68be8a'/>
<id>urn:sha1:3a91f363bbf8309926f4e8b5488afa3ada68be8a</id>
<content type='text'>
This commit implements the "metabuilder" pattern and the "builder
reconstruction" pattern for the ArtiConfig type.

I'm not 100% that this will be necessary, but it will certainly help
with testing.
</content>
</entry>
<entry>
<title>Impl and test Default for high-level configs</title>
<updated>2021-11-25T14:39:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T15:11:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=75d977a25937c6b70e0841962d45cc78783c08ec'/>
<id>urn:sha1:75d977a25937c6b70e0841962d45cc78783c08ec</id>
<content type='text'>
</content>
</entry>
</feed>
