<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/netstatus/build.rs, branch arti-v1.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-26T09:41:21Z</updated>
<entry>
<title>tor-netdoc: Apply much rustfmt churn</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-20T18:10:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6128c3fb592c141d7ff78b0b51bd95d7c962852'/>
<id>urn:sha1:b6128c3fb592c141d7ff78b0b51bd95d7c962852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Introduce experimental ns-vote feature</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-20T17:53:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55accf2c26709cec1a9a239526608fa34434ee91'/>
<id>urn:sha1:55accf2c26709cec1a9a239526608fa34434ee91</id>
<content type='text'>
Now we can start actually having code to do with votes.

This feature doesn't actually contain any new API surface yet.
</content>
</entry>
<entry>
<title>tor-netdoc: Turn ConsensusHeader into VARIETY::Header</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-21T10:35:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa2b7726cfd1f8a281d22e77d1c88428b5f78c12'/>
<id>urn:sha1:fa2b7726cfd1f8a281d22e77d1c88428b5f78c12</id>
<content type='text'>
It's going to need to vary when we do votes.
</content>
</entry>
<entry>
<title>tor-netdoc: Abolish RouterStatus trait in favour of generic methods</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-20T15:30:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d66325643fa72921603cb08c84f6f74224f96cfc'/>
<id>urn:sha1:d66325643fa72921603cb08c84f6f74224f96cfc</id>
<content type='text'>
Our approach to sharing code between md and plain consensuses is now
the new "variety" system, not generics.
</content>
</entry>
<entry>
<title>tor-netdoc: netstatus: Move everything variety-specific</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-21T10:45:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2310e976257bc30328e5741aea25689c9d780f5'/>
<id>urn:sha1:d2310e976257bc30328e5741aea25689c9d780f5</id>
<content type='text'>
This is much code motion.

This splits many types into two.  For example, `Conensus` is
now`plain::Consensus&lt;RS&gt;` and `md::Consensus&lt;RS&gt;`.

We're going to get rid of the generics later in this branch.
</content>
</entry>
<entry>
<title>tor-netdoc: Prepare variety modules for network status documents</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-19T12:58:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b317fe2d57994a1d8cdc7460225d7822e53434b'/>
<id>urn:sha1:7b317fe2d57994a1d8cdc7460225d7822e53434b</id>
<content type='text'>
This is empty modules and scaffolding.
</content>
</entry>
<entry>
<title>tor-netdoc: Fold netstatus::CommonHeader into ConsensusHeader</title>
<updated>2025-08-26T09:41:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-19T12:53:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85e4061c9648fc299d4f21ec508041f76e87d6ab'/>
<id>urn:sha1:85e4061c9648fc299d4f21ec508041f76e87d6ab</id>
<content type='text'>
We're going to use ns_variety_definition_macros to support votes,
rather than this.
</content>
</entry>
<entry>
<title>Fix a pair of documentation links.</title>
<updated>2025-04-16T23:06:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-08T19:55:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=189ade4ad8c85fbde655acdcb7e4f5c3b1c624b9'/>
<id>urn:sha1:189ade4ad8c85fbde655acdcb7e4f5c3b1c624b9</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>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>
</feed>
