<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client/src/address.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-18T15:12:05Z</updated>
<entry>
<title>Fix a bunch of "needless borrow" warnings on nightly</title>
<updated>2022-11-18T15:12:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-11-18T15:12:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d51162e55b19036528b4fafc1d4b15c8d9d23a04'/>
<id>urn:sha1:d51162e55b19036528b4fafc1d4b15c8d9d23a04</id>
<content type='text'>
It looks like, despite a few false starts, they've got this warning
right; there weren't any false positives.
</content>
</entry>
<entry>
<title>Merge branch 'hostname-validation' into 'main'</title>
<updated>2022-10-03T19:01:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-03T19:01:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d985b0def7f8784ab13005854f5582c9455156f'/>
<id>urn:sha1:0d985b0def7f8784ab13005854f5582c9455156f</id>
<content type='text'>
Use hostname-validator crate for hostname validation

See merge request tpo/core/arti!739</content>
</entry>
<entry>
<title>Use hostname-validator crate for hostname validation</title>
<updated>2022-10-03T14:47:03Z</updated>
<author>
<name>Reylaba</name>
<email>dev@reylaba.com</email>
</author>
<published>2022-09-22T13:48:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6a6931e2c338f6a4ebb52aa7149a1ac688c866a5'/>
<id>urn:sha1:6a6931e2c338f6a4ebb52aa7149a1ac688c866a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply 1 suggestion(s) to 1 file(s)</title>
<updated>2022-09-22T16:25:08Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-09-22T16:25:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10d3fd9e9f802d914f55d0cdca0ccc0f2862261f'/>
<id>urn:sha1:10d3fd9e9f802d914f55d0cdca0ccc0f2862261f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix clippy::needless_borrow</title>
<updated>2022-09-10T12:39:47Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-09-10T12:39:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e7a904260dfe344eed70a9eef109695544347c1'/>
<id>urn:sha1:8e7a904260dfe344eed70a9eef109695544347c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More docs for IntoTorAddr</title>
<updated>2022-02-14T20:34:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T20:34:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a44b13c93a99f39804d6ee2c748596305ff34d02'/>
<id>urn:sha1:a44b13c93a99f39804d6ee2c748596305ff34d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti_client: Rename Error to ErrorDetail.</title>
<updated>2022-02-08T15:37:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-08T14:53:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80716a294b80fe4b4f858f32ecdb79caa0ee01d6'/>
<id>urn:sha1:80716a294b80fe4b4f858f32ecdb79caa0ee01d6</id>
<content type='text'>
This is closer to what we described in Errors.md.

Also, remove the (sometimes private) Result alias: it was only used in
one or two places, and never exposed in public.
</content>
</entry>
<entry>
<title>errors: Refer to err::Error in some bits of arti_client</title>
<updated>2022-02-04T14:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-04T13:20:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a293a1f6f6ab9d67892b4199500bd489aeffb20'/>
<id>urn:sha1:9a293a1f6f6ab9d67892b4199500bd489aeffb20</id>
<content type='text'>
We are going to make the top-level Error type conditionally hidden.
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-02-02T18:18:22Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2022-02-02T18:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65263218510ee9375ed423b42fbf555e96eab275'/>
<id>urn:sha1:65263218510ee9375ed423b42fbf555e96eab275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: Change an XXXX to a TODO.</title>
<updated>2021-12-20T15:02:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-20T15:02:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f73f6a4e80d8e366bf47317bb92b555c592f07a4'/>
<id>urn:sha1:f73f6a4e80d8e366bf47317bb92b555c592f07a4</id>
<content type='text'>
We _do_ reject bad hostnames: just not where I once thought we might.
We need to decide if the current behavior is what we want (and I think
it is, probably?).
</content>
</entry>
</feed>
