<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-rtcompat/src/traits.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-18T17:45:39Z</updated>
<entry>
<title>Add the "unreachable_pub" lint.</title>
<updated>2021-05-18T17:45:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T17:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=411e1b35e054c8c9b373f6428c7c808ad8039ca0'/>
<id>urn:sha1:411e1b35e054c8c9b373f6428c7c808ad8039ca0</id>
<content type='text'>
This is a somewhat obnoxious change in its scope and requirements,
but it makes it easier to understand what the real public and
private parts of our APIs are.
</content>
</entry>
<entry>
<title>Add "now" functions to SleepProvider.</title>
<updated>2021-04-20T00:03:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-20T00:03:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f850fad1f7de575d6752f0c257cce33d14e9851'/>
<id>urn:sha1:5f850fad1f7de575d6752f0c257cce33d14e9851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: mark some outputs as must-use.</title>
<updated>2021-04-19T14:08:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-19T14:08:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a271faca3ae0ca5fa39173b99ed46e436af46d7a'/>
<id>urn:sha1:a271faca3ae0ca5fa39173b99ed46e436af46d7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify what TlsConnector doesn't validate.</title>
<updated>2021-04-19T12:24:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-19T12:24:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8e1234a4cd78085cc91e1f693df68322bcffc9f'/>
<id>urn:sha1:b8e1234a4cd78085cc91e1f693df68322bcffc9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a local_addr() function for TcpListener.</title>
<updated>2021-04-18T22:02:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-18T22:02:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=065162aff288ca02484f81ffb406bf3715f24d78'/>
<id>urn:sha1:065162aff288ca02484f81ffb406bf3715f24d78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some broken rustdoc links.</title>
<updated>2021-04-18T21:55:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-18T21:55:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=975374beb559d25bbfe86d8868c22902a8a6c39b'/>
<id>urn:sha1:975374beb559d25bbfe86d8868c22902a8a6c39b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor_rtcompat: Documentation and cleanups</title>
<updated>2021-04-17T21:09:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-17T18:01:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=342a98dccd0480d5d9427beb6aaa4f0aca6c754e'/>
<id>urn:sha1:342a98dccd0480d5d9427beb6aaa4f0aca6c754e</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>
</feed>
