<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-hsservice/src/publish/reactor.rs, branch arti-v1.2.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.2.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-02T11:52:31Z</updated>
<entry>
<title>tor-hsservice: Use single_attempt_timeout in backoff Runner impl.</title>
<updated>2024-04-02T11:52:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-27T15:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=239ccf973f40b9f3144189a07906736d965e9d54'/>
<id>urn:sha1:239ccf973f40b9f3144189a07906736d965e9d54</id>
<content type='text'>
!2024 introduced `BackoffSchedule::single_attempt_timeout()`, partially
implementing #1259. This completes the implementation by moving the
per-iteration timeout from the publisher reactor to `backoff::Runner`.

Addresses https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2024?commit_id=a4f2bf5cb7d4027a49b74ec5a5298f7b9a3cf62e#note_3005097

Note: the `if should_retry` block is intentionally misindented, to make
reviewing the actual changes easier. A future commit will fix the
indentation. I originally wanted to suggest reviewing this commit using
`--ignore-space-change`, but I found that it makes things a bit
confusing (it shows some funky indentation around the parts that have
both whitespace changes and modifications).

Closes #1259
</content>
</entry>
<entry>
<title>Fix some rustdoc warnings.</title>
<updated>2024-03-12T14:50:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-12T14:48:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc7221d286dd2f8b8d731d38a05da4a89fe78fb3'/>
<id>urn:sha1:fc7221d286dd2f8b8d731d38a05da4a89fe78fb3</id>
<content type='text'>
These are mostly about explicitly linking to things that were
already in scope.
</content>
</entry>
<entry>
<title>BackoffSchedule refactoring and improvements</title>
<updated>2024-03-07T21:06:28Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2024-03-07T21:06:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b44b6570e3f275249b925d9ce50d9ca932245e5'/>
<id>urn:sha1:2b44b6570e3f275249b925d9ce50d9ca932245e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: prelude: Don't import postage::sink::SendError</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T15:38:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2348dc1f3bd8f3674b35ae5fac91c803d3250ae6'/>
<id>urn:sha1:2348dc1f3bd8f3674b35ae5fac91c803d3250ae6</id>
<content type='text'>
This is too vague.
</content>
</entry>
<entry>
<title>tor-hsservice: prelude: Promote imports from reactor.rs</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T13:12:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f77dde0fc8e44fdf3c06306907b70a0206bdf00'/>
<id>urn:sha1:4f77dde0fc8e44fdf3c06306907b70a0206bdf00</id>
<content type='text'>
Move these two publisher-specific imports to publish.rs.
</content>
</entry>
<entry>
<title>tor-hsservice: prelude: Move imports from reactor.rs</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T13:09:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2eca43a532e877a11935d827c50b3731c791b319'/>
<id>urn:sha1:2eca43a532e877a11935d827c50b3731c791b319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Refer to mpsc::{Sender, Receiver} by their module name</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T13:08:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1c87d4e58d5d6b23a6e70231879b65b3973e1fd5'/>
<id>urn:sha1:1c87d4e58d5d6b23a6e70231879b65b3973e1fd5</id>
<content type='text'>
Just "Sender" and "Receiver" is rather vague.
</content>
</entry>
<entry>
<title>tor-hsservice: Move svc.rs contents into lib.rs</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T12:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2cbc631deefb6a87587ed4bf6eddeeed1397b9b'/>
<id>urn:sha1:c2cbc631deefb6a87587ed4bf6eddeeed1397b9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-hsservice: Move publish out of svc</title>
<updated>2024-03-05T14:41:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-04T11:57:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bebb6bdc6e15f42a3e1de7b3a4a68aa16f815294'/>
<id>urn:sha1:bebb6bdc6e15f42a3e1de7b3a4a68aa16f815294</id>
<content type='text'>
</content>
</entry>
</feed>
