<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/lib.rs, branch arti-v2.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-24T13:05:39Z</updated>
<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: Port rpc 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:22:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e943f4a1441bb13c2c8590cb4a2c984c024273f5'/>
<id>urn:sha1:e943f4a1441bb13c2c8590cb4a2c984c024273f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow clippy::collapsible_if to trigger</title>
<updated>2026-02-16T15:22:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-09T11:49:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ade1d59e8e44c93b6ee447b72a2948a9652ec44e'/>
<id>urn:sha1:ade1d59e8e44c93b6ee447b72a2948a9652ec44e</id>
<content type='text'>
`clippy::collapsible_if` started triggering after bumping the MSRV to
1.88.

Since this triggers from a lot of places, and since there even are a
couple of instances where we explicitly allow `clippy::collapsible_ifs`,
I've opened #2342 for deciding what to do about it.
</content>
</entry>
<entry>
<title>arti: improve error message for invalid socks/dns port</title>
<updated>2026-02-02T19:00:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-02T19:00:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a45ea2ebeecee4ec0b74da1e6ba3babb7b1a40f'/>
<id>urn:sha1:8a45ea2ebeecee4ec0b74da1e6ba3babb7b1a40f</id>
<content type='text'>
Uses the standard clap error messages, for example:

```text
$ cargo run -p arti -- proxy -p 123a
error: invalid value '123a' for '-p &lt;PORT&gt;': invalid digit found in string

For more information, try '--help'.
```
</content>
</entry>
<entry>
<title>arti: improve help text for `-p` and `-d`</title>
<updated>2026-02-02T18:59:37Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-02-02T18:59:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa4d358dcc261f5bee53f5a61b6f40ccbb7c8798'/>
<id>urn:sha1:aa4d358dcc261f5bee53f5a61b6f40ccbb7c8798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Run script to add new warning</title>
<updated>2026-01-27T18:05:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-27T18:05:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a98faf72eb06b47700faeeac5a8a0dd0fc29b584'/>
<id>urn:sha1:a98faf72eb06b47700faeeac5a8a0dd0fc29b584</id>
<content type='text'>
This adds the lint to all our crates.
</content>
</entry>
<entry>
<title>Merge branch 'opaque_arti_2.0' into 'main'</title>
<updated>2026-01-15T18:51:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-15T18:51:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5a8270b0ff5488072d96ee5e45a5c85c077a37b4'/>
<id>urn:sha1:5a8270b0ff5488072d96ee5e45a5c85c077a37b4</id>
<content type='text'>
Make all non-main APIs in arti experimental.

Closes #2284, #2299, and #419

See merge request tpo/core/arti!3586</content>
</entry>
<entry>
<title>arti: call `tor_log_ratelim::install_runtime`</title>
<updated>2026-01-14T21:00:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-01-14T19:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=850ebdd14e14b68b9691c1252879cbd89ea4242b'/>
<id>urn:sha1:850ebdd14e14b68b9691c1252879cbd89ea4242b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: rename experimental-api "run" to "run_proxy".</title>
<updated>2026-01-13T17:04:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-13T14:04:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f9b52f2972befed202e4b9c3462593557514396f'/>
<id>urn:sha1:f9b52f2972befed202e4b9c3462593557514396f</id>
<content type='text'>
Or rather, un-rename it.  It's no longer a stable thing, so it
doesn't need to have this particular name.
</content>
</entry>
<entry>
<title>Make arti crate opaque by default</title>
<updated>2026-01-13T17:04:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-13T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5eaadb12476bf93f7233ea4f4c2198cf819610f'/>
<id>urn:sha1:c5eaadb12476bf93f7233ea4f4c2198cf819610f</id>
<content type='text'>
Only fn main() is now pub when experimental-api is disabled.

Closes #2284.
</content>
</entry>
</feed>
