<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/main.rs, branch arti-v1.6.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.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>Temporarily suppress mismatched_lifetime_syntaxes.</title>
<updated>2025-07-07T15:50:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T15:50:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a11b611466a5a73f5e06a0aabd17284a57d12fe3'/>
<id>urn:sha1:a11b611466a5a73f5e06a0aabd17284a57d12fe3</id>
<content type='text'>
See #2060.
</content>
</entry>
<entry>
<title>arti-relay: fix rust/clippy lints</title>
<updated>2025-01-14T15:14:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-13T19:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=407a1f3a3e7543b5f6e1cc6df19ebdbcbad3ac51'/>
<id>urn:sha1:407a1f3a3e7543b5f6e1cc6df19ebdbcbad3ac51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: add rust/clippy lints</title>
<updated>2025-01-14T15:14:09Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-13T18:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=327d544907779979450b9939f4e52aec9353596e'/>
<id>urn:sha1:327d544907779979450b9939f4e52aec9353596e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: don't use environment var in `Mistrust`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-13T17:16:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c1f362f8a2bb48e046c1c9f81a704933dd5e6cf'/>
<id>urn:sha1:0c1f362f8a2bb48e046c1c9f81a704933dd5e6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: add basic placeholder logger</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T20:01:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ddb867a5c184f35d00de89e44f5e7846fe22808'/>
<id>urn:sha1:3ddb867a5c184f35d00de89e44f5e7846fe22808</id>
<content type='text'>
This is probably not what the final logger would look like, but it's a
fine placeholder for now.
</content>
</entry>
<entry>
<title>arti-relay: add config loading</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T20:00:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88ffae31eee684a5a41bfa888b3506e1e64d5e13'/>
<id>urn:sha1:88ffae31eee684a5a41bfa888b3506e1e64d5e13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: make `main` a wrapper around a `main_main`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T19:49:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=383d238455b951916fa7d4b7616ace9ea29f7d94'/>
<id>urn:sha1:383d238455b951916fa7d4b7616ace9ea29f7d94</id>
<content type='text'>
This makes it more similar to arti.
</content>
</entry>
<entry>
<title>arti-relay: `TorRelay` takes a `CfgPathResolver`</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T18:09:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5024743a90c10c9a4d865f2de87296ba962ef1d9'/>
<id>urn:sha1:5024743a90c10c9a4d865f2de87296ba962ef1d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-relay: remove relay builder</title>
<updated>2025-01-13T17:44:34Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-08T17:54:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55008e3db494ba1a298390289161af704021c333'/>
<id>urn:sha1:55008e3db494ba1a298390289161af704021c333</id>
<content type='text'>
This is a bunch of boilerplate code that we don't currently need, and
may not need in the future since we don't need to provide a lot of
library-API-level customization for `TorRelay` like we do with
`TorClient`.
</content>
</entry>
</feed>
