<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch arti-v2.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-05-27T12:05:52Z</updated>
<entry>
<title>Give resolve_return_results options to control output_tree.</title>
<updated>2026-05-27T12:05:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-05-19T13:25:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8559c5df2c487df7f882ca762ea70faef7450414'/>
<id>urn:sha1:8559c5df2c487df7f882ca762ea70faef7450414</id>
<content type='text'>
I've left the options here as booleans, but moved them into a
struct.  (IMO, booleans are at their riskiest when they are passed
as function arguments, and much less risky when they are used as
struct fields.)
</content>
</entry>
<entry>
<title>Move metrics config types to tor-config.</title>
<updated>2026-05-26T15:47:40Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-05-12T21:50:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e1fa3995ed7e247aa63483c6c39653b6059ab529'/>
<id>urn:sha1:e1fa3995ed7e247aa63483c6c39653b6059ab529</id>
<content type='text'>
This will allow these types to be shared by arti and arti-relay.

This does change these types from being behind the experimental-api
flag. I think this is okay, as tor-config is not a stable crate anyways,
but it's worth keeping in mind.

There is also an argument to be made for having two separate types, one
in arti and one in arti-relay, as we do for LoggingConfig. I think that
using a single type has benefits, and we should strive to eventually
merge the LoggingConfigs, for instance, and perhaps other types, but it
doesn't seem critical in either direction at the moment.
</content>
</entry>
<entry>
<title>Merge branch 'no-version-override' into 'main'</title>
<updated>2026-05-21T19:24:26Z</updated>
<author>
<name>wesleyac</name>
<email>wesleyac@torproject.org</email>
</author>
<published>2026-05-21T19:24:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f1f46a933779c111fda1220735bb9aae218b7b4'/>
<id>urn:sha1:3f1f46a933779c111fda1220735bb9aae218b7b4</id>
<content type='text'>
Remove `use_obsolete_software`.

Closes #1960

See merge request tpo/core/arti!3995</content>
</entry>
<entry>
<title>Merge branch 'socket-buf-size' into 'main'</title>
<updated>2026-05-21T18:29:42Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T18:29:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f27830adb14823cb1d27a5d55265e69eb2cc313'/>
<id>urn:sha1:7f27830adb14823cb1d27a5d55265e69eb2cc313</id>
<content type='text'>
Set socket buffer sizes (`SO_SNDBUF` and `SO_RCVBUF`) for proxy sockets

Closes #2500

See merge request tpo/core/arti!3957</content>
</entry>
<entry>
<title>arti: Reformat reload_cfg.rs and cfg.rs</title>
<updated>2026-05-18T15:53:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-05-12T13:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1dbb83773ae82d2e5a03b33b2d9f529a8caede4'/>
<id>urn:sha1:f1dbb83773ae82d2e5a03b33b2d9f529a8caede4</id>
<content type='text'>
This is _just_ the results of a rustfmt invocation on this file.

Due to #2532, these modules were getting overlooked by our regular
rustfmt checks.  I'm planning to circle back later on and fix #2532,
but for now, reformatting these files will make future edits cleaner.
</content>
</entry>
<entry>
<title>Remove `use_obsolete_software`.</title>
<updated>2026-05-14T15:34:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-05-14T15:34:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc854340a9d27f60031b0e7bc1c81752e4ba905e'/>
<id>urn:sha1:cc854340a9d27f60031b0e7bc1c81752e4ba905e</id>
<content type='text'>
Discussion on #1960 suggests that this option is not a good idea:
it encourages developers to work around deliberate signals that the
software they're shipping won't work on the network.

Closes #1960.
</content>
</entry>
<entry>
<title>circmgr: Add config option for the HsDir requery period</title>
<updated>2026-05-07T18:11:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-30T09:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01d51cf4777b3d74dc640ac0e444f63758b3f057'/>
<id>urn:sha1:01d51cf4777b3d74dc640ac0e444f63758b3f057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: add 'proxy.socket_{send,recv}_buf_size' config options</title>
<updated>2026-05-07T15:05:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-07T01:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=431856d7fa2c10b85b4eb2deedfb09f2ebc361aa'/>
<id>urn:sha1:431856d7fa2c10b85b4eb2deedfb09f2ebc361aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement syslog support</title>
<updated>2026-04-28T13:08:15Z</updated>
<author>
<name>Andrew Kloet</name>
<email>andrew@kloet.net</email>
</author>
<published>2026-04-28T13:08:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e92e2323060b7e87c028960f87ae12b9c0b4cea'/>
<id>urn:sha1:9e92e2323060b7e87c028960f87ae12b9c0b4cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feature-gate the proxy.enable_http_connect option</title>
<updated>2026-03-26T17:52:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T17:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5a56736f4567c7803083d959d71377536196893'/>
<id>urn:sha1:b5a56736f4567c7803083d959d71377536196893</id>
<content type='text'>
</content>
</entry>
</feed>
