<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/stream, 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-27T16:22:08Z</updated>
<entry>
<title>Apply 1 suggestion(s) to 1 file(s)</title>
<updated>2026-01-27T16:22:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-27T16:22:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5b7a1453c01d8f6eb0cfea31879d6305569fca7'/>
<id>urn:sha1:b5b7a1453c01d8f6eb0cfea31879d6305569fca7</id>
<content type='text'>
Co-authored-by: carti-it &lt;carti_it@proton.me&gt;</content>
</entry>
<entry>
<title>tor-proto: Report CircuitClosed on unexpected stream rx close</title>
<updated>2026-01-22T17:14:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-22T17:14:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=911b8c5aa46ebd707cc59949a1c66004efa39463'/>
<id>urn:sha1:911b8c5aa46ebd707cc59949a1c66004efa39463</id>
<content type='text'>
As near as I can tell, there are only three ways that the sender
corresponding to this rx can be dropped:
 - `StreamMap::terminate` because the stream object itself was
    dropped. (But see #2323.)
 - `StreamMap::close_stream` because an END message or similar
   has been received. (But see #2322.)
 - The `StreamMap` has been dropped.

The first two cases are already handled, and AFAICT the third can
only happen when the circuit hop closes.  That makes
`CircuitClosed` the appropriate error here, not `StreamProto`.

Part of a fix for #2304.
</content>
</entry>
<entry>
<title>proto: Fix docs post-refactoring</title>
<updated>2026-01-13T17:54:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-13T17:53:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf9ef8697171b996b4f6c0fa4a0e0c7df3927db1'/>
<id>urn:sha1:bf9ef8697171b996b4f6c0fa4a0e0c7df3927db1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Dedupe IncomingStreamRequestHandler</title>
<updated>2026-01-12T19:10:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-12T18:50:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=271603e38f5be23ae3ff756a18fb87406a933e9d'/>
<id>urn:sha1:271603e38f5be23ae3ff756a18fb87406a933e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Fix a number of newly broken doc links</title>
<updated>2025-11-24T17:03:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-20T14:37:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=56e0b40e5eb064881b6dd7ab95dd9b98ddaa6690'/>
<id>urn:sha1:56e0b40e5eb064881b6dd7ab95dd9b98ddaa6690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Adjust docs to refer to the new location of StreamReceiver</title>
<updated>2025-11-24T17:03:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-20T12:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfe5aab60eac9bbc678bef4742f6281d3c08447a'/>
<id>urn:sha1:cfe5aab60eac9bbc678bef4742f6281d3c08447a</id>
<content type='text'>
While we still re-export StreamReceiver from the client module, I want
to avoid importing it from there in the implementation-agnostic modules,
just to make it clearer we're not using client-specific types.
</content>
</entry>
<entry>
<title>proto: Move StreamComponents to top-level stream mod</title>
<updated>2025-11-24T16:47:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-12T11:46:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f07434974b39ca6430a88465149e85f659c93d5'/>
<id>urn:sha1:4f07434974b39ca6430a88465149e85f659c93d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move raw under top-level stream mod</title>
<updated>2025-11-24T16:47:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-12T11:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11f04c2f480826b4857c0722da03cfc3e621d437'/>
<id>urn:sha1:11f04c2f480826b4857c0722da03cfc3e621d437</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move StreamTarget to stream module</title>
<updated>2025-11-24T16:47:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-12T11:38:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1815ab9a0fedfc66d98ceac549fa2fe5fb023a8b'/>
<id>urn:sha1:1815ab9a0fedfc66d98ceac549fa2fe5fb023a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move StreamReqInfo to stream module</title>
<updated>2025-11-24T16:31:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-11T18:18:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97da9b52b03d80db3ae8d9c5eb12daa098ecd048'/>
<id>urn:sha1:97da9b52b03d80db3ae8d9c5eb12daa098ecd048</id>
<content type='text'>
</content>
</entry>
</feed>
