<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src, branch arti-v1.2.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-24T14:53:13Z</updated>
<entry>
<title>Rename OptTimestamp to AtomicOptTimestamp</title>
<updated>2024-06-24T14:53:13Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-06-24T14:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8239634692732fe6c3c369038d243341459b1a83'/>
<id>urn:sha1:8239634692732fe6c3c369038d243341459b1a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'sometimes-unbounded' into 'main'</title>
<updated>2024-06-11T20:35:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-06-11T20:35:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a04f20f74211f20a37df28995c8ac0fdce97246'/>
<id>urn:sha1:0a04f20f74211f20a37df28995c8ac0fdce97246</id>
<content type='text'>
RFC: Provide and use SometimesUnboundedSender in circuit reactor

See merge request tpo/core/arti!2172</content>
</entry>
<entry>
<title>SometimesUnboundedSink: Add a test case with some manual sequencing</title>
<updated>2024-05-30T16:34:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-30T16:22:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fff48c0835958703694e18a2f92bf8d48d65f7e0'/>
<id>urn:sha1:fff48c0835958703694e18a2f92bf8d48d65f7e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SometimesUnboundedSink: Write commentary about Waker</title>
<updated>2024-05-30T14:49:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-30T14:49:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=418f18ac8e34dee8fbbade1f9e71df6e91609af2'/>
<id>urn:sha1:418f18ac8e34dee8fbbade1f9e71df6e91609af2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SometimesUnboundedSink: Document some error behaviour</title>
<updated>2024-05-30T14:49:42Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-30T14:49:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9dc467a4cec7eb02a3a6748321237a5d21700444'/>
<id>urn:sha1:9dc467a4cec7eb02a3a6748321237a5d21700444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SometimesUnboundedSink: Fix a copypaste error</title>
<updated>2024-05-30T14:48:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-30T14:48:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a5f50bcf7cc30da26e972e58fcd66050dc2a262'/>
<id>urn:sha1:8a5f50bcf7cc30da26e972e58fcd66050dc2a262</id>
<content type='text'>
If only I'd used a macro for these, but that's not entirely
straightforward.
</content>
</entry>
<entry>
<title>SometimesUnboundedSink: Narrow dead code allow</title>
<updated>2024-05-30T13:58:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-30T13:57:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15614b02236d3698a0c1ecebc3e074cbf45d572f'/>
<id>urn:sha1:15614b02236d3698a0c1ecebc3e074cbf45d572f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'poll-ready-unpin-bool' into 'main'</title>
<updated>2024-05-29T18:05:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-29T18:05:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5bbed90af7b9c5fc35da550089d99ad8cea49763'/>
<id>urn:sha1:5bbed90af7b9c5fc35da550089d99ad8cea49763</id>
<content type='text'>
Tidy up the ChannelSender::poll_ready inherent method

See merge request tpo/core/arti!2171</content>
</entry>
<entry>
<title>Use SometimesUnboundedSink for the circuit reactor's bag-on-the-side</title>
<updated>2024-05-29T13:15:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-29T09:06:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f16899febc8321938b11908a200b94adbf069d6'/>
<id>urn:sha1:6f16899febc8321938b11908a200b94adbf069d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implmeent SometimesUnboundedSink</title>
<updated>2024-05-29T13:15:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-29T08:39:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36b32e70d9c42d5d4e9416c7ddb053cad17ab18c'/>
<id>urn:sha1:36b32e70d9c42d5d4e9416c7ddb053cad17ab18c</id>
<content type='text'>
</content>
</entry>
</feed>
