<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit, branch arti-v1.3.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-11-19T12:17:50Z</updated>
<entry>
<title>tor-proto: Fix typo in streammap docs.</title>
<updated>2024-11-19T12:17:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-19T10:51:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af40803111beec73ffeb3b535ab789535eac7242'/>
<id>urn:sha1:af40803111beec73ffeb3b535ab789535eac7242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Document RecvWindow::take more accurately.</title>
<updated>2024-11-04T18:12:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-04T17:49:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=893cb0df75070b59886e897ed4c3b514cf151983'/>
<id>urn:sha1:893cb0df75070b59886e897ed4c3b514cf151983</id>
<content type='text'>
The docs here seem wrong, so I am updating them.
</content>
</entry>
<entry>
<title>Apply deferred rustfmt churn</title>
<updated>2024-10-09T17:21:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-09T17:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fafe03628c3a6f670b052cfa8ac782843d72ea1a'/>
<id>urn:sha1:fafe03628c3a6f670b052cfa8ac782843d72ea1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>memquota: Introduce type aliases for channel-&gt;circuit RX queue</title>
<updated>2024-10-09T17:19:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-09T16:43:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6fd94b3d2547d54aa4e9bf5282f72064c6a6ef3f'/>
<id>urn:sha1:6fd94b3d2547d54aa4e9bf5282f72064c6a6ef3f</id>
<content type='text'>
This is neater and will make changing the type (in a moment) less
noisy.
</content>
</entry>
<entry>
<title>memquota: impl HasMemoryCost for ClientCircChanMsg</title>
<updated>2024-10-09T17:19:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-09T16:28:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7549f7c67f06e334b85fedac041b6af48bb5233'/>
<id>urn:sha1:f7549f7c67f06e334b85fedac041b6af48bb5233</id>
<content type='text'>
We'll need this in a moment.
</content>
</entry>
<entry>
<title>tor-proto: Make incoming stream requests participate in memquota</title>
<updated>2024-10-03T14:10:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-01T17:35:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73f943bbde00beab1dd13816c2e4d96ffb25a968'/>
<id>urn:sha1:73f943bbde00beab1dd13816c2e4d96ffb25a968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Implement HasMemoryCost for StreamReqInfo</title>
<updated>2024-10-03T14:10:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-26T18:59:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d45365f3097702cfd8620452b542b134f8049793'/>
<id>urn:sha1:d45365f3097702cfd8620452b542b134f8049793</id>
<content type='text'>
This is necessarily a bit fudged, since a StreamReqInfo is full of
exciting things like ends of other MPSC queues.
</content>
</entry>
<entry>
<title>tor-proto: Make stream queues participate in memquota</title>
<updated>2024-10-03T14:10:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-01T17:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=12249b043325adfcdac117a31dd20304dbd6886d'/>
<id>urn:sha1:12249b043325adfcdac117a31dd20304dbd6886d</id>
<content type='text'>
Change the typss of StreamMpscSender and StreamMpscReceiver.
</content>
</entry>
<entry>
<title>tor-proto: Put a StreamAccount in DataStream etc.</title>
<updated>2024-10-03T14:10:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T15:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b97ce4ee6d9f7eb42646f870feb7bde42001ad6'/>
<id>urn:sha1:7b97ce4ee6d9f7eb42646f870feb7bde42001ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Put a CircuitAccount in ClientCirc and circuit::Reactor</title>
<updated>2024-10-03T14:10:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-02T15:35:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=314a5c14c9aa1a3f650ce6d527f4f7f49ae868ec'/>
<id>urn:sha1:314a5c14c9aa1a3f650ce6d527f4f7f49ae868ec</id>
<content type='text'>
</content>
</entry>
</feed>
