<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-dirauth, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-03T19:31:55Z</updated>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>maint: ran 'cargo sort' in arti-dirauth and tor-dirauth</title>
<updated>2026-08-03T17:03:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T16:31:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7067b623b969de143964c4df38652a76e789138f'/>
<id>urn:sha1:7067b623b969de143964c4df38652a76e789138f</id>
<content type='text'>
I'm not actually sure what I did here. I was getting a lot of confusing
results from 'cargo sort' and 'maint/cargo-sort', so I ran a bunch of
commands until 'maint/cargo-sort' was okay. ('maint/cargo-sort' still
shows some errors, but not in arti-dirauth anymore.)

But as long as the 'maint/cargo-sort' in CI is okay with the changes,
then I think it's fine.
</content>
</entry>
<entry>
<title>maint: ran fixup-features</title>
<updated>2026-08-03T17:03:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T15:00:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=482ed436f0901fc3a91e6e2d63b40a107c0086ec'/>
<id>urn:sha1:482ed436f0901fc3a91e6e2d63b40a107c0086ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-dirauth: Expand on a doc comment</title>
<updated>2026-08-03T12:58:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-08-03T12:58:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e3925ede4975433bed14429882f3212dd3e4144'/>
<id>urn:sha1:4e3925ede4975433bed14429882f3212dd3e4144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-dirauth: Fix doc comment typo</title>
<updated>2026-08-03T12:57:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-08-03T12:57:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a251064aa5290f7442d3419b639fc063931e10d'/>
<id>urn:sha1:4a251064aa5290f7442d3419b639fc063931e10d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirauth: FilenameOrStdio: Remove a now-unused mut</title>
<updated>2026-07-30T14:46:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T14:40:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2d58b99150ae51df3e4d7ec2ebac7271030d8749'/>
<id>urn:sha1:2d58b99150ae51df3e4d7ec2ebac7271030d8749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirauth: FilenameOrStdio: Allow incremental writing</title>
<updated>2026-07-30T14:45:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T14:38:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5032c7c6337a1e6f44d164e25699ea1e90888fbb'/>
<id>urn:sha1:5032c7c6337a1e6f44d164e25699ea1e90888fbb</id>
<content type='text'>
The calling convention for compute-mds will be easiest to implement if
we can write to the two output files in parallel.

So provide `start_writing` giving a `Writing`.

Unfortuantely this commit has quite a bit of reorganisation which is
difficult to make into something easily reviewable.
</content>
</entry>
<entry>
<title>tor-dirauth: FilenameOrStdio: Allow incremental writing (pre-fmt)</title>
<updated>2026-07-30T14:44:13Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T14:33:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfc1878c49fe98b4a2ff0f7febf669dd92c65763'/>
<id>urn:sha1:dfc1878c49fe98b4a2ff0f7febf669dd92c65763</id>
<content type='text'>
This makes the next commit infinitesimally less confusing.
</content>
</entry>
<entry>
<title>arti-dirauth: FilenameOrStdio: Break out convert_error</title>
<updated>2026-07-30T14:39:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T14:35:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06005d3f72648143eff79fa0e6ed8a32163842d0'/>
<id>urn:sha1:06005d3f72648143eff79fa0e6ed8a32163842d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-dirauth: FilenameOrStdio: Rename p to main</title>
<updated>2026-07-30T14:37:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T14:04:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=331a0e018cf31a120118637139fbfa3933ffe621'/>
<id>urn:sha1:331a0e018cf31a120118637139fbfa3933ffe621</id>
<content type='text'>
This is a better name, and will suit us better when we reorganise this
code to allow incremental writing.
</content>
</entry>
</feed>
