<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/req.rs, branch arti-v1.2.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-26T16:55:05Z</updated>
<entry>
<title>hss: Make the limit for streams configurable.</title>
<updated>2024-03-26T16:55:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T16:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b412eeb3da3819c3bb8dd1a6cf1bd96f887cb53c'/>
<id>urn:sha1:b412eeb3da3819c3bb8dd1a6cf1bd96f887cb53c</id>
<content type='text'>
Closes #1124.
</content>
</entry>
<entry>
<title>Run rustfmt</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T15:31:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46c18a49113677309ff66eb85dbc7bc06929ebfe'/>
<id>urn:sha1:46c18a49113677309ff66eb85dbc7bc06929ebfe</id>
<content type='text'>
This alphabetises the imports, ready for us to do some more manual
tidying.
</content>
</entry>
<entry>
<title>tor-hsservice: prelude: Move most imports from req.rs</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T15:20:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89493459d022d4bdf9d5b91503520cfedf965ea5'/>
<id>urn:sha1:89493459d022d4bdf9d5b91503520cfedf965ea5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Move rend_handshake.rs out of svc</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T11:57:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd4c0f5a144728bdf5f42abd2351e51cc85a3081'/>
<id>urn:sha1:dd4c0f5a144728bdf5f42abd2351e51cc85a3081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Include ArtiPath in InvalidArtiPath (fmt).</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T16:16:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=30aea9b826fceb9f36d59c87bc8dea1435225640'/>
<id>urn:sha1:30aea9b826fceb9f36d59c87bc8dea1435225640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Include ArtiPath in InvalidArtiPath.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T16:15:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a94125353baeb4b0e87d44072aedcdb4d27075e7'/>
<id>urn:sha1:a94125353baeb4b0e87d44072aedcdb4d27075e7</id>
<content type='text'>
Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Include the ArtiPath in InvalidKeyPathComponentValue.</title>
<updated>2024-02-19T12:52:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T12:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=826d60c5b84a7ab4818290f42262fe90f82fc220'/>
<id>urn:sha1:826d60c5b84a7ab4818290f42262fe90f82fc220</id>
<content type='text'>
The offending `ArtiPath` should be included in the error.

Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Rename {to,from}_component to {to,from}_slug.</title>
<updated>2024-02-19T12:52:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-05T17:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1040df929f643a2fd2a1ccb0400f1dd2f2beac98'/>
<id>urn:sha1:1040df929f643a2fd2a1ccb0400f1dd2f2beac98</id>
<content type='text'>
Originally, these functions converted to and from `ArtiPathComponent`.
In !1931, we replaced `ArtiPathComponent` with `Slug` without renaming
the conversion functions. Since we're converting to and from `Slug` now,
I think it makes sense to rename them too.

Part of #1115
</content>
</entry>
<entry>
<title>tor-keymgr: Replace KeyMgr::get_with_type with KeyMgr::get_entry.</title>
<updated>2024-02-19T10:46:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-15T17:14:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b600d67857cbe134bbecf29626fdf0dfd165110'/>
<id>urn:sha1:3b600d67857cbe134bbecf29626fdf0dfd165110</id>
<content type='text'>
Part of #1271
</content>
</entry>
<entry>
<title>tor-keymgr: Make KeyMgr::list_matching return `KeystoreEntry`s.</title>
<updated>2024-02-19T10:46:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-15T16:34:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21f0e7e7c51a66d404a2dfe9ca6590b85857a68a'/>
<id>urn:sha1:21f0e7e7c51a66d404a2dfe9ca6590b85857a68a</id>
<content type='text'>
Part of #1271
</content>
</entry>
</feed>
