<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc, 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-06-17T14:45:43Z</updated>
<entry>
<title>doc: Document the WIP dircache storage model</title>
<updated>2025-06-17T14:45:43Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-05-20T10:26:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdb1a211d8e7aa23dc61be47e5d19ff756ccde06'/>
<id>urn:sha1:fdb1a211d8e7aa23dc61be47e5d19ff756ccde06</id>
<content type='text'>
This commit documents the WIP storage model for the dircache.  It is not
finalized and several parts need discussion.

See !3004
</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: Fix typo in Release.md.</title>
<updated>2025-06-05T10:06:51Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-05T10:06:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2f7f7aa9bbb6635001f710b81b99d990e4df9e4'/>
<id>urn:sha1:d2f7f7aa9bbb6635001f710b81b99d990e4df9e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort dependencies to make cargo sort happy.</title>
<updated>2025-06-04T10:16:58Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-04T10:16:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e50d4cfa6fe3a4fec2ff6141d15f3054179097d0'/>
<id>urn:sha1:e50d4cfa6fe3a4fec2ff6141d15f3054179097d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Release.md to include two other tools needed for releasing.</title>
<updated>2025-06-03T16:33:47Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-03T16:33:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13610f6ed9bb36ba97e8dfffb73bebff01775f87'/>
<id>urn:sha1:13610f6ed9bb36ba97e8dfffb73bebff01775f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Initial parts of PowManager.</title>
<updated>2025-05-27T17:51:27Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-01-08T18:07:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1402316fa8771e027fa2743664f3f137c764c13'/>
<id>urn:sha1:c1402316fa8771e027fa2743664f3f137c764c13</id>
<content type='text'>
This adds PowManager, as described in doc/dev/notes/service-side-pow.md,
hooks it into IptManager and Publisher, and adds code to publish and
rotate seeds, and to keep a updated list of Verifier instances for
currently active seeds.
</content>
</entry>
<entry>
<title>Doc: Add documentation about how to run Criterion benchmarks</title>
<updated>2025-05-14T12:18:29Z</updated>
<author>
<name>Lionel Goffaux</name>
<email>lionel.goffaux@unamur.be</email>
</author>
<published>2025-05-14T12:18:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59d716d4da00a21702434429cc076374569dd688'/>
<id>urn:sha1:59d716d4da00a21702434429cc076374569dd688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: test: Refactor arti integration test</title>
<updated>2025-05-12T11:56:00Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-04-24T12:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31db380cfe329452b27fe508afc5d1f190be91e9'/>
<id>urn:sha1:31db380cfe329452b27fe508afc5d1f190be91e9</id>
<content type='text'>
* arti: test: Restructure tests directory
* arti: dep: Add assert_cmd dev-dependency
* arti: test: Update README
* doc: Fix hsc documentation
</content>
</entry>
<entry>
<title>Release.md: Note that we remove semver.md after release</title>
<updated>2025-05-05T14:51:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-05-05T13:33:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d3899b1ad006b942d2192ad46fbfe870618a8fd'/>
<id>urn:sha1:7d3899b1ad006b942d2192ad46fbfe870618a8fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release.md: Note that not every semver-checks lint matters</title>
<updated>2025-05-05T14:51:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-05-05T13:32:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80f561fa7ef3c9b02baa54478b236a296270ba77'/>
<id>urn:sha1:80f561fa7ef3c9b02baa54478b236a296270ba77</id>
<content type='text'>
</content>
</entry>
</feed>
