<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch tor-llcrypto-v0.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-llcrypto-v0.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-03-30T16:20:54Z</updated>
<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>tor-hsconn: Rename ConnError (from HsClientConnError)</title>
<updated>2023-03-30T14:49:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-30T10:32:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ed9dca842bc673c947258c201c5adce684899bb'/>
<id>urn:sha1:3ed9dca842bc673c947258c201c5adce684899bb</id>
<content type='text'>
The old name was unwieldy and other crates can just as well name it by
the crate scope.
</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>Merge branch 'hspre' into 'main'</title>
<updated>2023-03-29T09:44:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-03-29T09:44:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=edb3ac26f3bbf5f30e80ba32973e9ca95040bd55'/>
<id>urn:sha1:edb3ac26f3bbf5f30e80ba32973e9ca95040bd55</id>
<content type='text'>
Miscellanious tidying up (pursuant to HS client work)

See merge request tpo/core/arti!1086</content>
</entry>
<entry>
<title>arti-client: add accessors for `Blockage`</title>
<updated>2023-03-28T18:27:04Z</updated>
<author>
<name>eta</name>
<email>github@eta.st</email>
</author>
<published>2023-03-28T16:07:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6fe3803a0a32aa8e78ba6d5f32415dd85c6c1cd'/>
<id>urn:sha1:a6fe3803a0a32aa8e78ba6d5f32415dd85c6c1cd</id>
<content type='text'>
Fixes #800.
</content>
</entry>
<entry>
<title>Tidy up an unused import warning</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:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b982ee678d27086e692507ced90130d6a1386245'/>
<id>urn:sha1:b982ee678d27086e692507ced90130d6a1386245</id>
<content type='text'>
Now
  cargo +stable clippy --locked --offline --workspace --all-targets
is clean.
</content>
</entry>
</feed>
