<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/semver.md, branch arti-v1.9.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.9.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-06T11:05:59Z</updated>
<entry>
<title>tor-netdoc: authcert: Abolish AuthCert::sk_fingerprint</title>
<updated>2026-01-06T11:05:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-18T15:34:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e244bdcc768a7ffbb88cc76bcf5cb2729abd22da'/>
<id>urn:sha1:e244bdcc768a7ffbb88cc76bcf5cb2729abd22da</id>
<content type='text'>
There are no in-tree callers.
</content>
</entry>
<entry>
<title>tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIds</title>
<updated>2026-01-06T11:05:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-18T15:28:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=19920378273e6700a5944affc4a8a6019871b020'/>
<id>urn:sha1:19920378273e6700a5944affc4a8a6019871b020</id>
<content type='text'>
AuthCert is about to lose its copy of H(KP_auth_sign_rsa) so it needs
to return an owned value.
</content>
</entry>
<entry>
<title>tor-netdoc: Provide parse2::parse_netdoc_multiple_with_offsets</title>
<updated>2025-12-18T17:28:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-17T15:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53cc409be17214f425914b7aa7fd74ad9382907d'/>
<id>urn:sha1:53cc409be17214f425914b7aa7fd74ad9382907d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Break out and expose ItemStream::byte_position</title>
<updated>2025-12-18T17:28:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-17T15:52:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98e2b2e3eb692a82ba8b599635e76531270fdd3b'/>
<id>urn:sha1:98e2b2e3eb692a82ba8b599635e76531270fdd3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: semver.md: Document new facilities</title>
<updated>2025-12-10T11:05:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-08T18:22:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3eb34d30136f3f88836ab5fa80e129076eba7058'/>
<id>urn:sha1:3eb34d30136f3f88836ab5fa80e129076eba7058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Improve and expose args_raw_string</title>
<updated>2025-12-04T12:54:46Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-12-01T12:53:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d17443f3f6815629c37ae6dc66e44209775e702b'/>
<id>urn:sha1:d17443f3f6815629c37ae6dc66e44209775e702b</id>
<content type='text'>
The new derive is going to want this.  So it would need to be at least
`#[doc(hidden)]`.  But it makes sense to expose it.

But, it had a weird signature.  Make its signature like that of `.arg_empty()`.
(Note that an ItemEncoder contains just a `&amp;mut NetdocEncoder`.)
</content>
</entry>
<entry>
<title>parse2: ItemValueParseable, netdoc(rest, with): rework</title>
<updated>2025-12-02T17:34:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-26T14:12:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c44465c1d7f397e04fa3f2fd8cd55f26968c179b'/>
<id>urn:sha1:c44465c1d7f397e04fa3f2fd8cd55f26968c179b</id>
<content type='text'>
The path in `with` must always be a module, not a function, because we
need to use it for encoding too.

In the case of `rest`, it's probably sensible to require a different
function name, given that the semantics are subtly different to those
of `rest` without `with`, since the latter can only get a single word
but with `rest` you get the whole line.
</content>
</entry>
<entry>
<title>Remove semver.md files post-release</title>
<updated>2025-12-02T13:27:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-12-02T13:27:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8b06787cfa55ca53b7e86566914652db14c2d05'/>
<id>urn:sha1:e8b06787cfa55ca53b7e86566914652db14c2d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'relay-flags-options-trait' into 'main'</title>
<updated>2025-11-25T17:28:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2025-11-25T17:28:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1a5b1dac354e80a6100e5cb82560a169a9d428c5'/>
<id>urn:sha1:1a5b1dac354e80a6100e5cb82560a169a9d428c5</id>
<content type='text'>
tor-netdoc: Parameterise RelayFlagsParser by an options trait instead

See merge request tpo/core/arti!3489</content>
</entry>
<entry>
<title>tor-netdoc: Rename RelayFlagsParser to relay_flags::Parser</title>
<updated>2025-11-24T18:34:40Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-24T18:32:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2df8bf8d3230671a0e049cb88af8903278c65381'/>
<id>urn:sha1:2df8bf8d3230671a0e049cb88af8903278c65381</id>
<content type='text'>
Since we expose the relay_flags module, it makes sense to give this a
shorter name.

(It had a longer name when it was part of the netstatus module.)
</content>
</entry>
</feed>
