<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpcserver/src/connection, branch arti-v1.4.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-03-18T16:09:44Z</updated>
<entry>
<title>squash! Upgrade rand dependency to 0.9.</title>
<updated>2025-03-18T16:09:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-18T13:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f8993c22c2b86010e4fd8b5169ef0ab83f8c754'/>
<id>urn:sha1:2f8993c22c2b86010e4fd8b5169ef0ab83f8c754</id>
<content type='text'>
- `rand::thread_rng()` has been deprecated and renamed to `rand::rng()`
</content>
</entry>
<entry>
<title>rpcserver: Remove stale TODO about authentication</title>
<updated>2025-01-28T19:50:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:50:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46b7be36420cd151aaf6ea32335cfd578604a9a5'/>
<id>urn:sha1:46b7be36420cd151aaf6ea32335cfd578604a9a5</id>
<content type='text'>
(This TODO dates back to the point before we had sessions.)
</content>
</entry>
<entry>
<title>rpcserver: Improve conversion of authentication error.</title>
<updated>2025-01-28T19:29:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:29:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dc29f9cbfc8e03a6ed1c32d6c079fa8b0d48f623'/>
<id>urn:sha1:dc29f9cbfc8e03a6ed1c32d6c079fa8b0d48f623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Remove auth:query.</title>
<updated>2025-01-28T19:17:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T19:15:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b2d482c2c6981752480a8e98fa483f6e8a572ce'/>
<id>urn:sha1:2b2d482c2c6981752480a8e98fa483f6e8a572ce</id>
<content type='text'>
Nothing uses it; its role in negotiation has been replaced
by the connect-point design.
</content>
</entry>
<entry>
<title>Document more that cancel is uncancellable.</title>
<updated>2025-01-23T00:39:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-23T00:38:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=160574830f8a545786759cae1480a2ca86cfea5a'/>
<id>urn:sha1:160574830f8a545786759cae1480a2ca86cfea5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Make cancel requests uncancellable.</title>
<updated>2025-01-23T00:39:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-22T14:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8937200fbaeca090b51e7400aee5813a97e6d468'/>
<id>urn:sha1:8937200fbaeca090b51e7400aee5813a97e6d468</id>
<content type='text'>
The current cancel code is prone to deadlock, so the easiest way to
solve it appears to be making cancel requests themselves
uncancellable.

I've included a test to verify the behavior; previously, this test
caused a deadlock.
</content>
</entry>
<entry>
<title>rpc: Implement the rpc:cancel command.</title>
<updated>2025-01-16T21:39:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-16T20:22:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f15c2ac50c9cd6524d2ca2246c87dadaac9add11'/>
<id>urn:sha1:f15c2ac50c9cd6524d2ca2246c87dadaac9add11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: More documentation on cookie_continue.</title>
<updated>2025-01-15T20:13:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-15T20:13:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6acbeadba6ffcff6fde00fc488abf5a8c652e24'/>
<id>urn:sha1:d6acbeadba6ffcff6fde00fc488abf5a8c652e24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Clarify auth-repetition rules.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-15T14:09:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdbddedea0a5b8158e57e41ce141bc4424186f89'/>
<id>urn:sha1:bdbddedea0a5b8158e57e41ce141bc4424186f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Document cookie messages a little more.</title>
<updated>2025-01-15T14:18:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-15T14:04:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f2398569b460bf965dbaac5e7546a2125a9f5a14'/>
<id>urn:sha1:f2398569b460bf965dbaac5e7546a2125a9f5a14</id>
<content type='text'>
</content>
</entry>
</feed>
