<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-rtcompat/src/impls.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-03-23T19:59:39Z</updated>
<entry>
<title>Move responsibility for knowing about TLS into tor_rtcompat.</title>
<updated>2021-03-23T19:59:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-23T19:59:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d073f24138261bb44fd70a4ffb9e8da12185fee5'/>
<id>urn:sha1:d073f24138261bb44fd70a4ffb9e8da12185fee5</id>
<content type='text'>
Now we don't need runtime-specific stuff in tor-chanmgr.
</content>
</entry>
<entry>
<title>Port to work with tokio or async-std.</title>
<updated>2021-03-02T16:55:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-01T21:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c314185002d520f0869ea3bd0fc35736b103f98'/>
<id>urn:sha1:8c314185002d520f0869ea3bd0fc35736b103f98</id>
<content type='text'>
This is fairly ugly and I think I'll need to mess around with the
feature configuration a while until we get something that's pleasant
to develop with.  This still seems like a good idea, though, since
we _will_ need to be executor-agnostic in the end, or we'll have no
way to handle wasm or embedded environments.

Later down the road, we'll probably want to use futures::Executor or
futures::Spawn more than having global entry points in
tor_rtcompat.  That would probably make our feature story simpler.

Tokio is the default now, since tokio seems to be more heavily used
for performance-critical stuff.

This patch breaks tests; the next one will fix them, albeit
questionably.
</content>
</entry>
<entry>
<title>Require documentation in tor-rtcompat.</title>
<updated>2020-11-20T22:24:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-20T22:24:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d4f5f261e78e482a3a849c109c2b2e354751914'/>
<id>urn:sha1:3d4f5f261e78e482a3a849c109c2b2e354751914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Isolate async_std usage in a new tor_rtcompat crate.</title>
<updated>2020-11-11T18:46:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-11T18:46:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59e4b5631a9b9f8c9c43ba579bf43a17ac64d541'/>
<id>urn:sha1:59e4b5631a9b9f8c9c43ba579bf43a17ac64d541</id>
<content type='text'>
Like tor_llcrypto, this crate is meant to expose only the part of
other crates (in this case, a async runtime crate) that we use.
</content>
</entry>
</feed>
