<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/client.rs, branch arti-v1.1.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-05-16T13:02:09Z</updated>
<entry>
<title>Refactor ClientCirc APIs to use Arc&lt;ClientCirc&gt;.</title>
<updated>2023-05-16T13:02:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-16T13:02:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee390c423e7df0b678d77a8685f45dc526581910'/>
<id>urn:sha1:ee390c423e7df0b678d77a8685f45dc526581910</id>
<content type='text'>
Now ClientCirc is no longer `Clone`, and the things that need it
to be `Clone` instead return and use an Arc&lt;ClientCirc&gt;
We're doing this so that ClientCirc can participate in the RPC
system, and so that its semantics are more obvious.

Closes #846.

Thanks to the type system, this was a much simpler refactoring than
I had feared it would be.
</content>
</entry>
<entry>
<title>RPC: Start on plumbing TorClient into our RPC code</title>
<updated>2023-05-04T14:35:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-20T18:17:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d7ab388faf96f53e7981e8307f51a16e7891627b'/>
<id>urn:sha1:d7ab388faf96f53e7981e8307f51a16e7891627b</id>
<content type='text'>
Because of #837, we won't be able to work with _every_ TorClient&lt;R&gt;,
so I'm only going to be using TorClient&lt;PreferredRuntime&gt; for now.
</content>
</entry>
<entry>
<title>Merge branch 'plumb' into 'main'</title>
<updated>2023-03-30T16:20:54Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2023-03-30T16:20:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bcb051fea49e0323bfe4f7d4bc8e99b64efa16f2'/>
<id>urn:sha1:bcb051fea49e0323bfe4f7d4bc8e99b64efa16f2</id>
<content type='text'>
More plumbing for hs connections

See merge request tpo/core/arti!1098</content>
</entry>
<entry>
<title>Run rustfmt</title>
<updated>2023-03-30T14:58:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T14:56:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23c7bd9174c454c5eb9ba83c8d580384434c1baa'/>
<id>urn:sha1:23c7bd9174c454c5eb9ba83c8d580384434c1baa</id>
<content type='text'>
Apply this churn, which I deferred for ease of review.
</content>
</entry>
<entry>
<title>arti-client: Call HsCircPool::launch_background_tasks</title>
<updated>2023-03-30T14:58:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T13:54:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a14d18d295579b5a42f8198e466a41b5d4242e00'/>
<id>urn:sha1:a14d18d295579b5a42f8198e466a41b5d4242e00</id>
<content type='text'>
I found that I had the bug where I forgot to call this function, and
reached
   bad_api_usage!("The circuit launcher wasn't initialized")

The possibility of such a bug is a hazard of this API pattern.
</content>
</entry>
<entry>
<title>arti-client: When making hs conn, wait for bootstrap</title>
<updated>2023-03-30T14:49:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T14:27:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=255b9cac9643f12707e078e0c2ba28110d3c40fe'/>
<id>urn:sha1:255b9cac9643f12707e078e0c2ba28110d3c40fe</id>
<content type='text'>
Not doing this was a bug.  The bug was possible because of some code
duplication between the exit and hs paths.  Add a comment about that.
</content>
</entry>
<entry>
<title>tor-client: Pass a netdir for each request</title>
<updated>2023-03-30T14:49:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T16:32:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=926abf3ade85776e73e32b9d803febc5b1326453'/>
<id>urn:sha1:926abf3ade85776e73e32b9d803febc5b1326453</id>
<content type='text'>
This will be more convenient inside tor-hsclient.  In arti-client,
this mirrors the way TorClient::get_or_launch_exit_circ works.
</content>
</entry>
<entry>
<title>Move functionality from tor_basic_utils to tor_async_utils</title>
<updated>2023-03-29T17:57:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-29T13:17:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a62affd66e34e98035bd14cb67b355065598a2d7'/>
<id>urn:sha1:a62affd66e34e98035bd14cb67b355065598a2d7</id>
<content type='text'>
This commit is mostly code movement; I'd recommend reviewing it
with git's `--color-moved` option.
</content>
</entry>
<entry>
<title>Pass HsCircPool to hsclient connect function, not CircMgr (fmt)</title>
<updated>2023-03-28T14:49:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T14:45:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df8e4dd49774a4fc365d1ac56ec1d6affa227cf4'/>
<id>urn:sha1:df8e4dd49774a4fc365d1ac56ec1d6affa227cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass HsCircPool to hsclient connect function, not CircMgr</title>
<updated>2023-03-28T14:49:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T11:18:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b6be7eaa77f16be33cdebc75e6a68ee67a913b1'/>
<id>urn:sha1:9b6be7eaa77f16be33cdebc75e6a68ee67a913b1</id>
<content type='text'>
We separated this out in the circmgr API.  This is what the HS client
needs.  It doesn't want to participate in the general circuit pool.
</content>
</entry>
</feed>
