<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples, branch arti-v1.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-27T16:43:24Z</updated>
<entry>
<title>Fix complaints from "cargo sort"</title>
<updated>2025-08-27T16:43:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T16:43:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cdad27f2bdd0c67c6675c8a582bfca2a40376a7b'/>
<id>urn:sha1:cdad27f2bdd0c67c6675c8a582bfca2a40376a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "fixup-features"</title>
<updated>2025-08-27T16:42:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T16:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf1c8592b74c3e34bdfa1489f91b4039707e3cd3'/>
<id>urn:sha1:bf1c8592b74c3e34bdfa1489f91b4039707e3cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update webpki-roots dependency to 1.0.2</title>
<updated>2025-08-26T19:39:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-26T19:39:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=18f31fc12868197e34f6ccb771f463125687ad68'/>
<id>urn:sha1:18f31fc12868197e34f6ccb771f463125687ad68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move the `stream` module under `client` (breaking).</title>
<updated>2025-08-18T16:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-18T15:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=702e7276898d3f31e22033c5b64fea91703f3701'/>
<id>urn:sha1:702e7276898d3f31e22033c5b64fea91703f3701</id>
<content type='text'>
The `stream` module is client-specific, for the most part, so I am
moving it under `client`. Later on, we will factor out the parts that
can be shared with the relay implementation.

Note: this is a breaking change as the deleted `stream` module was
`pub`. We could've kept the module and reexported from it the public
types from `tor_proto::client::stream`, but I think it's better to have
this `client` namespacing, because it makes the separation between the
client and relay parts clearer.
</content>
</entry>
<entry>
<title>hyper-examples: Run rustfmt</title>
<updated>2025-08-11T12:05:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-11T12:05:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0f1237b0825cae317291e64487182bfe1e5cdc3'/>
<id>urn:sha1:c0f1237b0825cae317291e64487182bfe1e5cdc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into !2941</title>
<updated>2025-08-11T11:57:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-11T11:57:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d13be7eea65fb009511ad4e6a6600b3d222ef443'/>
<id>urn:sha1:d13be7eea65fb009511ad4e6a6600b3d222ef443</id>
<content type='text'>
Conflicts:
	examples/hyper/hyper-http-client-example/Cargo.toml
	examples/hyper/hyper-http-hs-example/Cargo.toml

In both cases, just the change of edition, which I have applied to
	examples/hyper-examples/Cargo.toml
instead.
</content>
</entry>
<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>obfs4-checker: do not enable tor-proto/experimental.</title>
<updated>2025-08-06T15:55:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T15:55:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a2d06cf94f2d09077bb86f1b7b62e7e22c4a34f1'/>
<id>urn:sha1:a2d06cf94f2d09077bb86f1b7b62e7e22c4a34f1</id>
<content type='text'>
1. In general, it is always wrong to unconditionally depend on
   "experimental".  Instead, a crate should depend on the particular
   experimental features it needs (if any).

2. obfs4-checker does not appear to need tor-proto/experimental
   any longer.
</content>
</entry>
<entry>
<title>proto: abolish path_ref() in favor of all_paths().</title>
<updated>2025-08-05T18:23:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-18T17:28:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2610fe21fc394f4cdb6cd1a91ba9d2ad72aadb01'/>
<id>urn:sha1:2610fe21fc394f4cdb6cd1a91ba9d2ad72aadb01</id>
<content type='text'>
Until now, we've been using `ClientCirc::path_ref()` to get the *only*
path of a circuit. Now that `ClientCirc` is a handle to a tunnel reactor
(which may or may not be multi-path), we need to decide for each call
site of `path_ref()`, if we actually want *all* paths in the tunnel, or
if we expect the tunnel to be single-path and thus want the *only* path
in the tunnel.

I've added two new APIs to address this: `all_paths()`, for getting all
the paths in the tunnel, and `single_path()` for getting the only path
in the tunnel, or an error if the tunnel is single-path.
</content>
</entry>
<entry>
<title>arti-client: Use the new Tunnel interface</title>
<updated>2025-08-05T18:23:02Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-06-17T19:35:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46bdd7b8e049aeb479cdae4571d650555e2fc1ff'/>
<id>urn:sha1:46bdd7b8e049aeb479cdae4571d650555e2fc1ff</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
</feed>
