<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-rpcserver/src/globalid.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>'$' 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>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>rpcserver: Fix another ceil_div warning</title>
<updated>2025-04-07T13:15:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-07T13:15:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f9ed8294e8fc1c0ec4659ad6e8a7bdb88a711ce1'/>
<id>urn:sha1:f9ed8294e8fc1c0ec4659ad6e8a7bdb88a711ce1</id>
<content type='text'>
</content>
</entry>
<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-18T14:47:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=895bc807f106e359d35522a3ad5f288ba6cf6a9c'/>
<id>urn:sha1:895bc807f106e359d35522a3ad5f288ba6cf6a9c</id>
<content type='text'>
- The Rng::gen() functions have been renamed to Rng::random().
</content>
</entry>
<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: Use slotmap-careful instead of generational-arena.</title>
<updated>2024-08-14T16:31:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-14T16:26:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78ad0f7a3afe0a2adcdff3a2624e726ada5978d2'/>
<id>urn:sha1:78ad0f7a3afe0a2adcdff3a2624e726ada5978d2</id>
<content type='text'>
Unlike generational-arena, slotmap is maintained.

Unlike slotmap, slotmap-careful should never be able to reuse the
same key for two different objects.

Closes #1282.
</content>
</entry>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
</feed>
