<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/proxy.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>2026-01-22T18:27:09Z</updated>
<entry>
<title>arti: Downgrade CircuitClosed to debug level.</title>
<updated>2026-01-22T18:27:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-22T18:27:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1af8d9f3b3d0ce60361da2064df5e97a3b9045fa'/>
<id>urn:sha1:1af8d9f3b3d0ce60361da2064df5e97a3b9045fa</id>
<content type='text'>
This isn't the long-term solution to error reporting and proxies,
but it is a start that we can work from.

Closes #2304.
</content>
</entry>
<entry>
<title>arti: Extract function to find a ProtoError source</title>
<updated>2026-01-22T17:27:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-22T17:27:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51c35c09535f523dc8a5ebd1be66634e4697c8b3'/>
<id>urn:sha1:51c35c09535f523dc8a5ebd1be66634e4697c8b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure that rpc_state_sender lives as long as the proxies.</title>
<updated>2026-01-12T20:04:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-12T19:28:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=572418264b53dd514a0a1aa9a686079b325290fc'/>
<id>urn:sha1:572418264b53dd514a0a1aa9a686079b325290fc</id>
<content type='text'>
Fixes bug introduced in 0cc367b9fef37c0f7d7f04d54c4687b27ef251d0.

Without this fix, RPC's get_proxy_info command wouldn't work.
</content>
</entry>
<entry>
<title>arti: Export the chosen ports in a ports_info.json file.</title>
<updated>2025-12-16T17:18:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-11T18:21:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a071dbd120e25f52c1f8b724bf6cc600e1f750d'/>
<id>urn:sha1:8a071dbd120e25f52c1f8b724bf6cc600e1f750d</id>
<content type='text'>
This allows applications to find out where arti is listening when
arti has been configured to listen with the port "auto".
</content>
</entry>
<entry>
<title>arti: Change how proxy futures are returned.</title>
<updated>2025-12-16T17:17:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-11T16:59:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0cc367b9fef37c0f7d7f04d54c4687b27ef251d0'/>
<id>urn:sha1:0cc367b9fef37c0f7d7f04d54c4687b27ef251d0</id>
<content type='text'>
Previously, the proxy and dns modules only had "be a proxy"
functions that ran forever.  Now they have functions that bind to
listeners and return a separate "be a proxy" future that runs
forever.

This lets us simplify some kludges in subcommands::proxy.  More
importantly, it will let us return the bound-to ports so that
subcommands::proxy can write them to disk.

This is a break in experimental-apis, which does not require a
semver change.
</content>
</entry>
<entry>
<title>arti: tweak docs, add TODOs with respect to Listener.</title>
<updated>2025-12-16T17:17:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-10T18:16:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17526d81caf5f1c1e4e04ab99d262fb60d8180c4'/>
<id>urn:sha1:17526d81caf5f1c1e4e04ab99d262fb60d8180c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Log the actual addresses we are listening on.</title>
<updated>2025-12-16T17:17:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-12-10T17:29:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65a2d03ff8153ded6d66b74290a04ed40895e836'/>
<id>urn:sha1:65a2d03ff8153ded6d66b74290a04ed40895e836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`</title>
<updated>2025-12-02T15:45:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-11-17T17:54:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c6c26435990de109a5a20c9b5e108b17336e2d8'/>
<id>urn:sha1:9c6c26435990de109a5a20c9b5e108b17336e2d8</id>
<content type='text'>
Assumes that 0.37.0 will be the next version number.
</content>
</entry>
<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>
</feed>
