<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/client.rs, 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-30T13:26:43Z</updated>
<entry>
<title>Make daemon tasks self-contained; introduce NetDirProvider</title>
<updated>2022-03-30T13:26:43Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-03-28T12:54:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac64bdea2744c6cd0ede0562954efcfe479afd94'/>
<id>urn:sha1:ac64bdea2744c6cd0ede0562954efcfe479afd94</id>
<content type='text'>
The various background daemon tasks that `arti-client` used to spawn are
now handled inside their respective crates instead, with functions
provided to spawn them that return `TaskHandle`s.

This required introducing a new trait, `NetDirProvider`, which steals
some functionality from the `DirProvider` trait to enable `tor-circmgr`
to depend on it (`tor-circmgr` is a dependency of `tor-dirmgr`, so it
can't depend on `DirProvider` directly).

While we're at it, we also make some of the tasks wait for events from
the `NetDirProvider` instead of sleeping, slightly increasing
efficiency.
</content>
</entry>
<entry>
<title>Merge branch 'isolation-followup' into 'main'</title>
<updated>2022-03-28T12:29:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-28T12:29:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=917741195145a478816a5d70866d83df2de9785d'/>
<id>urn:sha1:917741195145a478816a5d70866d83df2de9785d</id>
<content type='text'>
implement IsolationHelper for StreamIsolation

See merge request tpo/core/arti!434</content>
</entry>
<entry>
<title>remove usage of 'token' where it's no longer a token</title>
<updated>2022-03-27T11:49:08Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-27T11:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=219ad39ecac25124bf73631d8c166840cc152e55'/>
<id>urn:sha1:219ad39ecac25124bf73631d8c166840cc152e55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dir-filter' into 'main'</title>
<updated>2022-03-25T15:59:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-03-25T15:59:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=565a3d1d01b5b93c1e68d87e1a1d66f42fbcf41b'/>
<id>urn:sha1:565a3d1d01b5b93c1e68d87e1a1d66f42fbcf41b</id>
<content type='text'>
arti-client, dirmgr: Initial DirFilter code

See merge request tpo/core/arti!431</content>
</entry>
<entry>
<title>move StreamIsolation to isolation module</title>
<updated>2022-03-24T20:12:46Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-24T20:12:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2edf25733a16817f3a6380d689cb18beadea5a8'/>
<id>urn:sha1:d2edf25733a16817f3a6380d689cb18beadea5a8</id>
<content type='text'>
</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>Expose DirFilter from arti-client.</title>
<updated>2022-03-24T16:10:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-24T16:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=123cd2223bc5b6e22a537bfa2f3a5cb1cd82e758'/>
<id>urn:sha1:123cd2223bc5b6e22a537bfa2f3a5cb1cd82e758</id>
<content type='text'>
This will make it possible to implement a directory-munging
mechanism in arti-testing for #397.
</content>
</entry>
<entry>
<title>Implement a periodic task scheduler, and a basic dormant mode</title>
<updated>2022-03-23T13:43:48Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-03-23T13:43:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ca79ff988d698b9bd8ec21fff12b8120cc17b28'/>
<id>urn:sha1:1ca79ff988d698b9bd8ec21fff12b8120cc17b28</id>
<content type='text'>
This is a revised version of !397; it implements a scheduling system for
periodic tasks that can be externally controlled, and then uses the
external control aspect to implement a basic dormant mode (#90).

More technically, the scheduling system consists of a `Stream` that
periodic tasks are expected to embed in a `while` loop or similar, a
way for tasks themselves to choose how long to wait until the stream
next yields a result, and a handle to control this outside of the task.
</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>Merge branch 'test-isolation' into 'main'</title>
<updated>2022-03-17T12:46:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-17T12:46:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2818a3cb35889bb3d3166a6cdaa81d6c92dd64e1'/>
<id>urn:sha1:2818a3cb35889bb3d3166a6cdaa81d6c92dd64e1</id>
<content type='text'>
new api for isolation

See merge request tpo/core/arti!377</content>
</entry>
</feed>
