<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpcserver/src/connection.rs, branch arti-v1.6.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.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-27T14:51:37Z</updated>
<entry>
<title>rpc: Clean up GlobalId decoding API.</title>
<updated>2025-08-27T14:51:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T14:51:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=124ce70bcf56020b74c1c9fdea9ea45d9c55c550'/>
<id>urn:sha1:124ce70bcf56020b74c1c9fdea9ea45d9c55c550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Cleanups to GlobalId tag byte handling.</title>
<updated>2025-08-27T14:50:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T14:30:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1872a3b6525ae037a500e8d15b7b0319b2c3f4c'/>
<id>urn:sha1:c1872a3b6525ae037a500e8d15b7b0319b2c3f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tag byte corrections and don't crash</title>
<updated>2025-08-27T14:20:40Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-11-09T16:01:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67286c82cd491492451557431d521168fd7ab6e2'/>
<id>urn:sha1:67286c82cd491492451557431d521168fd7ab6e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'$' as tag byte</title>
<updated>2025-08-27T14:20:39Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-11-09T15:53:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8572c95491d9b4d1da7a5d10ff9a6770c1b59dce'/>
<id>urn:sha1:8572c95491d9b4d1da7a5d10ff9a6770c1b59dce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2025-08-27T14:20:12Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-10-29T20:38:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e273f87b53e8dca299901b3daa16fcf42ea253f6'/>
<id>urn:sha1:e273f87b53e8dca299901b3daa16fcf42ea253f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a 'G' prefix</title>
<updated>2025-08-27T14:20:11Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-10-29T20:31:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=011336d408f1a968bbf8c08b2b4f5b97840a92d7'/>
<id>urn:sha1:011336d408f1a968bbf8c08b2b4f5b97840a92d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-rpcserver: Check IDs with a tag byte, not a magic length</title>
<updated>2025-08-27T14:19:00Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-10-16T22:34:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=923a214c5394cd59f988202f079d526ef6a589e2'/>
<id>urn:sha1:923a214c5394cd59f988202f079d526ef6a589e2</id>
<content type='text'>
Edited-by: Nick Mathewson &lt;nickm@torproject.org&gt;
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>rpcserver: Remove a stale TODO about ConnectionId.</title>
<updated>2025-01-28T19:09:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T18:17:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a18a4cb51a837189685477b151c3023e7e7633cb'/>
<id>urn:sha1:a18a4cb51a837189685477b151c3023e7e7633cb</id>
<content type='text'>
Other parts of the crate no longer look at the .0 field directly.
</content>
</entry>
<entry>
<title>Merge branch 'rpc-references-cleanup' into 'main'</title>
<updated>2025-01-28T18:54:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T18:54:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b47ae94f8d525f55ecf0f962fc7159f0aa521b'/>
<id>urn:sha1:77b47ae94f8d525f55ecf0f962fc7159f0aa521b</id>
<content type='text'>
rpc: Move support for weak references behind an experimental feature

See merge request tpo/core/arti!2742</content>
</entry>
</feed>
