<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/client/reactor.rs, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-21T17:08:13Z</updated>
<entry>
<title>proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=410c156916bc3d5ae4f7c9cfde5af14da2227e5d'/>
<id>urn:sha1:410c156916bc3d5ae4f7c9cfde5af14da2227e5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move StreamMpsc{Sender,Receiver} to stream module</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e824c7e2d654d9fb0fa4f0cabd8d8c7eed7bd61'/>
<id>urn:sha1:4e824c7e2d654d9fb0fa4f0cabd8d8c7eed7bd61</id>
<content type='text'>
These will be shared with the relay code.
</content>
</entry>
<entry>
<title>proto: Move streammap out of the client module</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=697ad39af5bb007deac16f4041f106d57f39b2f3'/>
<id>urn:sha1:697ad39af5bb007deac16f4041f106d57f39b2f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move dumb pipes to top-lvl stream module (fmt)</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f608dd23fc00a8429c5f90ff9ca5e5c139f990fd'/>
<id>urn:sha1:f608dd23fc00a8429c5f90ff9ca5e5c139f990fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move dumb pipes to top-lvl stream module</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86a5d8ee712a57955f5256ac5af2c2f044a43a61'/>
<id>urn:sha1:86a5d8ee712a57955f5256ac5af2c2f044a43a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Fix docs to refer to the right stream:: paths.</title>
<updated>2025-10-16T13:47:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-09T11:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f4695edc0e90d11eb9ec9e0bf4c93395aea94a22'/>
<id>urn:sha1:f4695edc0e90d11eb9ec9e0bf4c93395aea94a22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Reformat imports post-move.</title>
<updated>2025-10-16T13:47:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T14:59:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c00444b84a41ebc73bf65f2594a41eb9df215293'/>
<id>urn:sha1:c00444b84a41ebc73bf65f2594a41eb9df215293</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Avoid crate-pub reexports of shared types from the client module.</title>
<updated>2025-10-16T13:47:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T14:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7045d7b8e1b6f6edf283bc20a9a4a0038ad93acb'/>
<id>urn:sha1:7045d7b8e1b6f6edf283bc20a9a4a0038ad93acb</id>
<content type='text'>
This makes it easier to see which parts are implementation-agnostic
(i.e. do not import from crate::client).
</content>
</entry>
<entry>
<title>Merge branch 'celltypes' into 'main'</title>
<updated>2025-10-14T13:52:55Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-14T13:52:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4178efc4b1f08265ee1ba96c454554a9117886bd'/>
<id>urn:sha1:4178efc4b1f08265ee1ba96c454554a9117886bd</id>
<content type='text'>
proto: Move celltypes out of client

See merge request tpo/core/arti!3355</content>
</entry>
<entry>
<title>proto: Move celltypes out of client</title>
<updated>2025-10-13T18:09:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-09T12:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d51c3dc81c298fce630218a6905446851497604'/>
<id>urn:sha1:5d51c3dc81c298fce630218a6905446851497604</id>
<content type='text'>
Some of these are relay-specific, so it makes more sense to pull this
into a top-level module.
</content>
</entry>
</feed>
