<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdir/src/weight.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-06-18T11:19:24Z</updated>
<entry>
<title>Fix some warnings about needless &amp; from nightly clippy</title>
<updated>2021-06-18T11:19:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-18T11:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6faeaa1f8511d49cea13358f88cb1e42ae32ec2'/>
<id>urn:sha1:e6faeaa1f8511d49cea13358f88cb1e42ae32ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert change to type of NetParams value.</title>
<updated>2021-05-25T13:47:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T13:47:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2af2ec075fee9562460b73f701b7b25139bf6ec6'/>
<id>urn:sha1:2af2ec075fee9562460b73f701b7b25139bf6ec6</id>
<content type='text'>
This truly is an i32, not a strings: it is a specified requirement
in parsing consensus documents.
</content>
</entry>
<entry>
<title>Use macros and types to improve handling of Netdir parameters.</title>
<updated>2021-05-25T13:16:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T13:16:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8214d1df191a1e4c30210ddfaeb542d526b308f'/>
<id>urn:sha1:e8214d1df191a1e4c30210ddfaeb542d526b308f</id>
<content type='text'>
(Squashed from typed-netdir-params)
</content>
</entry>
<entry>
<title>Prefer "relay" over "node" in most circumstances.</title>
<updated>2021-05-18T15:04:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T15:04:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e7de1a692532160362ba64b19bdbc201a726ff3'/>
<id>urn:sha1:9e7de1a692532160362ba64b19bdbc201a726ff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer "relay" over "router" in docs and APIs.</title>
<updated>2021-05-18T14:58:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T14:58:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2139e8afc08beb7d7572efbed7cf59ffa65e22e'/>
<id>urn:sha1:e2139e8afc08beb7d7572efbed7cf59ffa65e22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdir: Add real tests for frac_for_role().</title>
<updated>2021-05-10T12:45:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-10T12:45:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a3fc3f5e60fdb3ab2203de5f8c26210926952c0'/>
<id>urn:sha1:2a3fc3f5e60fdb3ab2203de5f8c26210926952c0</id>
<content type='text'>
Also fix a bug in calculating have_enough_paths(): we were assuming
the wrong behavior for weight_for_role().
</content>
</entry>
<entry>
<title>More tests for tor-netdir::weight</title>
<updated>2021-05-07T12:44:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-07T12:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55fa952e37617340cb30ac00aa7cfe2488afc40b'/>
<id>urn:sha1:55fa952e37617340cb30ac00aa7cfe2488afc40b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix documentation warnings.</title>
<updated>2021-05-05T21:34:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-05T21:34:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=760aab7a0af44fa7b692f3018e62f3d97724a6c4'/>
<id>urn:sha1:760aab7a0af44fa7b692f3018e62f3d97724a6c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce (and obey) clippy lints about exhaustive enums, structs.</title>
<updated>2021-04-27T18:17:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-27T18:17:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e3780affb54988bee60ab634a408dffd224cd3a'/>
<id>urn:sha1:2e3780affb54988bee60ab634a408dffd224cd3a</id>
<content type='text'>
These lints force us to declare our exported enums and
exhaustive-looking structs as non-exhaustive (so that we can add to
them in the future without breaking our API) or to explicitly
disable the warning for a given enum/struct (to say that we _intend_
for additions to be a breaking change).
</content>
</entry>
<entry>
<title>Fix Rust-1.51 clippy warnings about acronyms in camel case.</title>
<updated>2021-03-29T20:33:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ad503866d5a6bab0a7774014579937c19c5d2c6'/>
<id>urn:sha1:3ad503866d5a6bab0a7774014579937c19c5d2c6</id>
<content type='text'>
This is painful, but we shouldn't have to do it again.
</content>
</entry>
</feed>
