<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/retry.rs, branch arti-v0.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-16T14:50:13Z</updated>
<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>Remove re-export of retry-schedule in tor-dirmgr.</title>
<updated>2022-03-16T12:47:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-16T12:47:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11883b9e8d6e6df20b365d8bf0d2a2f265a27d97'/>
<id>urn:sha1:11883b9e8d6e6df20b365d8bf0d2a2f265a27d97</id>
<content type='text'>
It wasn't necessary.
</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>RetryDelay: add accessors for state</title>
<updated>2022-03-16T12:26:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-16T12:26:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef619ba70a7d380702811ca278d4cf058f0293d5'/>
<id>urn:sha1:ef619ba70a7d380702811ca278d4cf058f0293d5</id>
<content type='text'>
We'll need these for our unit tests in tor-dirmgr once we move
RetryDelay into tor-basic-utils.
</content>
</entry>
<entry>
<title>Add basic tests for high-level builders</title>
<updated>2021-11-25T14:40:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-24T16:47:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f2034ac6e2d1340c9d4c4a2ea47ffa5272dac934'/>
<id>urn:sha1:f2034ac6e2d1340c9d4c4a2ea47ffa5272dac934</id>
<content type='text'>
Make sure that we can change elements, and we can reconstruct builders
that give us the same thing.
</content>
</entry>
<entry>
<title>Rename RetryConfig to DownloadSchedule, fold in parallelism.</title>
<updated>2021-11-18T17:33:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-18T17:33:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96659a850be9efd6e7a48c6e6ce4d47dc8beef94'/>
<id>urn:sha1:96659a850be9efd6e7a48c6e6ce4d47dc8beef94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More tests on tor-dirmgr::state</title>
<updated>2021-11-08T13:21:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-08T13:21:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6899b2599b14a45c2c49f9541401475808bd238b'/>
<id>urn:sha1:6899b2599b14a45c2c49f9541401475808bd238b</id>
<content type='text'>
These test our download schedules, resetting to the original state,
and storing downloaded objects.
</content>
</entry>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
</feed>
