<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src, branch arti-v0.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-24T17:56:22Z</updated>
<entry>
<title>rename *_isolation_group to *_isolation</title>
<updated>2022-03-24T17:56:22Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-24T17:56:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de5f517da64755feaab61485bc15e2eab2860950'/>
<id>urn:sha1:de5f517da64755feaab61485bc15e2eab2860950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move SystemConfig to arti::cfg</title>
<updated>2022-03-21T15:54:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T13:27:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c213d4d898142adade26f93968082653072f8ae'/>
<id>urn:sha1:1c213d4d898142adade26f93968082653072f8ae</id>
<content type='text'>
Fixes #314, #418.
</content>
</entry>
<entry>
<title>Run rustfmt to tidy up imports</title>
<updated>2022-03-21T13:27:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T13:27:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3d56fb137161dbfb4f33dae28895329f3757c28'/>
<id>urn:sha1:c3d56fb137161dbfb4f33dae28895329f3757c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ApplicationConfig: abolish accessor</title>
<updated>2022-03-21T12:39:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T12:39:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94f4728a1c9dd061271867e538d8342d33dc2066'/>
<id>urn:sha1:94f4728a1c9dd061271867e538d8342d33dc2066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move ApplicationConfig to arti crate</title>
<updated>2022-03-21T12:39:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T12:38:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85cf744e9e9dfbd657507d7986ef70651e89a056'/>
<id>urn:sha1:85cf744e9e9dfbd657507d7986ef70651e89a056</id>
<content type='text'>
Code motion and import fixups.
</content>
</entry>
<entry>
<title>socks: abolish config accessors</title>
<updated>2022-03-21T12:39:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T12:18:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6986a433aad454e7f290cfbcdab36792c5b0251e'/>
<id>urn:sha1:6986a433aad454e7f290cfbcdab36792c5b0251e</id>
<content type='text'>
Making these fields pub(crate) is quite reasonable and does away with
the need for accessors.
</content>
</entry>
<entry>
<title>Move ProxyConfig to arti crate</title>
<updated>2022-03-21T12:39:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T12:03:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b425ea0cbbc6884afda2a0c007cd30d64314cc'/>
<id>urn:sha1:77b425ea0cbbc6884afda2a0c007cd30d64314cc</id>
<content type='text'>
We put this in cfg.rs, rather than (say) socks.rs, because it has
config relating to both socks.rs and dns.rs.

Code motion and import fixups.
</content>
</entry>
<entry>
<title>Tidy up filt_from_opt_str</title>
<updated>2022-03-21T11:44:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T14:59:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7c9910a4384f549122d677d2a3f41822a712363'/>
<id>urn:sha1:f7c9910a4384f549122d677d2a3f41822a712363</id>
<content type='text'>
This was clumsy.  Now it is brought together it can be simplified.
</content>
</entry>
<entry>
<title>Abolish logging filter option accessors</title>
<updated>2022-03-21T11:44:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T14:56:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=75a7c91161ec38ea504b1a2f7131e8cf37b6dfa6'/>
<id>urn:sha1:75a7c91161ec38ea504b1a2f7131e8cf37b6dfa6</id>
<content type='text'>
This de-duplicates the code that was in those accessors, and is now in
filt_from_opt_str.

Code motion and direct field access.
</content>
</entry>
<entry>
<title>Abolish easy accessors for logging config</title>
<updated>2022-03-21T11:44:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-18T14:49:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e64f65d760c73b459268d9cece9b8d6bf09595b'/>
<id>urn:sha1:7e64f65d760c73b459268d9cece9b8d6bf09595b</id>
<content type='text'>
There are no longer needed, because the code that uses this
configuration now lives in the same module as the configuration
itself.
</content>
</entry>
</feed>
