<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/client.rs, branch arti-v1.1.0</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.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-11-30T15:48:31Z</updated>
<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>
<entry>
<title>bridges: Create and install a BridgeDescMgr when we bootstrap</title>
<updated>2022-11-15T12:08:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-11T17:38:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7441c980485411aa86b2dff0fd84759204367ed'/>
<id>urn:sha1:b7441c980485411aa86b2dff0fd84759204367ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Store a handle to the DirMgrStore in TorClient (fmt)</title>
<updated>2022-11-15T12:08:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-14T18:06:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a565e3381ff6652697d60132b080e8c39b9c199a'/>
<id>urn:sha1:a565e3381ff6652697d60132b080e8c39b9c199a</id>
<content type='text'>
rustfmt only.
</content>
</entry>
<entry>
<title>arti-client: Store a handle to the DirMgrStore in TorClient</title>
<updated>2022-11-15T12:08:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-14T16:12:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63c463944d9914883a8c6aec6f21d7eeea1b95ec'/>
<id>urn:sha1:63c463944d9914883a8c6aec6f21d7eeea1b95ec</id>
<content type='text'>
We'll need this shortly.
</content>
</entry>
<entry>
<title>arti-client: Store a handle to the guardmgr in TorClient</title>
<updated>2022-11-15T12:08:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-14T16:32:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=647610f2f9075d805449281593d238fc2237eba4'/>
<id>urn:sha1:647610f2f9075d805449281593d238fc2237eba4</id>
<content type='text'>
We'll need this shortly.
</content>
</entry>
</feed>
