<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdoc/src/parse.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>2020-12-09T14:46:39Z</updated>
<entry>
<title>Fix some rustdoc warnings.</title>
<updated>2020-12-09T14:46:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-09T14:46:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90fc79864673252a4baa97db1fa7b971e07ccdb4'/>
<id>urn:sha1:90fc79864673252a4baa97db1fa7b971e07ccdb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More documentation in tor-netdoc.</title>
<updated>2020-10-26T15:51:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-26T15:51:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d3b71bc177f8b81c0a1a6c7708b6d89e0ea80cdc'/>
<id>urn:sha1:d3b71bc177f8b81c0a1a6c7708b6d89e0ea80cdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move around the modules inside tor-netdoc.</title>
<updated>2020-09-29T13:05:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-29T13:05:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=788e0347cb73ecda0eff362a54244c2a5422d381'/>
<id>urn:sha1:788e0347cb73ecda0eff362a54244c2a5422d381</id>
<content type='text'>
This change just gives them a more logical breakdown into parsing,
documents, and misc other types.
</content>
</entry>
<entry>
<title>Rename remaining get_ accessors</title>
<updated>2020-09-28T20:13:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-28T20:13:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98ab84e7745443d9d84df6f20d674ed5e2baa844'/>
<id>urn:sha1:98ab84e7745443d9d84df6f20d674ed5e2baa844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Make SectionRules derive Clone.</title>
<updated>2020-07-21T00:55:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-28T14:51:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c0bbfef2cd384fd200dfcf9565f1f9256d64123'/>
<id>urn:sha1:8c0bbfef2cd384fd200dfcf9565f1f9256d64123</id>
<content type='text'>
This is going to come in handy for the networkstatus stuff, where I
need to define different variants of SectionRules for votes and
consensuses.
</content>
</entry>
<entry>
<title>netdoc: fix microdesc digest calculation at last.</title>
<updated>2020-06-09T17:07:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-09T17:07:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4f58b0977c6feaa10c3bbbf99ff02296a6fc1a1'/>
<id>urn:sha1:d4f58b0977c6feaa10c3bbbf99ff02296a6fc1a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a "first_item" entry for Section.</title>
<updated>2020-06-09T16:44:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-09T16:38:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47c3a11d2c7758ed9cbc3810216746cf44436094'/>
<id>urn:sha1:47c3a11d2c7758ed9cbc3810216746cf44436094</id>
<content type='text'>
This will make it simpler to implement digests for sections.
</content>
</entry>
<entry>
<title>Add a "last_item" entry for Section.</title>
<updated>2020-06-09T16:39:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-06-09T16:38:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96f3d8c846c7c6a0c06e19690e4a7d64c8b83817'/>
<id>urn:sha1:96f3d8c846c7c6a0c06e19690e4a7d64c8b83817</id>
<content type='text'>
This will make it simpler to implement digests for sections.
</content>
</entry>
<entry>
<title>netdoc: move keyword into Item type.</title>
<updated>2020-05-19T16:01:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-19T16:01:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8468c8ec49c809d732c73ea22f9485e84ff5dbb4'/>
<id>urn:sha1:8468c8ec49c809d732c73ea22f9485e84ff5dbb4</id>
<content type='text'>
This saves us from having to check specific strings in most cases.
</content>
</entry>
<entry>
<title>netdoc: Extract keyword into its own file.</title>
<updated>2020-05-19T15:43:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-05-19T15:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3d68d6db6911dda3c76fe64b4e5fe0cfbda288e'/>
<id>urn:sha1:e3d68d6db6911dda3c76fe64b4e5fe0cfbda288e</id>
<content type='text'>
</content>
</entry>
</feed>
