<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils/src, branch arti-v0.3.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.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-04-25T17:15:25Z</updated>
<entry>
<title>Rename macro_first_nonempty (from macro_coalesce_args)</title>
<updated>2022-04-25T17:15:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-04-25T16:02:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8664766270fc24c0aa379cef691c48a055b54f01'/>
<id>urn:sha1:8664766270fc24c0aa379cef691c48a055b54f01</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/471#note_2798026
</content>
</entry>
<entry>
<title>macro_coalesce_args: New helper macro</title>
<updated>2022-04-25T16:04:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-04-25T13:32:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d98d7a60bd11b73102dac9540fb44bb2dae13afe'/>
<id>urn:sha1:d98d7a60bd11b73102dac9540fb44bb2dae13afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-basic-utils: Add RetryDelay::reset test</title>
<updated>2022-04-23T12:04:15Z</updated>
<author>
<name>Samanta Navarro</name>
<email>ferivoz@riseup.net</email>
</author>
<published>2022-04-23T11:58:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d3b1a93474b3ce3bdfd12a8a3010013ec49f1b1f'/>
<id>urn:sha1:d3b1a93474b3ce3bdfd12a8a3010013ec49f1b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RetrySchedule::reset()</title>
<updated>2022-04-04T16:32:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-04-04T14:27:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57608f9609e0a06bcbfadb6206c89ac34c350e02'/>
<id>urn:sha1:57608f9609e0a06bcbfadb6206c89ac34c350e02</id>
<content type='text'>
Previously the code would do stuff like

```
    schedule = RetrySchedule::new(INITIAL_DELAY);
```

which is needlessly verbose, since the schedule already keeps track
of its initial delay.
</content>
</entry>
<entry>
<title>Adjust a comment</title>
<updated>2022-03-21T17:44:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-21T17:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9de0c024bf27b4a64559e023d23184d37ad7d092'/>
<id>urn:sha1:9de0c024bf27b4a64559e023d23184d37ad7d092</id>
<content type='text'>
Noticed this while reviewing !426
</content>
</entry>
<entry>
<title>Provide define_accessor_trait and use it to generate CircMgrConfig</title>
<updated>2022-03-16T19:31:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-16T19:30:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=82aa4b902a77ce703cbb94a36c6265143741285b'/>
<id>urn:sha1:82aa4b902a77ce703cbb94a36c6265143741285b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RetryDelay: remove accessors.</title>
<updated>2022-03-16T14:50:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-16T14:50:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09f750c2c8af438c0b225984162842079c485e80'/>
<id>urn:sha1:09f750c2c8af438c0b225984162842079c485e80</id>
<content type='text'>
Instead, check initial_delay in dirmgr directly.
</content>
</entry>
<entry>
<title>Fix up documentation on RetryDelay.</title>
<updated>2022-03-16T12:42:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-16T12:42:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90c48dc1b00ffbae8624352916e0cb107e1666d4'/>
<id>urn:sha1:90c48dc1b00ffbae8624352916e0cb107e1666d4</id>
<content type='text'>
It's no longer about downloads; it's about whatever you need to
retry.
</content>
</entry>
<entry>
<title>Move RetryDelay from dirmgr to basic-utils.</title>
<updated>2022-03-16T12:31:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-16T12:31:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67645473d51867862bc8fd12e28ddb10cff705ba'/>
<id>urn:sha1:67645473d51867862bc8fd12e28ddb10cff705ba</id>
<content type='text'>
This (almost) a pure code-movement commit: it also makes one public
function private in order to suppress a warning.
</content>
</entry>
<entry>
<title>Revert "humantime_serde_option: New module in tor-basic-utils"</title>
<updated>2022-03-14T10:33:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-11T17:25:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f5d089f53e88be82a3a4c2e230f02d79cb33b85'/>
<id>urn:sha1:8f5d089f53e88be82a3a4c2e230f02d79cb33b85</id>
<content type='text'>
We have upstreamed this code.

This reverts commit 6193c9d9742d1d19a45a0ee1c383858201304912.
</content>
</entry>
</feed>
