<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdir/src, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-08-27T13:53:09Z</updated>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
<entry>
<title>Simplify NetParameters::default()</title>
<updated>2021-08-27T13:17:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:17:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bec5ed5b1c82c4b799d7341d0ed4de3f93fba9e7'/>
<id>urn:sha1:bec5ed5b1c82c4b799d7341d0ed4de3f93fba9e7</id>
<content type='text'>
Instead of loading it with expect() calls, make a new function that
returns a Result, and call expect() only once.
</content>
</entry>
<entry>
<title>Tweaks on patch to add clippy::unwrap_used lint.</title>
<updated>2021-08-27T13:05:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2c0ec4e44242efbab692688491fbd2b7938983a2'/>
<id>urn:sha1:2c0ec4e44242efbab692688491fbd2b7938983a2</id>
<content type='text'>
The most frequent changes are:

   - Rewording messages about poisoned locks
   - Correcting some error types
</content>
</entry>
<entry>
<title>Change `unwrap` to `expect` with message</title>
<updated>2021-08-25T21:12:53Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-25T21:12:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2333659aca441ac985a63f05f34c666680fd211f'/>
<id>urn:sha1:2333659aca441ac985a63f05f34c666680fd211f</id>
<content type='text'>
&gt; Note, while `cargo fmt` doesn't complain I think this section could be
&gt; prettier. Also it may be a good idea to have tests double-check that future
&gt; changes don't cause a panic condition.
</content>
</entry>
<entry>
<title>Move "use_unwrap" lint from some to want list</title>
<updated>2021-08-25T19:23:57Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-25T19:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b95513c5e69014061746d23a511b4a0744ee127e'/>
<id>urn:sha1:b95513c5e69014061746d23a511b4a0744ee127e</id>
<content type='text'>
And convert some `add_or_port` calls to use `SocketAddr` instead of
parse + unwrap on strings.

&gt; Note, this last change is only for IPv4 addresses, for now, and only
&gt; within tests.
</content>
</entry>
<entry>
<title>WIP: Add the "unwrap_used" lint.</title>
<updated>2021-08-24T22:31:31Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-24T22:31:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=432fd9443ec12a7fafb14b05b340a337f1c03f20'/>
<id>urn:sha1:432fd9443ec12a7fafb14b05b340a337f1c03f20</id>
<content type='text'>
&gt; Check `unwrap_used` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used

This adds the following Clippy configuration to crates;

    #![deny(clippy::unwrap_used)]

**Warning** while tests and compiler do not show any errors, the submitted
changes are very much a Work In Progress and mistakes may have been made. Check

    https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/67

Merge Request thread for more details.
</content>
</entry>
<entry>
<title>Switch all uses of the log crate to the tracing.</title>
<updated>2021-08-20T18:10:50Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-08-20T16:27:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44d1271c86211f36f6385ab7cbc9e29bfb714b1f'/>
<id>urn:sha1:44d1271c86211f36f6385ab7cbc9e29bfb714b1f</id>
<content type='text'>
Issue #74
</content>
</entry>
<entry>
<title>Fix a few things that the "typos" tool didn't like.</title>
<updated>2021-08-20T16:11:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-20T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92501895fd3450bf76df327d707374bae3cbe56f'/>
<id>urn:sha1:92501895fd3450bf76df327d707374bae3cbe56f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document panics in tor-netdir::testnet.</title>
<updated>2021-08-18T14:11:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T14:11:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd202f48a752f4674613c784d90172bd55d2c61e'/>
<id>urn:sha1:cd202f48a752f4674613c784d90172bd55d2c61e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revisions based on new documented-panics lint.</title>
<updated>2021-08-18T13:55:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T13:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=341e3937b49c04680e9689c8a065c2f0b03c6355'/>
<id>urn:sha1:341e3937b49c04680e9689c8a065c2f0b03c6355</id>
<content type='text'>
I've tried to remove some of possible panics, and improve the
documentation for when the others might occur.
</content>
</entry>
</feed>
