<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src, branch arti-v1.2.7</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.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T08:09:02Z</updated>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract tor_async_utils::oneshot into ::oneshot-fused-workaround</title>
<updated>2024-08-28T14:27:46Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-22T19:20:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46f7f01092e6ac55e3e958dc3a2228b1d36e26a1'/>
<id>urn:sha1:46f7f01092e6ac55e3e958dc3a2228b1d36e26a1</id>
<content type='text'>
Having this in the `tor-async-utils` crate prevents us from doing both
of the following without introducing a circular dependency:

* using it in `tor-rtmock` (which we currently do, particularly in
  tests).
* using `tor-rtmock` to test things in `tor-async-utils`. We don't do
  this yet, but it is generally sensible to do so. In particular we
  want to move the `stream_peak` module there, which is currently tested
  with `tor-rtmock`.

Moving this into its own crate avoids this circular dependency.
</content>
</entry>
<entry>
<title>tor-guardmgr: Make some vanguard test helpers public (fmt).</title>
<updated>2024-06-20T12:12:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-12T11:13:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0eb28a066f8859c8ff3e35b7a8dba5460e200433'/>
<id>urn:sha1:0eb28a066f8859c8ff3e35b7a8dba5460e200433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Make some vanguard test helpers public.</title>
<updated>2024-06-20T12:12:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-10T12:35:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df366496b8204ca2435ee264499bc5c1ebfacad8'/>
<id>urn:sha1:df366496b8204ca2435ee264499bc5c1ebfacad8</id>
<content type='text'>
We will soon need these helpers outside of `tor-guardmgr` too.

This commit is mainly code motion.
</content>
</entry>
<entry>
<title>tor-guardmgr: Add test for vanguards state file deserialization.</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-20T18:44:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab3c6db8bd7679101b9b6a7c3886b11dacf81120'/>
<id>urn:sha1:ab3c6db8bd7679101b9b6a7c3886b11dacf81120</id>
<content type='text'>
This checks that we can read `vanguards.json` state files.
</content>
</entry>
<entry>
<title>tor-config: Apply deferred cargo fmt.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-16T16:34:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1128338f90abd74016b65c3a12cb4283324a17cb'/>
<id>urn:sha1:1128338f90abd74016b65c3a12cb4283324a17cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Add macro for implementing NotAutoValue.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-16T13:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5146d0909bd50c05f435aff271031d150ac61c8'/>
<id>urn:sha1:f5146d0909bd50c05f435aff271031d150ac61c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Add NotAutoValue trait bound to ExplicitOrAuto inner type.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-16T13:31:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ebcde2309ffb358c42a5a094e261e900bda0537'/>
<id>urn:sha1:2ebcde2309ffb358c42a5a094e261e900bda0537</id>
<content type='text'>
This is a safeguard to prevent users from using ExplicitOrAuto with
types that serialize to the same value as ExplicitOrAuto::Auto.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2146#note_3030692
</content>
</entry>
<entry>
<title>tor-guardmgr: Replace From impl with VanguardConfig::mode accessor.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-16T13:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d64f62abe379e673591d20b36dfbb638aa5f263d'/>
<id>urn:sha1:d64f62abe379e673591d20b36dfbb638aa5f263d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Fix broken doc link.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T10:49:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc10acd2c99eedc8e8cc6a2e94a195e793b9aede'/>
<id>urn:sha1:cc10acd2c99eedc8e8cc6a2e94a195e793b9aede</id>
<content type='text'>
</content>
</entry>
</feed>
