<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/examples/gsoc2023/pt-proxy/src, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-07-10T14:50:50Z</updated>
<entry>
<title>multiple crates: Fix clippy warnings</title>
<updated>2026-07-10T14:50:50Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-07-10T14:12:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1a50610f1fd134b16792ba32b30eb03a7e6b666'/>
<id>urn:sha1:c1a50610f1fd134b16792ba32b30eb03a7e6b666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'UpdateAPI' into 'main'"</title>
<updated>2026-02-09T14:13:41Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2026-02-09T14:13:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3cc019f017086202a04fec6bdc891a393819762d'/>
<id>urn:sha1:3cc019f017086202a04fec6bdc891a393819762d</id>
<content type='text'>
This reverts commit 645787d50df49806b238e8afa9b89b8a7dfc1dd0, reversing
changes made to 927b78ca8313d6f0fbc7291b526f1e1bd0b90afe.
</content>
</entry>
<entry>
<title>formatting fixed</title>
<updated>2026-02-06T10:26:43Z</updated>
<author>
<name>Nuhiat-Arefin</name>
<email>nuhiatarefin@gmail.com</email>
</author>
<published>2026-02-06T10:26:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5457dc6a491d059ffaf7c3b9374c9e3f657d0ee9'/>
<id>urn:sha1:5457dc6a491d059ffaf7c3b9374c9e3f657d0ee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update socks5 API</title>
<updated>2026-02-06T09:31:06Z</updated>
<author>
<name>Nuhiat-Arefin</name>
<email>nuhiatarefin@gmail.com</email>
</author>
<published>2026-02-06T09:31:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4a57ac169df3769179dbe13de09c22afa8f453b'/>
<id>urn:sha1:a4a57ac169df3769179dbe13de09c22afa8f453b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: Upgrade fast-socks5 to 1.0.0.</title>
<updated>2026-02-02T23:34:28Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T23:12:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48621ae372011351e82a4b71199ef5e4a580219a'/>
<id>urn:sha1:48621ae372011351e82a4b71199ef5e4a580219a</id>
<content type='text'>
One of the APIs we use, `Socks5Server`, is deprecated, and this commit
does not change to the new API. I don't plan to immediately rewrite this
to use the new API, as it seems nontrivial, but it still seems worth
updating.
</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>examples, fixup-features: use inline vars in format string</title>
<updated>2025-05-29T14:21:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-05-21T14:04:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c7fe185eac90b75ce3c0d4c58be53e7882e4025'/>
<id>urn:sha1:9c7fe185eac90b75ce3c0d4c58be53e7882e4025</id>
<content type='text'>
Nightly clippy now suggests this.
</content>
</entry>
<entry>
<title>pt-proxy example: Upgrade to fast-socks5 v0.9.1.</title>
<updated>2023-09-28T13:34:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-28T13:34:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e1bdc04140b4105b8e497f657f1181340a30b20'/>
<id>urn:sha1:1e1bdc04140b4105b8e497f657f1181340a30b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move examples to examples/gsoc2023</title>
<updated>2023-09-06T02:34:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-30T18:47:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0fc24b8373073fd6dc19663ae55f9a2859a9ce98'/>
<id>urn:sha1:0fc24b8373073fd6dc19663ae55f9a2859a9ce98</id>
<content type='text'>
</content>
</entry>
</feed>
