<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch arti-v1.1.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-30T10:49:07Z</updated>
<entry>
<title>keystore: Change the dummy HsClientSpecifier to "default".</title>
<updated>2023-06-30T10:49:07Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T23:05:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a61071f7b6261008029f6904ffa4dec2f4ec3018'/>
<id>urn:sha1:a61071f7b6261008029f6904ffa4dec2f4ec3018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'fix-unfortunate-merge-outcome' into 'main'</title>
<updated>2023-06-30T10:41:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-06-30T10:41:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88527d14c81a3cf20431357db3fe4880266f53aa'/>
<id>urn:sha1:88527d14c81a3cf20431357db3fe4880266f53aa</id>
<content type='text'>
arti-client: Rename KeyStore to Keystore.

See merge request tpo/core/arti!1359</content>
</entry>
<entry>
<title>Merge branch 'docsrs-fix' into 'main'</title>
<updated>2023-06-30T10:41:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-06-30T10:41:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a7334f86ae998b403c4034a305893e99b21a765a'/>
<id>urn:sha1:a7334f86ae998b403c4034a305893e99b21a765a</id>
<content type='text'>
Add a missing "experimental-api" rustdoc notation

See merge request tpo/core/arti!1353</content>
</entry>
<entry>
<title>arti-client: Rename KeyStore to Keystore.</title>
<updated>2023-06-30T10:01:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-30T10:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e899c41135a534c2377274daf2f07065d3c7bd06'/>
<id>urn:sha1:e899c41135a534c2377274daf2f07065d3c7bd06</id>
<content type='text'>
`KeyStore` was renamed to `Keystore` globally in !1355. This fixes a
compile error caused an unfortunate series of non-conflicting (from
git's POV) but incompatible merges:

* !1356 added a line threferencing an error variant that capitalizes the
  "s" in "KeyStore" (`ErrorDetail::KeyStore`)
* !1356 landed just before !1355 (the global renaming). Since there was
  no conflict between the 2, we're now in a state where the code added
  in !1356 is referencing an `ErrorDetail` variant that no longer
  exists.
</content>
</entry>
<entry>
<title>Merge branch 'keymgr-naming' into 'main'</title>
<updated>2023-06-30T00:11:17Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2023-06-30T00:11:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60f6fe746098c603da7a495bda71c1a28c5ec196'/>
<id>urn:sha1:60f6fe746098c603da7a495bda71c1a28c5ec196</id>
<content type='text'>
keymgr: Rename KeyStore to Keystore globally.

See merge request tpo/core/arti!1355</content>
</entry>
<entry>
<title>keymgr: Fix another infinite loop around Keymgr error handling.</title>
<updated>2023-06-29T22:30:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T22:30:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=458af6e0071300313f31a8262e3599e71909cee7'/>
<id>urn:sha1:458af6e0071300313f31a8262e3599e71909cee7</id>
<content type='text'>
This `From` impl was just calling itself recursively...
</content>
</entry>
<entry>
<title>keymgr: Rename KeyStore to Keystore globally.</title>
<updated>2023-06-29T21:46:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T21:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36606a66ddca9abd1595d13c9397bc812bf24cb5'/>
<id>urn:sha1:36606a66ddca9abd1595d13c9397bc812bf24cb5</id>
<content type='text'>
We've been capitalizing the "s" in "KeyStore" inconsistently. This
`s/KeyStore/Keystore/g` across the codebase.
</content>
</entry>
<entry>
<title>Add a missing "experimental-api" rustdoc notation</title>
<updated>2023-06-29T21:18:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-29T21:18:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8fe79b5a1d2bfb88a954bc2d4418fd44049ac5e7'/>
<id>urn:sha1:8fe79b5a1d2bfb88a954bc2d4418fd44049ac5e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'validate-client-spec' into 'main'</title>
<updated>2023-06-29T19:49:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-06-29T19:49:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ef65775c9d36137179c4f1f6f5da412741d42b1'/>
<id>urn:sha1:9ef65775c9d36137179c4f1f6f5da412741d42b1</id>
<content type='text'>
keymgr: Validate ArtiPaths, replace HsClientSpecifier with generic ArtiPathComponent

See merge request tpo/core/arti!1262</content>
</entry>
<entry>
<title>Merge branch 'keymgr-config' into 'main'</title>
<updated>2023-06-29T19:30:41Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T19:30:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09cb5eed4e81b9f2f179b0202c61aa74dea76400'/>
<id>urn:sha1:09cb5eed4e81b9f2f179b0202c61aa74dea76400</id>
<content type='text'>
arti-client: Add keystore_dir to StorageConfig.

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