<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src, branch arti-v1.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-10-22T13:26:52Z</updated>
<entry>
<title>tor-memquota: Declare memquota feature stable, and default</title>
<updated>2024-10-22T13:26:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T13:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=faf1ddc9ad4398f4b0563e2a601cca494266dc74'/>
<id>urn:sha1:faf1ddc9ad4398f4b0563e2a601cca494266dc74</id>
<content type='text'>
And document the Cargo features.

This compiles in the memquota support for people who depend directly
on tor-memquota.  But all our in-tree dependencies turn off default
features, so this doesn't have any effect for in-tree crates.
</content>
</entry>
<entry>
<title>arti cfg tests: Clarify here and there</title>
<updated>2024-10-22T13:25:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-22T12:28:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f62b31991b8bacd47e195579e5b2dd5ecf157ed'/>
<id>urn:sha1:3f62b31991b8bacd47e195579e5b2dd5ecf157ed</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2561#note_3097443
</content>
</entry>
<entry>
<title>arti cfg tests: Fix typo</title>
<updated>2024-10-22T13:25:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-22T12:26:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2eafbbde9b8ba799acd8bd4849903cb4dff0de20'/>
<id>urn:sha1:2eafbbde9b8ba799acd8bd4849903cb4dff0de20</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2561#note_3097442
</content>
</entry>
<entry>
<title>minimal features test: Introduce new --cfg arti_features_precise</title>
<updated>2024-10-22T13:25:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T17:47:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46ec16ec47675803f76cc5910eed764d5ee37ca9'/>
<id>urn:sha1:46ec16ec47675803f76cc5910eed764d5ee37ca9</id>
<content type='text'>
Work around awkward cargo behaviour and allow us to more reliably test
disabled features, even if they're enabled by default at lower levels.
</content>
</entry>
<entry>
<title>rpcserver: Wrap InvokeError as internal error</title>
<updated>2024-10-17T19:19:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-16T17:46:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e2bb09579f862c9b3ce5c4757d920c63f8745a9'/>
<id>urn:sha1:8e2bb09579f862c9b3ce5c4757d920c63f8745a9</id>
<content type='text'>
I'm about to remove HasKind from InvokeError, which would otherwise
break this code.

These errors are all in fact internal errors, since in this context
they can only stem from incorrectly formed calls to
`invoke_special_method`.
</content>
</entry>
<entry>
<title>Merge branch 'dead' into 'main'</title>
<updated>2024-10-17T15:36:12Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2024-10-17T15:36:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c181712527fa0f9362bc699f150e2ce7649427f1'/>
<id>urn:sha1:c181712527fa0f9362bc699f150e2ce7649427f1</id>
<content type='text'>
Disable a lot of dead code warnings and add a default-runtime feature in arti

See merge request tpo/core/arti!2551</content>
</entry>
<entry>
<title>Disable a lot of dead code warnings</title>
<updated>2024-10-17T10:25:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-16T14:27:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=107ad43db8b7d619f5076ab37c92dcce7a25c223'/>
<id>urn:sha1:107ad43db8b7d619f5076ab37c92dcce7a25c223</id>
<content type='text'>
Now
  cargo check --workspace --no-default-features --all-targets
  cargo build -p arti --no-default-features --features=memquota,tokio,native-tls
are both clean.
</content>
</entry>
<entry>
<title>Merge branch 'fs-watcher-poll' into 'main'</title>
<updated>2024-10-17T09:35:31Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-10-17T09:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d0f1dde5677c7af506da5ddceb4c5618260d1a4'/>
<id>urn:sha1:7d0f1dde5677c7af506da5ddceb4c5618260d1a4</id>
<content type='text'>
tor-config: Use a polling watcher on non-windows platforms that don't have inotify.

Closes #1644

See merge request tpo/core/arti!2547</content>
</entry>
<entry>
<title>arti: Add a warning about watch_configuration's performance issues.</title>
<updated>2024-10-17T08:58:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-10-17T08:58:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=977af1341b170eb9523f8cffaf82139926b8cd69'/>
<id>urn:sha1:977af1341b170eb9523f8cffaf82139926b8cd69</id>
<content type='text'>
Part of #1644
</content>
</entry>
<entry>
<title>tor-config: Document the limitations of the FileWatcher.</title>
<updated>2024-10-16T15:59:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-10-16T15:38:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=960ff90c2e595928389b2c8feaf2e052d7dc9f58'/>
<id>urn:sha1:960ff90c2e595928389b2c8feaf2e052d7dc9f58</id>
<content type='text'>
</content>
</entry>
</feed>
