<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/proxy/socks.rs, branch arti-v2.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-31T00:15:39Z</updated>
<entry>
<title>Replace copy_interactive with futures-copy.</title>
<updated>2025-10-31T00:15:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-31T00:15:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=12b2913d4a50353223ebe5a3200614dc3dfcb13b'/>
<id>urn:sha1:12b2913d4a50353223ebe5a3200614dc3dfcb13b</id>
<content type='text'>
This change lets us avoid spawning extra tasks (due to one-direction
nature of copy_interactive), and avoid some lock contention (due to
use of AsyncReadExt::split).

Addresses part of #786.
</content>
</entry>
<entry>
<title>arti: Remove now-needless cognitive_complexity exceptions</title>
<updated>2025-10-28T13:50:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T13:50:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa8f5e0612d42ed74bd6013e0379a5dcdf5cdca3'/>
<id>urn:sha1:aa8f5e0612d42ed74bd6013e0379a5dcdf5cdca3</id>
<content type='text'>
Apparently the http_connect refactoring made these no longer
trigger.

Closes #2226
</content>
</entry>
<entry>
<title>http_connect: Provide better status codes for ErrorKinds.</title>
<updated>2025-10-28T12:25:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T17:23:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69c76a660cb073576dbc0c8f09646138c3a4d5a2'/>
<id>urn:sha1:69c76a660cb073576dbc0c8f09646138c3a4d5a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Detect proxy protocol _before_ starting SOCKS.</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T14:44:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0c854bf7e5e69ed4c17abbcc5ccfb8614b75eaf'/>
<id>urn:sha1:b0c854bf7e5e69ed4c17abbcc5ccfb8614b75eaf</id>
<content type='text'>
This will let us speak HTTP CONNECT as well; there is a stub
for initiating an http proxy.
</content>
</entry>
<entry>
<title>arti: Pass a buffered stream to handle_socks_conn</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-22T14:22:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3a72a8ae8b7fa199a4a4bc291397b22e073882e'/>
<id>urn:sha1:f3a72a8ae8b7fa199a4a4bc291397b22e073882e</id>
<content type='text'>
This will let us implement bilingual HTTP proxies.
</content>
</entry>
<entry>
<title>arti: Renaming around socks/generic proxies</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-16T19:15:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=444834c608103cb5a0de9403a728a9cb67f0d8cd'/>
<id>urn:sha1:444834c608103cb5a0de9403a728a9cb67f0d8cd</id>
<content type='text'>
This is _all_ renaming and comment adjustments.
</content>
</entry>
<entry>
<title>arti: Split socks-specific parts out of handle_socks_conn</title>
<updated>2025-10-28T12:25:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-16T17:51:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17490189b8267b7a96609143826f1315b97e59d5'/>
<id>urn:sha1:17490189b8267b7a96609143826f1315b97e59d5</id>
<content type='text'>
We want to abstract every part of this code that knows that it's
speaking SOCKS, so that we can in turn add a new proxy type.

Note that several methods and types here have names that are no
longer appropriate for their functionality.  I'll revise those in a
later commit.
</content>
</entry>
</feed>
