<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/cfg.rs, branch arti-v2.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-26T17:52:39Z</updated>
<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>
<entry>
<title>arti: Add an option to disable http_connect.</title>
<updated>2026-03-25T12:28:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-25T12:28:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6aae36af784306c258174f032f13775855774dbc'/>
<id>urn:sha1:6aae36af784306c258174f032f13775855774dbc</id>
<content type='text'>
This option affects all socks listeners, because:

- We don't have a convenient way to associate an option with each
  port.
- The main purpose of having this option is as a switch in case we
  discover a major problem with this code.
</content>
</entry>
<entry>
<title>arti: Fix some visibility-based compilation errors.</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-19T14:45:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8b64e73cd8fb17a2b67d5d4a0c0a50c3133f08c4'/>
<id>urn:sha1:8b64e73cd8fb17a2b67d5d4a0c0a50c3133f08c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Migrate top-level configuration to dd(TorConfig).</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-18T15:56:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80aa970d7e8edcd61053c3b70b8f1ae23d77b3ea'/>
<id>urn:sha1:80aa970d7e8edcd61053c3b70b8f1ae23d77b3ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: remove `resolve_listen_port!` macro</title>
<updated>2026-01-30T02:36:23Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-30T02:02:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7050faf87709ac99403813ac4d7d5ef0df60f4a1'/>
<id>urn:sha1:7050faf87709ac99403813ac4d7d5ef0df60f4a1</id>
<content type='text'>
I'm undecided whether we want to keep `resolve_alternative_specs`
around, but it seems possible/likely that we'll want it in the future,
so I think we can keep it.
</content>
</entry>
<entry>
<title>arti: remove deprecated `proxy.dns_port` config option</title>
<updated>2026-01-30T02:36:23Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-30T01:58:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33a382d3fff65ef8ad7980cb1a613b94d2b28e83'/>
<id>urn:sha1:33a382d3fff65ef8ad7980cb1a613b94d2b28e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: remove deprecated `proxy.socks_port` config option</title>
<updated>2026-01-30T02:35:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-30T01:48:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f2ce9c6f1c6fa05a7d55bd761d8ed42fcc25b34'/>
<id>urn:sha1:5f2ce9c6f1c6fa05a7d55bd761d8ed42fcc25b34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: small changes to socks/dns listen config tests</title>
<updated>2026-01-30T02:27:56Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-30T02:23:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f8929b21d5ee706f349600b3cbf4b5f4fba701c'/>
<id>urn:sha1:2f8929b21d5ee706f349600b3cbf4b5f4fba701c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: relax '_listen'/'_port' config compat tests</title>
<updated>2026-01-30T02:17:30Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-30T02:17:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fb7ecaa3383d32b59c594702dba46c90404b515'/>
<id>urn:sha1:2fb7ecaa3383d32b59c594702dba46c90404b515</id>
<content type='text'>
This is in preparation for removing the `listen_port` and `dns_port`
config options.
</content>
</entry>
<entry>
<title>arti: Resolve unreachable-pub warnings.</title>
<updated>2026-01-13T17:04:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-13T14:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2a81693f81fbc759dd1e6aab29dc9cd705e3cca'/>
<id>urn:sha1:e2a81693f81fbc759dd1e6aab29dc9cd705e3cca</id>
<content type='text'>
</content>
</entry>
</feed>
