<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/ipt_set.rs, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-11-29T15:15:45Z</updated>
<entry>
<title>hssvc-ipt-algorithms.md: Move some text to ipt_set</title>
<updated>2023-11-29T15:15:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-29T14:29:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7ba8897d878d9f4b415191e28094993204e7a6e'/>
<id>urn:sha1:f7ba8897d878d9f4b415191e28094993204e7a6e</id>
<content type='text'>
This is describing the detailed algorithm in
compute_iptsetstatus_publish.  Move it there (and add an xref).
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Fix broken doc links</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-27T19:21:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1208cc6bec30fca704e774553fe8820e013498e'/>
<id>urn:sha1:c1208cc6bec30fca704e774553fe8820e013498e</id>
<content type='text'>
"tor-hsservice: Make note_publication_attempt a method on
PublishIptSet" broke several of these.

(Rebasing to insert this at the appropriate point causes conflicts, so
I'm leaving it here at the tip.)
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-22T18:17:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1cdddf31df5fae4f7ad307720ef3b724ffe0c6e'/>
<id>urn:sha1:a1cdddf31df5fae4f7ad307720ef3b724ffe0c6e</id>
<content type='text'>
Mandatory format degradation.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-22T18:16:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c516fe65f24005bc6a4b64a63b5765e645e27de6'/>
<id>urn:sha1:c516fe65f24005bc6a4b64a63b5765e645e27de6</id>
<content type='text'>
Prepare for persistence.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSet</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-26T11:29:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f60a06638c753c12b476de8a048188cac6f61e93'/>
<id>urn:sha1:f60a06638c753c12b476de8a048188cac6f61e93</id>
<content type='text'>
We're going to move the last_descriptor_expiry_including_slop data out
of IptSet.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Make PublishIptSet a struct</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-26T10:53:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2d3ee1c198eb44157d88bebf5af0cb2b787e572'/>
<id>urn:sha1:c2d3ee1c198eb44157d88bebf5af0cb2b787e572</id>
<content type='text'>
We're going to add another field here.  No functional change, just
much churn.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Make initial state in the constructor</title>
<updated>2023-11-27T19:24:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-26T10:51:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f84ccf9cc6dbf149f9dcd04d3b924563af687a05'/>
<id>urn:sha1:f84ccf9cc6dbf149f9dcd04d3b924563af687a05</id>
<content type='text'>
This struct is going to be responsible for loading and storing
some persistent state, so it makes sense for it to handle
initialisation.

This also reduces duplication.
</content>
</entry>
<entry>
<title>tor-hsservice: Remove an unused mut in a test</title>
<updated>2023-10-31T11:40:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-30T15:53:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=be2db12c6f0381e0fdcc3f889f2f9a13f2ea95e4'/>
<id>urn:sha1:be2db12c6f0381e0fdcc3f889f2f9a13f2ea95e4</id>
<content type='text'>
I think retaining this lint even in tests is probably reasonable.
IptsPublisherView has interior mutability, so with this function
taking one, it won't ever need mut.
</content>
</entry>
<entry>
<title>tor-hsservice: ipt_set: Docs clarifications</title>
<updated>2023-10-04T18:21:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-04T18:19:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef16490b7ac230dd0afc315ef0fecdc3d37d3683'/>
<id>urn:sha1:ef16490b7ac230dd0afc315ef0fecdc3d37d3683</id>
<content type='text'>
Apropos a conversation in !1645
</content>
</entry>
<entry>
<title>tor-hsservice: Provide IptsPublisherUploadView</title>
<updated>2023-10-03T11:09:52Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-03T10:53:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f770327fad4d6bd8770fc30c2756da525d60072'/>
<id>urn:sha1:2f770327fad4d6bd8770fc30c2756da525d60072</id>
<content type='text'>
</content>
</entry>
</feed>
