<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/client.rs, branch arti-v1.1.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-27T13:28:02Z</updated>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>made TorClient::set_stream_prefs public</title>
<updated>2023-01-18T17:20:59Z</updated>
<author>
<name>Michael van Straten</name>
<email>michael@vanstraten.de</email>
</author>
<published>2023-01-18T17:20:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa93f6674dd55f01fa2d3dade159375d8670789b'/>
<id>urn:sha1:fa93f6674dd55f01fa2d3dade159375d8670789b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a top-level API for connecting to onion services.</title>
<updated>2023-01-12T14:28:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-12T14:28:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=56cb2d2a10df09bcf52aba9a409b6f748e61e885'/>
<id>urn:sha1:56cb2d2a10df09bcf52aba9a409b6f748e61e885</id>
<content type='text'>
Fortunately, it adds very little to the arti-client API surface.
</content>
</entry>
<entry>
<title>test lint blocks: Add many many automatically</title>
<updated>2022-12-12T18:00:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T17:58:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=125a455bdcca841931f33f83f206e57637ae85c4'/>
<id>urn:sha1:125a455bdcca841931f33f83f206e57637ae85c4</id>
<content type='text'>
This is precisely the result of running the rune in
maint/adhoc-add-lint-blocks.
</content>
</entry>
<entry>
<title>arti: pt mgr spawns the task itself in new</title>
<updated>2022-11-30T15:48:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-30T15:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a74ee097f54cd76d1142b54850cd4097a8f0325c'/>
<id>urn:sha1:a74ee097f54cd76d1142b54850cd4097a8f0325c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Try to take ownership of state earlier.</title>
<updated>2022-11-30T00:58:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-30T00:55:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f0f5f81b1edf575f8e7f72837cfdccd92787e70'/>
<id>urn:sha1:5f0f5f81b1edf575f8e7f72837cfdccd92787e70</id>
<content type='text'>
There's no harm in doing this, since we'll try to take ownership of
the state soon as soon as we use it: We just want to try early, so
that we'll get it before we decide that we're using bridges.

Fixes bug #669; bug introduced by !889.
</content>
</entry>
<entry>
<title>PtMgr: Use a persistent state directory for PT state.</title>
<updated>2022-11-28T22:29:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-28T20:24:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=820657b6bc042d2d93f50946969120cead04e829'/>
<id>urn:sha1:820657b6bc042d2d93f50946969120cead04e829</id>
<content type='text'>
This makes a `pt_state` directory inside .local/share/arti (or the
local equivalent), right next to our existing `state` dir.

Ideally we would use a separate directory for each PT, but we have a
very fuzzy "what is a specific PT" notion.

Closes #667
</content>
</entry>
<entry>
<title>Integrate PtMgr into arti-client.</title>
<updated>2022-11-28T22:29:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-28T19:42:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1a9c4c722b94330ec0c730ec8967a4cf311fbf78'/>
<id>urn:sha1:1a9c4c722b94330ec0c730ec8967a4cf311fbf78</id>
<content type='text'>
If support is available at compile-time, then we construct a PtMgr
and register it with the ChanMgr.  We keep a handle to it ourself so
that we can reconfigure it as needed.

Closes #659.
</content>
</entry>
<entry>
<title>arti-client: Add comment about Option DormantMode</title>
<updated>2022-11-23T17:50:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-15T12:05:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d502bd81837d6e091d258089fed74d91b1182e2'/>
<id>urn:sha1:4d502bd81837d6e091d258089fed74d91b1182e2</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/852#note_2854090
(ftaod, that is a different MR to this one)
</content>
</entry>
<entry>
<title>arti-client: Retain a strong reference to the inner Arc&lt;BridgeDescMgr&gt;</title>
<updated>2022-11-15T14:36:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-15T14:36:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdeb2db1c27f01348c757b8abe1c5d5953627048'/>
<id>urn:sha1:fdeb2db1c27f01348c757b8abe1c5d5953627048</id>
<content type='text'>
Fixes #636.
</content>
</entry>
</feed>
