<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch arti-v1.3.1</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.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-11-04T14:58:43Z</updated>
<entry>
<title>tor-config: removed re-export of `CfgPath`</title>
<updated>2024-11-04T14:58:43Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-10-29T19:55:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b3e0f89c04fed10436f6437b852d6c9671be7df'/>
<id>urn:sha1:6b3e0f89c04fed10436f6437b852d6c9671be7df</id>
<content type='text'>
Also updated other packages to get `CfgPath` directly from
`tor-config-path' instead of 'tor-config'.
</content>
</entry>
<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>tor-keymgr: Move C Tor keystore configs under ctor key.</title>
<updated>2024-10-08T14:19:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-10-08T14:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4b6fcfa889b23abc34a65c092b5127ee3216c10'/>
<id>urn:sha1:a4b6fcfa889b23abc34a65c092b5127ee3216c10</id>
<content type='text'>
This way we have a more intuitive layout, where all C Tor keystore
configuration is under the `ctor` key.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2481#note_3090486
</content>
</entry>
<entry>
<title>tor-keymgr: Add configuration for C Tor client keystores.</title>
<updated>2024-10-08T13:25:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-27T16:04:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5143a0e45e710824718ed7b2ce1b9ae2c94c8c85'/>
<id>urn:sha1:5143a0e45e710824718ed7b2ce1b9ae2c94c8c85</id>
<content type='text'>
This is intentionally partially mis-indented to make this more
reviewable (in case the reviewer isn't using `ignore-all-space`).
</content>
</entry>
<entry>
<title>arti-client: Use the configured C Tor keystores, if any.</title>
<updated>2024-10-08T13:25:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-24T18:30:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3265567c74af8f147686dec80be15d06ea1f5623'/>
<id>urn:sha1:3265567c74af8f147686dec80be15d06ea1f5623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Add configuration for C Tor service keystores.</title>
<updated>2024-10-08T13:23:17Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-20T10:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc5ef1501aef4c6a7743a70917bca8003c6862da'/>
<id>urn:sha1:fc5ef1501aef4c6a7743a70917bca8003c6862da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'warn_on_nonlocal' into 'main'</title>
<updated>2024-10-01T13:17:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-01T13:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4d9b75d446e670fc6ff3030fc1603cbde4a7a10'/>
<id>urn:sha1:c4d9b75d446e670fc6ff3030fc1603cbde4a7a10</id>
<content type='text'>
Warn on nonlocal addresses in configuration, PT results

See merge request tpo/core/arti!2454</content>
</entry>
</feed>
