<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdir/src/pick.rs, branch arti-v0.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-19T18:42:44Z</updated>
<entry>
<title>fix a clippy warning about pick_weighted.</title>
<updated>2021-05-19T18:42:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-19T18:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=26689412c01eaa5bd3ea8221e80704911b1af2dc'/>
<id>urn:sha1:26689412c01eaa5bd3ea8221e80704911b1af2dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor_netdir: tests on relay picking and more</title>
<updated>2021-05-10T13:51:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-10T13:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28b1c1b9ce9848df081960792556e19dc2a628bf'/>
<id>urn:sha1:28b1c1b9ce9848df081960792556e19dc2a628bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a compatibility layer so we can upgrade rand_core.</title>
<updated>2021-03-18T17:16:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-18T17:14:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=603b0436e0f40ac7a7fa2180d126f76cd7f81ed6'/>
<id>urn:sha1:603b0436e0f40ac7a7fa2180d126f76cd7f81ed6</id>
<content type='text'>
dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too.
This commit introduces a compatibility module so that we can wrap
new rand_core instances to make them backward compatible.
</content>
</entry>
<entry>
<title>Resolve unwrap() instances in tor-netdir.</title>
<updated>2021-03-16T19:00:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-16T18:41:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e28e4e7a992247a9d88a0949e509577a1ff2629'/>
<id>urn:sha1:9e28e4e7a992247a9d88a0949e509577a1ff2629</id>
<content type='text'>
This includes revising the pick_weighted() function to not panic
if its inputs are above 2^64 in total.
</content>
</entry>
<entry>
<title>Mark some XXXX issues as XXXX-A1.</title>
<updated>2020-12-07T21:07:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-07T18:24:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a52585d9d67cade75dd6010252882f128e0eaf58'/>
<id>urn:sha1:a52585d9d67cade75dd6010252882f128e0eaf58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a bunch of dbg! calls.</title>
<updated>2020-10-26T18:33:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-26T18:33:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b93e4b76c812509e31d75d7caca8e7bbd3a9244d'/>
<id>urn:sha1:b93e4b76c812509e31d75d7caca8e7bbd3a9244d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test the pick_weighted function in tor-netdir</title>
<updated>2020-10-10T21:36:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-10T21:36:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1855699efff7eeb75af16ab3ec345001807a8b7'/>
<id>urn:sha1:a1855699efff7eeb75af16ab3ec345001807a8b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document private members in most crates</title>
<updated>2020-09-24T23:25:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-21T21:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f945af0c411f978484d33e6a79bc183e1d5d9d5b'/>
<id>urn:sha1:f945af0c411f978484d33e6a79bc183e1d5d9d5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add documentation for tor-netdir crate</title>
<updated>2020-09-13T12:27:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-13T12:27:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4281b110e9bd74ccdd594ae17202096a19ba6a7'/>
<id>urn:sha1:d4281b110e9bd74ccdd594ae17202096a19ba6a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a handy function for picking a random relay.</title>
<updated>2020-09-08T21:50:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-08T21:50:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=48b9510caafb879cbbab415faad515d95f9b6264'/>
<id>urn:sha1:48b9510caafb879cbbab415faad515d95f9b6264</id>
<content type='text'>
</content>
</entry>
</feed>
