<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/hsdesc, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-23T13:24:18Z</updated>
<entry>
<title>Merge branch 'clippy' into 'main'</title>
<updated>2023-08-23T13:24:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-08-23T13:24:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27bdc971415837c18bbfe8911266e251d853b754'/>
<id>urn:sha1:27bdc971415837c18bbfe8911266e251d853b754</id>
<content type='text'>
clippy: Suppress needless_pass_by_value in tests

See merge request tpo/core/arti!1535</content>
</entry>
<entry>
<title>tor-netdoc: Fix clippy lints.</title>
<updated>2023-08-23T12:13:07Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-21T15:20:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=884ed48750d9c57540fca39a31ebef622156d01c'/>
<id>urn:sha1:884ed48750d9c57540fca39a31ebef622156d01c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Remove redundant `IntroPointDesc` struct.</title>
<updated>2023-08-23T12:13:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-21T14:57:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7df5f4d4a90cd828719b5d3b8448ba3e7c481ab3'/>
<id>urn:sha1:7df5f4d4a90cd828719b5d3b8448ba3e7c481ab3</id>
<content type='text'>
This commit replaces `tor_netdoc::hsdesc::inner::IntroPointDesc` with
the (almost identical) `tor_netdoc::hsdesc::IntroPointDesc`.

The only difference between the two structs is that
`inner::IntroPointDesc` wraps a `Vec&lt;LinkSpec&gt;` instead of a
`Vec&lt;EncodedLinkSpec&gt;`. Since `EncodedLinkSpec` can be derived from
`LinkSpec` (and vice-versa), and since `hsdesc::inner::IntroPointDesc`
never made it in our public API, this commit also removes
`hsdesc::inner::IntroPointDesc` in favour of `hsdesc::IntroPointDesc`.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'explain_952_fix' into 'main'</title>
<updated>2023-07-11T09:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-11T09:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bcf574cef5f8eb0005a828722b64baa4268ad427'/>
<id>urn:sha1:bcf574cef5f8eb0005a828722b64baa4268ad427</id>
<content type='text'>
Explain the code for the #952 fix.

See merge request tpo/core/arti!1391</content>
</entry>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain the code for the #952 fix.</title>
<updated>2023-07-10T12:00:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-07T19:50:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2601ec8967cff4dbd1b745b970552dcd36e72de'/>
<id>urn:sha1:c2601ec8967cff4dbd1b745b970552dcd36e72de</id>
<content type='text'>
Let's explain what Trinity did in its fix for #952, so that we know
why this code is here the next time we find it.
</content>
</entry>
<entry>
<title>be more lenient while parsing inner hs desc</title>
<updated>2023-07-07T19:06:05Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2023-07-07T19:06:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2d170425c053b1a00fedb80fc5de78dce2ea8d64'/>
<id>urn:sha1:2d170425c053b1a00fedb80fc5de78dce2ea8d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Placate clippy (fmt)</title>
<updated>2023-06-28T17:57:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-28T17:57:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47b577d7a01336c0251ed254bc14d8afaed5f4fb'/>
<id>urn:sha1:47b577d7a01336c0251ed254bc14d8afaed5f4fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Placate clippy</title>
<updated>2023-06-28T17:56:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-28T17:56:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=56813d96505fa063c97d0844971dc70d7c301e5e'/>
<id>urn:sha1:56813d96505fa063c97d0844971dc70d7c301e5e</id>
<content type='text'>
</content>
</entry>
</feed>
