<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src, branch arti-v1.1.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-28T17:43:08Z</updated>
<entry>
<title>Use derive_more on SharedRandVal</title>
<updated>2023-01-28T17:43:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T18:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2490b3cdc69071a119d51a5d95b0667d283f300e'/>
<id>urn:sha1:2490b3cdc69071a119d51a5d95b0667d283f300e</id>
<content type='text'>
This may be temporary if we wind up converting to CtByteArray,
but for now it's good to be terse.
</content>
</entry>
<entry>
<title>Several suggestions on gitlab.</title>
<updated>2023-01-28T17:43:08Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-01-27T18:20:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a51c76178ecb4f474d76f11092ad5805f2d60b2e'/>
<id>urn:sha1:a51c76178ecb4f474d76f11092ad5805f2d60b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: Add Eq and a note to SharedRandVal.</title>
<updated>2023-01-28T17:12:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-25T14:29:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f3e6783ca6f7c6bd001f76e857326d29a2f1c15'/>
<id>urn:sha1:9f3e6783ca6f7c6bd001f76e857326d29a2f1c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: Add SRV accessors.</title>
<updated>2023-01-28T17:12:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-24T13:47:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=790b38eec8b50c08c4004bb37e7dc1fe1ca7fe0b'/>
<id>urn:sha1:790b38eec8b50c08c4004bb37e7dc1fe1ca7fe0b</id>
<content type='text'>
These are deliberately unsophisticated accessors, in that they return Option&lt;&gt;
rather than filling in missing values with the documented
fallbacks. It seems better to leave a way to distinguish the absent
case in the API.
</content>
</entry>
<entry>
<title>netdoc: Add a timestamp to SRVs per prop#342.</title>
<updated>2023-01-28T17:12:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-20T19:41:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1ced842394e81907dbaeb80136e0624a300d3e5'/>
<id>urn:sha1:c1ced842394e81907dbaeb80136e0624a300d3e5</id>
<content type='text'>
This breaks some experimental APIs, but since they are experimental
no semver note is needed.
</content>
</entry>
<entry>
<title>netdoc: Add Iso8601 time _with_ a "T" as an argument type.</title>
<updated>2023-01-28T17:12:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-20T19:30:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ce447b7e232733a027b78d646edca5c9d894893'/>
<id>urn:sha1:8ce447b7e232733a027b78d646edca5c9d894893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-01-27T23:31:10Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-01-27T23:31:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3da36c5c8b9d546aad5a21fff307c5b3dace3a08'/>
<id>urn:sha1:3da36c5c8b9d546aad5a21fff307c5b3dace3a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>Elide a bunch of lifetimes.</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T12:55:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed74c6293191b28e52b839ebb61e79a8ed955a45'/>
<id>urn:sha1:ed74c6293191b28e52b839ebb61e79a8ed955a45</id>
<content type='text'>
Clippy now warns about these; I'm not sure how these warnings snuck
up on us.
</content>
</entry>
<entry>
<title>Disable clippy::unlinlined-format-args</title>
<updated>2023-01-27T13:27:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T12:49:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf04641c6818cb2c87c6ed9cf463a5710f8919d2'/>
<id>urn:sha1:bf04641c6818cb2c87c6ed9cf463a5710f8919d2</id>
<content type='text'>
This warning kind of snuck up on us! (See #748)  For now, let's
disable it.  (I've cleaned it up in a couple of examples, since
those are meant to be more idiomatic and user-facing.)

Closes #748.
</content>
</entry>
</feed>
