<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpc-client-core/src, branch arti-v2.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-09T15:36:01Z</updated>
<entry>
<title>maint: Run maint/add_warning to deny string slices</title>
<updated>2026-06-09T15:36:01Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5752a77fb57052c06ead0eeae606831f1e8e97'/>
<id>urn:sha1:9f5752a77fb57052c06ead0eeae606831f1e8e97</id>
<content type='text'>
This commit executes maint/add_warning with the just added change to
deny string slices except in tests.

I recommend auditing this by checking out the previous commit followed
by running the script yourself and then verifying that the diff is
identical to this commit.

This commit makes cargo clippy fail.  We will add exceptions in the next
commit.
</content>
</entry>
<entry>
<title>Upgrade rand crates to 0.10.</title>
<updated>2026-05-12T20:55:43Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-05-07T20:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a18167928901d8c88cd1cdd87346de8ad1ee42a2'/>
<id>urn:sha1:a18167928901d8c88cd1cdd87346de8ad1ee42a2</id>
<content type='text'>
When the circ-padding feature is enabled, we use maybenot, which does
not yet support rand 0.10. In the meantime, enabling this feature pulls
in rand 0.9. This is not ideal, but should be okay as a temporary
situation.

This also replaces the use of ReseedingRng (which was removed in 0.10)
with the reseeding_rng crate. This is somewhat less performant, but it
should be okay.
</content>
</entry>
<entry>
<title>rpc: Fix up documentation links</title>
<updated>2026-03-25T16:47:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T15:04:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d1b32c6e617b15822acfc995a653811c9bfb856a'/>
<id>urn:sha1:d1b32c6e617b15822acfc995a653811c9bfb856a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: tweak documentation and variable names wrt renaming</title>
<updated>2026-03-25T16:47:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T14:55:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4317922a2645b8a2f774a52655011f6fb65f06e'/>
<id>urn:sha1:a4317922a2645b8a2f774a52655011f6fb65f06e</id>
<content type='text'>
Since we renamed PollingStream and NonblockingStream to
BlockingConnection and NonblockingConnection, it no longer makes
sense to refer to them as streams, or put them in variables called
"stream".
</content>
</entry>
<entry>
<title>rpc: Make stream type in NonblockingConnection opaque.</title>
<updated>2026-03-25T16:47:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T14:46:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd16bc54cb41583fd3d013b3f29c31249db8a63d'/>
<id>urn:sha1:cd16bc54cb41583fd3d013b3f29c31249db8a63d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ll_conn module into blocking/nonblocking layers</title>
<updated>2026-03-25T16:47:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T14:20:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e16c8e86e408f80b11bcfbb2980bdaff0459ddf'/>
<id>urn:sha1:0e16c8e86e408f80b11bcfbb2980bdaff0459ddf</id>
<content type='text'>
This commit is almost entirely code movement; it's probably best to review
this one with --color-moved.

I've had to make a field (temporarily) pub(super).  The next commit
will fix that.
</content>
</entry>
<entry>
<title>rpc: Rename nb_stream.rs → ll_conn.rs</title>
<updated>2026-03-25T16:44:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T13:43:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=463893c5845e837254abd45ce44f49d2d5696291'/>
<id>urn:sha1:463893c5845e837254abd45ce44f49d2d5696291</id>
<content type='text'>
Since we are no longer calling these types "streams" I've decided to
revert to the old name for this module.
</content>
</entry>
<entry>
<title>rpc: Rename NonblockingStream → NonblockingConnection.</title>
<updated>2026-03-25T16:44:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T13:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b56a86ba810478ffe4227add1039e167f444d64a'/>
<id>urn:sha1:b56a86ba810478ffe4227add1039e167f444d64a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Rename PollingStream → BlockingConnection.</title>
<updated>2026-03-25T16:44:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T13:36:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24676bf25e4f36361f9a1d065ab2679fbd19a1e0'/>
<id>urn:sha1:24676bf25e4f36361f9a1d065ab2679fbd19a1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Remove mention of two already-removed arguments.</title>
<updated>2026-03-25T16:44:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-12T13:34:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=910ceb0caeac6e292d46ce5b6e63a30c8e84ad9d'/>
<id>urn:sha1:910ceb0caeac6e292d46ce5b6e63a30c8e84ad9d</id>
<content type='text'>
</content>
</entry>
</feed>
