<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay, 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 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>relay: Keep desc publisher idle until encoding is implemented</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T14:52:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e813de2d37bcc9ac9bbfdcce373ee2001c56f28a'/>
<id>urn:sha1:e813de2d37bcc9ac9bbfdcce373ee2001c56f28a</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Make build_descriptor() return Arc&lt;str&gt;</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T14:49:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5cda15e8b25ab56c30b5669746ac6e94cc6e3416'/>
<id>urn:sha1:5cda15e8b25ab56c30b5669746ac6e94cc6e3416</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Add needeed changes to dirmirror todo comment</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T12:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b44c1312af22f0996bcd3194f20234b088bc48ee'/>
<id>urn:sha1:b44c1312af22f0996bcd3194f20234b088bc48ee</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Get rid of our custom relay desc uploader</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-28T12:47:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b00672d9b1606615f58245d8667221d29c4e8306'/>
<id>urn:sha1:b00672d9b1606615f58245d8667221d29c4e8306</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Use mpsc_channel_no_memquota for tasks' queue</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-27T18:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b82b7aebd3a06a732df00512e7394d3e3a63109'/>
<id>urn:sha1:4b82b7aebd3a06a732df00512e7394d3e3a63109</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Move authorities ownership to TorRelay</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-27T17:56:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=809945c3655e555f611156e6a899c7b0e140b726'/>
<id>urn:sha1:809945c3655e555f611156e6a899c7b0e140b726</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Adjust the try_send() error message</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-27T17:50:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04fba032ebd27ccfa31e3dfa836dc9381a3f0114'/>
<id>urn:sha1:04fba032ebd27ccfa31e3dfa836dc9381a3f0114</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>relay: Use warn_report on crypto task command failure</title>
<updated>2026-07-28T15:49:21Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-07-27T17:47:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdce0568ad203c168a64e8fc91cef1f2ca83681f'/>
<id>urn:sha1:bdce0568ad203c168a64e8fc91cef1f2ca83681f</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
