<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/arti/src/proxy.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-05-24T18:10:53Z</updated>
<entry>
<title>Use full suite of warnings in arti crate as well.</title>
<updated>2021-05-24T18:10:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-24T18:10:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f049ef74d8c3b488ead12395baab4c8c5d62468'/>
<id>urn:sha1:4f049ef74d8c3b488ead12395baab4c8c5d62468</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove tor-proto exposure in tor-client API.</title>
<updated>2021-05-18T14:08:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T14:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bf7cbb3f4b1bd4c05d344c142c62a822c51b71d'/>
<id>urn:sha1:6bf7cbb3f4b1bd4c05d344c142c62a822c51b71d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unseparated_literal_suffix lint, and fix it.</title>
<updated>2021-05-03T20:19:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-03T20:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d516298b47829e1a61bcc1bf9e2dbbb2d85336f6'/>
<id>urn:sha1:d516298b47829e1a61bcc1bf9e2dbbb2d85336f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move timer functions into an extension trait.</title>
<updated>2021-04-17T13:37:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-17T13:37:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92de7c58f09dd160dc9c7a95b6b069bfc1aebdb6'/>
<id>urn:sha1:92de7c58f09dd160dc9c7a95b6b069bfc1aebdb6</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>Remove all non-runtime methods in tor_rtcompat.</title>
<updated>2021-04-16T21:15:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-16T21:15:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d071327873a37ae5d18b5d3cd3dcdc57a890c07'/>
<id>urn:sha1:1d071327873a37ae5d18b5d3cd3dcdc57a890c07</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>rtcompat: Make TLS functionality use Runtime traits.</title>
<updated>2021-04-16T19:44:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-16T19:41:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ebcfd38b4873abcfbd58160043c8dc354e0a7e38'/>
<id>urn:sha1:ebcfd38b4873abcfbd58160043c8dc354e0a7e38</id>
<content type='text'>
Now there is nothing in principle that you couldn't access from a
Runtime implementation.
</content>
</entry>
<entry>
<title>Make incoming Streams of TcpStream a real type for each backend.</title>
<updated>2021-04-16T19:44:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-16T18:54:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6821211e1e3a25c137768a76a3d32cfd47c2021b'/>
<id>urn:sha1:6821211e1e3a25c137768a76a3d32cfd47c2021b</id>
<content type='text'>
This makes things a little more complicated for AsyncStd, and a
little simpler for Tokio.
</content>
</entry>
<entry>
<title>Port tor_rtcompat::net to use Runtime objects.</title>
<updated>2021-04-16T19:44:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-16T18:18:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a587a55b47daf1eef68681f41e059d4a19f537e'/>
<id>urn:sha1:5a587a55b47daf1eef68681f41e059d4a19f537e</id>
<content type='text'>
</content>
</entry>
</feed>
