<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdir/src/lib.rs, branch arti-v1.1.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.1.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-03-27T16:32:16Z</updated>
<entry>
<title>tor-netdir: Use `pos` not `idx` in test network constructors</title>
<updated>2023-03-27T16:32:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-27T16:22:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9940bd1eb468d29ab3650a2751c024924f9e5811'/>
<id>urn:sha1:9940bd1eb468d29ab3650a2751c024924f9e5811</id>
<content type='text'>
There are too many things called "index" here.  `idx` could be read to
mean the table index `RouterStatusIdx`, the hsdir hash `HsDirIndex`,
or an entry in some other one of these tables.

Here's, it's just the sequence number of the index in the test netdir.
Use `pos` for that.  (`seq` would have been another possibility.)
</content>
</entry>
<entry>
<title>tor-netdir: eliminate ref to abolished MdEntry</title>
<updated>2023-03-27T16:26:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-27T16:20:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a746e17c8eb8f63b433b32e881a2dbb7e1000117'/>
<id>urn:sha1:a746e17c8eb8f63b433b32e881a2dbb7e1000117</id>
<content type='text'>
This was removed in c3e74973b4201f71275d8cf4c0c954cfb8d0eba5
  netdir: Use an even smaller rep for list of microdescs
</content>
</entry>
<entry>
<title>tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`</title>
<updated>2023-03-27T16:25:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-27T15:47:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99ffb89b487d7ced28c572b1c76b477839f62393'/>
<id>urn:sha1:99ffb89b487d7ced28c572b1c76b477839f62393</id>
<content type='text'>
This is an `IndexVec` key type.  Some places used `idx`, some `rsi`,
some `rs_idx`.

Use `rsidx` for it everywhere, including in locals, function names,
and fields.  `rsidx` is a compromise.  `rsi` might be a bit opaque,
but we want a one-"word" name since it appears inside other names.
</content>
</entry>
<entry>
<title>Rename onion-* cargo features to hs-* in tor-* crates</title>
<updated>2023-02-28T11:10:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-24T14:26:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79'/>
<id>urn:sha1:f63c7c48afd94fe9d09746f0b76fbaff8d4a1a79</id>
<content type='text'>
Fixes #756
</content>
</entry>
<entry>
<title>Fix minimal-versions (.then_some is too new)</title>
<updated>2023-02-09T16:07:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-09T15:21:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d6e6fcf0d42b42f5b9bc923cafdeb97246764ed'/>
<id>urn:sha1:3d6e6fcf0d42b42f5b9bc923cafdeb97246764ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: Make is_hsdir_for_ring crate-local</title>
<updated>2023-02-09T16:07:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-09T14:54:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b7f2e84bf0060a441a8dcf25ffd5bd778c269e7'/>
<id>urn:sha1:4b7f2e84bf0060a441a8dcf25ffd5bd778c269e7</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1012#note_2876824
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-02-09T14:48:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-02-09T14:48:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33b8ebd67e9d87c90e31ef39ff919f5bef046f08'/>
<id>urn:sha1:33b8ebd67e9d87c90e31ef39ff919f5bef046f08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compilation with various feature combinations</title>
<updated>2023-02-09T14:35:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-09T14:34:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f3f659536119ee03869e7d338ce709537bd37ef'/>
<id>urn:sha1:1f3f659536119ee03869e7d338ce709537bd37ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hsdir: rustfmt</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T19:20:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=335043658e6615b4b9f1ca97c7a430967029f943'/>
<id>urn:sha1:335043658e6615b4b9f1ca97c7a430967029f943</id>
<content type='text'>
Deferred formatting changes which would have obscured the commits they
were prompted by.
</content>
</entry>
<entry>
<title>hsdir: Actually compute the hash ring</title>
<updated>2023-02-09T13:01:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-02-08T19:17:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3dd0d381d07fec4242ea0666ddc82733a99e6b0b'/>
<id>urn:sha1:3dd0d381d07fec4242ea0666ddc82733a99e6b0b</id>
<content type='text'>
</content>
</entry>
</feed>
