<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src, branch arti-v0.0.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-10-29T00:49:17Z</updated>
<entry>
<title>Try writing a bit more documentation for configuration types.</title>
<updated>2021-10-29T00:49:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-29T00:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c11fe200d18d95eb1100dae6c21d02a93c5727b0'/>
<id>urn:sha1:c11fe200d18d95eb1100dae6c21d02a93c5727b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: tests for GetMicrodescsState</title>
<updated>2021-10-28T18:21:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-28T18:21:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a721da54cd6951a5ad1cbadc69c28efa95f7650'/>
<id>urn:sha1:4a721da54cd6951a5ad1cbadc69c28efa95f7650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: tests for download schedules.</title>
<updated>2021-10-28T17:08:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-28T17:08:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2f149621fdfb6c8337d6bf536385aa79f08274d8'/>
<id>urn:sha1:2f149621fdfb6c8337d6bf536385aa79f08274d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: Test for GetCertsState</title>
<updated>2021-10-28T14:21:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-28T14:21:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e8891b861d832867f428c77b4060a44835ce8e7'/>
<id>urn:sha1:7e8891b861d832867f428c77b4060a44835ce8e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: Tests for GetConsensusState.</title>
<updated>2021-10-28T13:35:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-28T12:43:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8956e6cd8b8334ec095b8b2e594ad108f16170d7'/>
<id>urn:sha1:8956e6cd8b8334ec095b8b2e594ad108f16170d7</id>
<content type='text'>
This test uses a consensus that I've copied from
tor-netdoc/testdata.  I would include it directly, but I think that
will cause trouble when it comes time to run "cargo package".
</content>
</entry>
<entry>
<title>tor-dirmgr::state: Mock the view of current time.</title>
<updated>2021-10-28T12:41:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-28T12:41:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e27c46d24ef5a0ca0caa9cde59a63e9e3517c5e'/>
<id>urn:sha1:5e27c46d24ef5a0ca0caa9cde59a63e9e3517c5e</id>
<content type='text'>
This will let us test the state processing code without having to
give it up-to-date directory objects.
</content>
</entry>
<entry>
<title>Upgrade to fslock version 0.2</title>
<updated>2021-10-27T18:52:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-27T18:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fae63b5aea73f816df96cb2db53eba6ac5f89bb'/>
<id>urn:sha1:2fae63b5aea73f816df96cb2db53eba6ac5f89bb</id>
<content type='text'>
This version makes all locks per-handle rather than per-process, by
moving from lockf() to flock() on unix.
</content>
</entry>
<entry>
<title>Migrate tor-dirmgr from chrono to time 0.3</title>
<updated>2021-10-24T15:12:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-24T14:50:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=968ffa3d6c2aaf913c86350230ead4164a230628'/>
<id>urn:sha1:968ffa3d6c2aaf913c86350230ead4164a230628</id>
<content type='text'>
(This appears to be the emerging consensus of how to handle
RUSTSEC-2020-0159.)
</content>
</entry>
<entry>
<title>Replace references to arti-client in the documentation.</title>
<updated>2021-10-21T18:22:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-21T18:19:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=730be38867c82b8d5ca76a569e1b1175ddf75cd4'/>
<id>urn:sha1:730be38867c82b8d5ca76a569e1b1175ddf75cd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove #![allow(unreachable_pub)] in shared_ref.rs</title>
<updated>2021-10-21T18:00:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-21T18:00:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6af5700c5d13c5f9f2b6ba7767379d1ccfbb2a9e'/>
<id>urn:sha1:6af5700c5d13c5f9f2b6ba7767379d1ccfbb2a9e</id>
<content type='text'>
</content>
</entry>
</feed>
