<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-guardmgr/src/err.rs, branch arti-v2.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-26T19:20:17Z</updated>
<entry>
<title>tor-guardmgr: Port to web_time_compat.</title>
<updated>2026-03-26T19:20:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T15:06:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02421eae87ee34653960046c25b6239b01f557c9'/>
<id>urn:sha1:02421eae87ee34653960046c25b6239b01f557c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: fix some duration string formatting</title>
<updated>2026-03-24T21:34:10Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-24T21:32:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d534e77a60bfb3ea0e51edeae0fb74743de764a0'/>
<id>urn:sha1:d534e77a60bfb3ea0e51edeae0fb74743de764a0</id>
<content type='text'>
Old text would say something like:

&gt; Retrying in FormattedDuration(29.999861026s).
</content>
</entry>
<entry>
<title>tor-guardmgr: Use humantime for some logging.</title>
<updated>2025-10-16T14:45:57Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-16T14:45:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4048d6448c18cfa4e8fe543e3bca92c24dd51f3'/>
<id>urn:sha1:d4048d6448c18cfa4e8fe543e3bca92c24dd51f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-guardmgr: Include retry time in AllGuardsDown error message.</title>
<updated>2025-10-16T14:40:51Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-08-12T16:53:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31b0147bd11fdc4c3dbb0cd4d9b89f3fa247ec07'/>
<id>urn:sha1:31b0147bd11fdc4c3dbb0cd4d9b89f3fa247ec07</id>
<content type='text'>
I don't love shoving such a complicated expression in thiserror, but it
seems nicer than writing the implementation by hand...
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>tor-config: Rename to ReconfigureError::UnsupportedSituation</title>
<updated>2022-11-24T14:31:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-24T14:15:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=112e28d88e7d6e711e2862ee7598663dd1650457'/>
<id>urn:sha1:112e28d88e7d6e711e2862ee7598663dd1650457</id>
<content type='text'>
From Unsupported.  Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/889#note_2856873
This was added in this MR.

Also add the missing semver note.
</content>
</entry>
<entry>
<title>tor-guardmgr: Refuse to configure bridges if we don't have the lock</title>
<updated>2022-11-23T13:03:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-23T13:00:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecaf8b23b8e4de2ae6a720d992794c10c0ac7a9b'/>
<id>urn:sha1:ecaf8b23b8e4de2ae6a720d992794c10c0ac7a9b</id>
<content type='text'>
Fixes #612
</content>
</entry>
<entry>
<title>tor-guardmgr: make replace_bridge_config fallible</title>
<updated>2022-11-23T13:00:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-23T12:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0b297c99cc62a0d3afd76bd1166fccbfd0a2afe'/>
<id>urn:sha1:c0b297c99cc62a0d3afd76bd1166fccbfd0a2afe</id>
<content type='text'>
The error type needs to be convertible to GuardMgrError and also to
ReconfigureError.  Neither of those is right, so we need a new error
type.
</content>
</entry>
<entry>
<title>Remove now-unused NoGuardsUsable case.</title>
<updated>2022-07-07T17:16:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-07T17:08:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a2631ff9e935503021fb45ac1315e106b5b11c3'/>
<id>urn:sha1:3a2631ff9e935503021fb45ac1315e106b5b11c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve message for failure to select a guard.</title>
<updated>2022-07-07T17:16:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-07T17:03:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=287fe915f9b0eb1fdc753b396e3f8bdc907a8e39'/>
<id>urn:sha1:287fe915f9b0eb1fdc753b396e3f8bdc907a8e39</id>
<content type='text'>
This uses similar techniques to the commit I just did for Fallbacks.
</content>
</entry>
</feed>
