<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/netstatus.rs, branch arti-v1.4.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-16T23:06:51Z</updated>
<entry>
<title>netdoc: improve documentation for check_protocols</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-14T00:50:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bdf660393f0df35d05de226bee22da9d2d9277e8'/>
<id>urn:sha1:bdf660393f0df35d05de226bee22da9d2d9277e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement PartialEq for ProtoStatuses unconditionally.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-07T15:01:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c26e719f1317868777a96d059d7645527fae344c'/>
<id>urn:sha1:c26e719f1317868777a96d059d7645527fae344c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protover,netdoc: Implement serde for Protocols etc.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-03T11:57:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9c167c5040b3776504903097aee8a03f0aa90d2'/>
<id>urn:sha1:e9c167c5040b3776504903097aee8a03f0aa90d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>netdoc: Put all ProtoStatuses into a single Arc&lt;&gt;d object</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-02T19:43:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b50e74c9c03be4b7198235f00ada4a7069975e8'/>
<id>urn:sha1:1b50e74c9c03be4b7198235f00ada4a7069975e8</id>
<content type='text'>
We'll want this so that we can expose them before we expose the rest
of the consensus (which we need to do for spec conformance).
</content>
</entry>
<entry>
<title>netdoc: functionality for detecting missing subprotos.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-02T18:28:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ce35d06069892c5460b4c625c4a0d470ca56607'/>
<id>urn:sha1:9ce35d06069892c5460b4c625c4a0d470ca56607</id>
<content type='text'>
Also, add a new ErrorKind for this sort of error.
</content>
</entry>
<entry>
<title>netdoc: Make some parsing init functions fallible.</title>
<updated>2025-03-17T16:55:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-17T16:55:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f85cc0c663518edbe1c09ae2c6928e6f52cae7bb'/>
<id>urn:sha1:f85cc0c663518edbe1c09ae2c6928e6f52cae7bb</id>
<content type='text'>
I'm about to make our parsers reject some strings at construction
time, so it makes sense to have these functions become fallible.

This is a breaking change.
</content>
</entry>
<entry>
<title>tor-netdoc: impl `Extend` on `NetParams`</title>
<updated>2024-09-03T22:23:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-08-22T15:10:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab95d4b98427c256948feb773d96ad9981273ef2'/>
<id>urn:sha1:ab95d4b98427c256948feb773d96ad9981273ef2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve unreachable_patterns warnings from nightly.</title>
<updated>2024-08-13T13:30:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-13T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=37029613793e6431629912eb8fbd775ab64a801c'/>
<id>urn:sha1:37029613793e6431629912eb8fbd775ab64a801c</id>
<content type='text'>
Nightly rust doesn't like it when you have a `match` arm that can
never be reached because of an uninhabited type.  As such,
we can't say stuff like:

```
let x: Option&lt;Void&gt; = ...;
match x {
   Some(_) =&gt; unreachable!(),
   None =&gt; ...
}
```
</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>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
</feed>
