<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src/transport, branch arti-v1.7.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.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-09-24T19:23:32Z</updated>
<entry>
<title>opentelemetry: Add some instrument macros.</title>
<updated>2025-09-24T19:23:32Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-09-16T13:25:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e21ebd3793d497429ba7c8c437b346a9a2833407'/>
<id>urn:sha1:e21ebd3793d497429ba7c8c437b346a9a2833407</id>
<content type='text'>
I've added these in places that are useful for the debugging that I've
been doing.
</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>tor-socksproto: Handle 0-byte reads (EOF) correctly</title>
<updated>2024-10-01T12:57:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-25T18:14:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=369391a58cbddac054b494ac53bdd7973610994a'/>
<id>urn:sha1:369391a58cbddac054b494ac53bdd7973610994a</id>
<content type='text'>
This restores the functionality of
  socks users: detect closed sockets.
  0c595818f713916d94b7b0e4062f953fad7c9799
which we reverted as part of rebasing this branch onto main.
</content>
</entry>
<entry>
<title>tor-chanmgr: Use new tor-socksproto API (fmt)</title>
<updated>2024-10-01T12:57:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-19T15:51:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7489c18de1f564136de43b906621a28abb715caf'/>
<id>urn:sha1:7489c18de1f564136de43b906621a28abb715caf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr: Use new tor-socksproto API</title>
<updated>2024-10-01T12:57:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-19T15:08:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46e06a3c08351c3855dbe056b9ac0e6ad21cbf3f'/>
<id>urn:sha1:46e06a3c08351c3855dbe056b9ac0e6ad21cbf3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply deferred rustfmt churn</title>
<updated>2024-10-01T12:54:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-19T12:50:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2e1b4bcc8a8f1dca4cc2d8cba60700fecb19976'/>
<id>urn:sha1:c2e1b4bcc8a8f1dca4cc2d8cba60700fecb19976</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-socksproto: Move `handshake` to be a trait method</title>
<updated>2024-10-01T12:54:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-12T14:51:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e496795b0583ff5d09e436ac7b00eb18beea1f0'/>
<id>urn:sha1:2e496795b0583ff5d09e436ac7b00eb18beea1f0</id>
<content type='text'>
This deduplicates some docs and eliminates the two wrapper functiosn
for `run_handshake`, which is now just `handshake`.

We're going to make other API breaks too, and this isn't going to be
the primary API, so we might as well do this.

Proper description of the semver breakage will come at the end when
it's all done.
</content>
</entry>
<entry>
<title>Revert "socks users: detect closed sockets."</title>
<updated>2024-10-01T12:51:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-25T18:18:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=844fc25f501729256ce8fbc63c5c1b48fa82f1aa'/>
<id>urn:sha1:844fc25f501729256ce8fbc63c5c1b48fa82f1aa</id>
<content type='text'>
This reverts commit 0c595818f713916d94b7b0e4062f953fad7c9799.
</content>
</entry>
<entry>
<title>Revert "socks users: copy the correct amount in our drain logic."</title>
<updated>2024-10-01T12:51:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-25T18:02:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f2f4a69699e702637452e50d4440584715ab6bd'/>
<id>urn:sha1:2f2f4a69699e702637452e50d4440584715ab6bd</id>
<content type='text'>
This reverts commit dceeb82f7d1154894ab9c7c607d68f8335bb9615.
</content>
</entry>
<entry>
<title>socks users: copy the correct amount in our drain logic.</title>
<updated>2024-09-24T20:55:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-24T20:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dceeb82f7d1154894ab9c7c607d68f8335bb9615'/>
<id>urn:sha1:dceeb82f7d1154894ab9c7c607d68f8335bb9615</id>
<content type='text'>
When calling copy_within, we want to copy the amount of data that
we're keeping; previously, we were copying an extra `action.drain`
bytes, which could have led to a panic.

Spotted by Opara.
</content>
</entry>
</feed>
