<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src, branch arti-v1.4.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.4.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-07-07T19:26:13Z</updated>
<entry>
<title>arti-client: Update release date.</title>
<updated>2025-07-07T19:26:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T19:26:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6773c426d97a21f66020ab26a6b7938fcaa97929'/>
<id>urn:sha1:6773c426d97a21f66020ab26a6b7938fcaa97929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily suppress mismatched_lifetime_syntaxes.</title>
<updated>2025-07-07T15:50:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T15:50:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a11b611466a5a73f5e06a0aabd17284a57d12fe3'/>
<id>urn:sha1:a11b611466a5a73f5e06a0aabd17284a57d12fe3</id>
<content type='text'>
See #2060.
</content>
</entry>
<entry>
<title>arti: Add keys list and keys list-keystores</title>
<updated>2025-06-12T11:16:29Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-06-12T11:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9c4d7cc30d22a80ff4a97bc6588e02774f0062f'/>
<id>urn:sha1:d9c4d7cc30d22a80ff4a97bc6588e02774f0062f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release: Update ARTI_CLIENT_RELEASE_DATE using `maint/update-release-date`.</title>
<updated>2025-06-05T10:12:10Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-05T10:12:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09f3bf8e3c2c240df9782173c7c8864eb3e48283'/>
<id>urn:sha1:09f3bf8e3c2c240df9782173c7c8864eb3e48283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'clean-implement-haskind-for-toraddrerror' into 'main'</title>
<updated>2025-05-05T15:31:18Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-05-05T15:31:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6ab768562bfffa8721ae8846d0a42aa0d78c7634'/>
<id>urn:sha1:6ab768562bfffa8721ae8846d0a42aa0d78c7634</id>
<content type='text'>
TODO: Implement HasKind trait for TorAddrError

See merge request tpo/core/arti!2965</content>
</entry>
<entry>
<title>release: Update release date.</title>
<updated>2025-05-01T16:15:55Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-05-01T16:14:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8dff679633623adee3d887ee105c34b0fcb49581'/>
<id>urn:sha1:8dff679633623adee3d887ee105c34b0fcb49581</id>
<content type='text'>
Done via `./maint/update-release-date`.
</content>
</entry>
<entry>
<title>Fix formatting in test_error_kind function</title>
<updated>2025-04-27T15:05:19Z</updated>
<author>
<name>Vijaya Bhaskar</name>
<email>vijayabhaskar.santhuluri@gmail.com</email>
</author>
<published>2025-04-27T15:05:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e235bfebb226efbceb7384b5fa51331562ea2a67'/>
<id>urn:sha1:e235bfebb226efbceb7384b5fa51331562ea2a67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement HasKind trait for TorAddrError</title>
<updated>2025-04-27T14:43:44Z</updated>
<author>
<name>Vijaya Bhaskar</name>
<email>vijayabhaskar.santhuluri@gmail.com</email>
</author>
<published>2025-04-27T14:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=017c58c0ebf5abb880b9513b54494c2925ca3a31'/>
<id>urn:sha1:017c58c0ebf5abb880b9513b54494c2925ca3a31</id>
<content type='text'>
This commit implements the HasKind trait for TorAddrError in address.rs,
mapping all variants to the InvalidStreamTarget error kind. It also updates
the ErrorDetail implementation in err.rs to delegate to TorAddrError's
HasKind implementation instead of hardcoding the error kind.

Resolves TODOs in address.rs and err.rs.
</content>
</entry>
<entry>
<title>arti-client: remove incorrect note about `StateDirectory` usage</title>
<updated>2025-04-23T19:56:29Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-23T19:54:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36dcc993cab1cf82b877a9c6c85bba13719e7217'/>
<id>urn:sha1:36dcc993cab1cf82b877a9c6c85bba13719e7217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename recommended_protocols to protocol_statuses.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-16T11:59:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=461a2467f90dbd2bf4f4b900fc0816aa4c906fdb'/>
<id>urn:sha1:461a2467f90dbd2bf4f4b900fc0816aa4c906fdb</id>
<content type='text'>
This name reflects its purpose better than the original one,
since it includes required protocols as well as recommended ones.
</content>
</entry>
</feed>
