<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/lib.rs, 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-08-28T14:27:46Z</updated>
<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-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: Use ExplicitOrAuto in the VanguardConfig</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-13T13:43:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d434d3266ceadfa1446f20e6f9f26d9c585b9c42'/>
<id>urn:sha1:d434d3266ceadfa1446f20e6f9f26d9c585b9c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Unconditionally define VanguardConfig.</title>
<updated>2024-06-03T09:47:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-13T13:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d17dc599c09af08ef501dfba3a685081491bb17a'/>
<id>urn:sha1:d17dc599c09af08ef501dfba3a685081491bb17a</id>
<content type='text'>
We want to export the `VanguardConfig` even if the `vanguards` feature
is disabled (we will need to unconditionally include it in the arti
config).

Note that if `vanguards` are disabled, the `VanguardMode` from the
`VanguardConfig` can only be `Dsiabled`.
</content>
</entry>
<entry>
<title>tor-guardmgr: Remove dead_code allow.</title>
<updated>2024-05-09T16:37:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T09:54:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cedc745429cb896fa0420ec9092865c0778c51b9'/>
<id>urn:sha1:cedc745429cb896fa0420ec9092865c0778c51b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-run maint/add_warning.</title>
<updated>2024-05-06T13:31:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-06T13:23:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97f452ec9958bf7d8ca3275c39655814a4494637'/>
<id>urn:sha1:97f452ec9958bf7d8ca3275c39655814a4494637</id>
<content type='text'>
This commit is automatically generated.
</content>
</entry>
<entry>
<title>tor-guardmgr: Split derive list over multiple lines.</title>
<updated>2024-04-11T14:10:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-11T13:24:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea0423959d8c66e8d5516f8ad2e27a6dbb8f38ed'/>
<id>urn:sha1:ea0423959d8c66e8d5516f8ad2e27a6dbb8f38ed</id>
<content type='text'>
</content>
</entry>
</feed>
