<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/socks.rs, branch arti-v0.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-05-24T22:02:14Z</updated>
<entry>
<title>reply socks error on more codepath</title>
<updated>2022-05-24T22:02:14Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-24T22:02:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=801380780f1bd743e2bb8a0032e58fb94d1e3a6b'/>
<id>urn:sha1:801380780f1bd743e2bb8a0032e58fb94d1e3a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply `sensitive` in some info-level log messages.</title>
<updated>2022-05-06T11:36:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-02T23:44:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4679023c39bc8658b6f1d44bc6bda8074c485520'/>
<id>urn:sha1:4679023c39bc8658b6f1d44bc6bda8074c485520</id>
<content type='text'>
This specifically applies the `sensitive` wrapper in the places
where we're logging target addresses at level "info" or higher.
</content>
</entry>
<entry>
<title>squash! Bump every crate's edition to 2021.</title>
<updated>2022-04-25T17:06:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-04-25T16:40:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f6bc6bdc431fa36de70a167eea777dcf3f60bf2'/>
<id>urn:sha1:2f6bc6bdc431fa36de70a167eea777dcf3f60bf2</id>
<content type='text'>
Remove all `use` statements for `TryFrom` and `TryInto`.  These are
now redundant in Rust 2021.
</content>
</entry>
<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>Alternative API for set_isolation_group().</title>
<updated>2022-03-17T13:07:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-17T13:02:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85a20ae4ec4da98d09d1ee9dabf5aa7876dd0a17'/>
<id>urn:sha1:85a20ae4ec4da98d09d1ee9dabf5aa7876dd0a17</id>
<content type='text'>
Instead of requiring a `Box&lt;dyn Isolation&gt;`, it now takes either a
`Box&lt;dyn Isolation&gt;`, or an arbitrary `T` that implements
`Isolation`.

This API still allows the user to pass in a `Box&lt;dyn Isolation&gt;` if
that's what they have, but it doesn't require them to Box the
isolation on their own.

Part of #414.
</content>
</entry>
<entry>
<title>add isolation to dns requests</title>
<updated>2022-03-16T18:50:24Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-16T18:50:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a2b8eb9b8e866b9449e0cc34389be52b2f7e7df'/>
<id>urn:sha1:8a2b8eb9b8e866b9449e0cc34389be52b2f7e7df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accept boxed isolation in StreamPref::set_isolation_group</title>
<updated>2022-03-16T18:24:23Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-15T23:41:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c606048f2468b7b76c7efdfd4746b3d337e2dfb'/>
<id>urn:sha1:7c606048f2468b7b76c7efdfd4746b3d337e2dfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace IsolationMap with new Isolation trait</title>
<updated>2022-03-16T18:24:23Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-12T18:12:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59bef598a313f977a71788b3ab3da51e33e361f1'/>
<id>urn:sha1:59bef598a313f977a71788b3ab3da51e33e361f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add skeleton for DNS handling</title>
<updated>2022-03-14T19:59:35Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-06T16:34:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b3be0ad47ea5eca08596d83d3a25bd3ae0c2abf'/>
<id>urn:sha1:9b3be0ad47ea5eca08596d83d3a25bd3ae0c2abf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add udp to runtime</title>
<updated>2022-03-14T19:59:33Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-05T18:49:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a44ef56c0743775d49eca138a253f11e93c7a35'/>
<id>urn:sha1:4a44ef56c0743775d49eca138a253f11e93c7a35</id>
<content type='text'>
</content>
</entry>
</feed>
