<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit/reactor.rs, 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-10-09T17:21:09Z</updated>
<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>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>
<entry>
<title>Merge branch 'mpsc-types' into 'main'</title>
<updated>2024-10-02T16:04:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-10-02T16:04:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd716dda33f5b53e8c2af56aa74fa90f0003d41e'/>
<id>urn:sha1:fd716dda33f5b53e8c2af56aa74fa90f0003d41e</id>
<content type='text'>
tor-proto: Introduce type aliases for some queues

See merge request tpo/core/arti!2484</content>
</entry>
<entry>
<title>tor-proto: Introduce type alias for StreamReqSender</title>
<updated>2024-10-02T14:15:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-01T15:57:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=122f49f88f77350329b72536559838f9ecfdc9b8'/>
<id>urn:sha1:122f49f88f77350329b72536559838f9ecfdc9b8</id>
<content type='text'>
This will make it a little easier to change the type later.
</content>
</entry>
<entry>
<title>tor-proto: Introduce type aliases for stream queues</title>
<updated>2024-10-02T14:15:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-09-26T16:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1db1e62dea2ee4602dbb755c32cb6c8ce8cb7f32'/>
<id>urn:sha1:1db1e62dea2ee4602dbb755c32cb6c8ce8cb7f32</id>
<content type='text'>
This will make it easier to change their types.
</content>
</entry>
</feed>
