<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/lib.rs, 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-20T18:04:54Z</updated>
<entry>
<title>Mark consensus as "not-pending" even if its microdescs come from cache.</title>
<updated>2021-10-20T18:04:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-20T18:04:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdddb74de493d7a54cc7432c675e6f8bc2aae69e'/>
<id>urn:sha1:fdddb74de493d7a54cc7432c675e6f8bc2aae69e</id>
<content type='text'>
Previously our code would clear the 'pending' flag on a consensus
only when a _downloaded_ md made it become usable.

Closes #199.
</content>
</entry>
<entry>
<title>Move tor-dirmgr to use a sync::Mutex.</title>
<updated>2021-10-20T17:46:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-20T17:46:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=43506601dc5cbe995f4d1cff97b54325f1f69519'/>
<id>urn:sha1:43506601dc5cbe995f4d1cff97b54325f1f69519</id>
<content type='text'>
The futures::lock::Mutex was unnecessary, since we never held it
when we were suspending.
</content>
</entry>
<entry>
<title>Reverse two swapped log messages</title>
<updated>2021-10-19T14:24:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-19T14:24:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=457e7f064c744cbd2327bb572af17fb4dd6ed5b9'/>
<id>urn:sha1:457e7f064c744cbd2327bb572af17fb4dd6ed5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve logging when trying to get the lock on the directory cache.</title>
<updated>2021-10-19T14:18:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-19T14:18:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=26e1b6fb726f09dd3a3a817aaf2465c8926dae22'/>
<id>urn:sha1:26e1b6fb726f09dd3a3a817aaf2465c8926dae22</id>
<content type='text'>
Previously we'd say that we were "waiting for the other process to
bootstrap" even if it was already bootstrapped: and we wouldn't
actually declare success when it was done.
</content>
</entry>
<entry>
<title>Remove useless into() conversions caught by clippy.</title>
<updated>2021-10-18T10:22:53Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-18T10:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f683d4f3cd1cf741afc163ba7caec7c592d9af2e'/>
<id>urn:sha1:f683d4f3cd1cf741afc163ba7caec7c592d9af2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove anyhow dependency from tor-dirmgr.</title>
<updated>2021-10-18T10:22:53Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-18T08:17:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8b8228190d6375fe63792db94b71745632cba3c4'/>
<id>urn:sha1:8b8228190d6375fe63792db94b71745632cba3c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a few tracing directives to tor-dirmgr.</title>
<updated>2021-10-13T17:37:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-13T17:37:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02b20edeb311e019c97f803801c57d70141770f1'/>
<id>urn:sha1:02b20edeb311e019c97f803801c57d70141770f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirmgr: report bootstrap success on all successful cases.</title>
<updated>2021-10-13T17:01:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-13T17:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e9399ec6c0129fda7d08044674710ff3aea5965a'/>
<id>urn:sha1:e9399ec6c0129fda7d08044674710ff3aea5965a</id>
<content type='text'>
Previously we would sometimes fail to report that we had
successfully bootstrapped.
</content>
</entry>
<entry>
<title>Don't report the bootstrap as completed unless it actually succeeds.</title>
<updated>2021-10-13T16:19:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-13T16:19:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8113a8ba12611554e169070706f27c929f97a129'/>
<id>urn:sha1:8113a8ba12611554e169070706f27c929f97a129</id>
<content type='text'>
(Previously we'd report it as successful even if the inner download
task was a failure.)
</content>
</entry>
<entry>
<title>Notify guard manager on network change and state flush.</title>
<updated>2021-10-10T16:38:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-10T16:38:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33ba697b5d238e0422f0a8c98ac1f16b4c29bf85'/>
<id>urn:sha1:33ba697b5d238e0422f0a8c98ac1f16b4c29bf85</id>
<content type='text'>
</content>
</entry>
</feed>
