<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src, branch arti-1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-26T16:55:05Z</updated>
<entry>
<title>Make filter conditional, to fix build with hs-service disabled.</title>
<updated>2024-03-26T16:55:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T13:13:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f39aadd7e40bc8502d0fddd066ccc3a9f00163e'/>
<id>urn:sha1:0f39aadd7e40bc8502d0fddd066ccc3a9f00163e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor and simplify ClientCircSyncView</title>
<updated>2024-03-26T16:55:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T13:05:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f997375bbe65599f46d85be7104a5868b304455'/>
<id>urn:sha1:3f997375bbe65599f46d85be7104a5868b304455</id>
<content type='text'>
With this patch, it holds only a reference to `&amp;reactor.hops`,
which greatly simplifies the reactor code's fight with the
borrow checker.

I've left some TODO comments about future directions here.
</content>
</entry>
<entry>
<title>Rename the old IncomingStreamRequestContext to StreamReqInfo.</title>
<updated>2024-03-26T16:55:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T12:51:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=500f7c562d0b28f3047fc5cee7cce34ee077517c'/>
<id>urn:sha1:500f7c562d0b28f3047fc5cee7cce34ee077517c</id>
<content type='text'>
(Doing this to prevent us having two structs with the same name.)
</content>
</entry>
<entry>
<title>Add an IncomingStreamRequestFilter to check early properties</title>
<updated>2024-03-26T16:55:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T15:39:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=25da33c91ccbd3ac266edf871925ee6a341d4729'/>
<id>urn:sha1:25da33c91ccbd3ac266edf871925ee6a341d4729</id>
<content type='text'>
Based on designs in #1124.

Note that there is a TODO here about a hack I had to do to appease
the borrow checker.
</content>
</entry>
<entry>
<title>Define a type for a synchronous (blocking) view of a circuit state.</title>
<updated>2024-03-26T16:55:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T14:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8a1c0af0e656643f7066ef0c8079c50aa982ad3'/>
<id>urn:sha1:d8a1c0af0e656643f7066ef0c8079c50aa982ad3</id>
<content type='text'>
We'll use this as an argument for the callback that checks stream
requests to make sure they're permitted.
</content>
</entry>
<entry>
<title>proto: Make StreamMap keep a count of open streams.</title>
<updated>2024-03-26T16:54:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T14:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=209d60af2757ba942835a5b34ecd840da2583ecd'/>
<id>urn:sha1:209d60af2757ba942835a5b34ecd840da2583ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Prevent general state-transitions on StreamEnt</title>
<updated>2024-03-26T16:54:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T14:28:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62d749c1eb7730eeb025885c7d7f86a0ac8c333a'/>
<id>urn:sha1:62d749c1eb7730eeb025885c7d7f86a0ac8c333a</id>
<content type='text'>
We want to keep an accurate count of the number of open streams, so
we have to stop exposing `&amp;mut StreamEnt` outside of the streammap
module.
</content>
</entry>
<entry>
<title>proto: Refactor circuit::streammap::StreamEnt</title>
<updated>2024-03-26T16:54:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-20T14:16:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ccc523b89d5ed37e76d8c2be43872d9127b8596'/>
<id>urn:sha1:3ccc523b89d5ed37e76d8c2be43872d9127b8596</id>
<content type='text'>
This is the first part of a refactoring that will let us keep code
from the outside of `streammap` from changing a stream from one
state to another.  And we need to do _that_ so that StreamMap can
count how many open streams it has.
</content>
</entry>
<entry>
<title>Push HandshakeRole down one level.</title>
<updated>2024-03-26T15:43:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T01:21:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=936f40ce97ae7c9af6a084188017a6874c3207a1'/>
<id>urn:sha1:936f40ce97ae7c9af6a084188017a6874c3207a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide spec links for relay crypto formats.</title>
<updated>2024-03-26T15:43:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-26T01:18:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a698fe499a23de2e54db9eb5afc4db3f5f1a4796'/>
<id>urn:sha1:a698fe499a23de2e54db9eb5afc4db3f5f1a4796</id>
<content type='text'>
</content>
</entry>
</feed>
