<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/proxy.rs, branch arti-v1.8.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.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-13T01:41:44Z</updated>
<entry>
<title>Fix compilation without all-features.</title>
<updated>2025-11-13T01:41:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-13T01:41:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9d83204cb222069385d995c73931e288317c8da8'/>
<id>urn:sha1:9d83204cb222069385d995c73931e288317c8da8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a notion of isolation strong enough to enable long-lived circuits.</title>
<updated>2025-11-12T15:00:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-30T16:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aeccee593f4a0a8375cd22186a3ac9eb3c5389e0'/>
<id>urn:sha1:aeccee593f4a0a8375cd22186a3ac9eb3c5389e0</id>
<content type='text'>
Part of prop368.
</content>
</entry>
<entry>
<title>all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`</title>
<updated>2025-11-05T03:39:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-11-05T03:00:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bfa9e986694b4fce0926dd21f309161e497ced8'/>
<id>urn:sha1:6bfa9e986694b4fce0926dd21f309161e497ced8</id>
<content type='text'>
</content>
</entry>
<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>Merge branch 'remove_socks' into 'main'</title>
<updated>2025-10-29T00:51:10Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-29T00:51:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd223074f082fdb5ae6683b98bdaf48d4dea47a8'/>
<id>urn:sha1:cd223074f082fdb5ae6683b98bdaf48d4dea47a8</id>
<content type='text'>
arti: Revise strings that implied that we were a SOCKS-only proxy.

Closes #2225

See merge request tpo/core/arti!3398</content>
</entry>
<entry>
<title>arti: explain APP_STREAM_BUF_LEN is what it is.</title>
<updated>2025-10-28T23:45:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T23:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=29e49e317e413abf32a008685e2d2de8fad10651'/>
<id>urn:sha1:29e49e317e413abf32a008685e2d2de8fad10651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Revise strings that implied that we were a SOCKS-only proxy.</title>
<updated>2025-10-28T14:11:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T14:11:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bbee97f872ad697603494513beeaf966dd4623e2'/>
<id>urn:sha1:bbee97f872ad697603494513beeaf966dd4623e2</id>
<content type='text'>
Closes #2225
</content>
</entry>
<entry>
<title>arti: Stop using SOCKS_BUF_LEN for non-SOCKS proxies.</title>
<updated>2025-10-28T13:59:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T13:59:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=18e6fb5f615fa2b7ad34217b1a5df262f91670b7'/>
<id>urn:sha1:18e6fb5f615fa2b7ad34217b1a5df262f91670b7</id>
<content type='text'>
</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: Remove (most) X- prefixes.</title>
<updated>2025-10-28T12:25:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-27T17:17:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ae5c6e43d164dcfb7409b273267d2d19bb8fac7'/>
<id>urn:sha1:3ae5c6e43d164dcfb7409b273267d2d19bb8fac7</id>
<content type='text'>
We can't remove them all, since X-Tor-Stream-Isolation is recognized
by C-Tor.  I've added a non-deprecated Tor-Stream-Isolation
that works indepenently.
</content>
</entry>
</feed>
