<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config/src, branch arti-v1.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-08T17:20:50Z</updated>
<entry>
<title>tor-config: listen: Replace use of std::net (fmt)</title>
<updated>2025-04-08T17:20:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-04-08T11:15:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eee91f323ce0196522865cedff29c85c6415be03'/>
<id>urn:sha1:eee91f323ce0196522865cedff29c85c6415be03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: listen: Replace use of std::net</title>
<updated>2025-04-08T17:20:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-04-08T11:11:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=263c5738e1d4996884c4fb676cfa09ed8c950ae0'/>
<id>urn:sha1:263c5738e1d4996884c4fb676cfa09ed8c950ae0</id>
<content type='text'>
Almost the only remaining use of this was for SocketAddr which we
should just import.

Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2918#note_3185858
</content>
</entry>
<entry>
<title>tor-config: Listen: Provide single_address_legacy</title>
<updated>2025-04-08T16:33:03Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-04-01T14:22:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55e000ec26119a8941adc6835745828487692137'/>
<id>urn:sha1:55e000ec26119a8941adc6835745828487692137</id>
<content type='text'>
We're going to need this because of deficiencies in
metrics-exporter-prometheus.
</content>
</entry>
<entry>
<title>tor-config: fix `clippy::double_ended_iterator_last`</title>
<updated>2025-04-03T17:32:58Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-03T17:17:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec53c9eaa49e65f9c07c055518a1a543e868f8c8'/>
<id>urn:sha1:ec53c9eaa49e65f9c07c055518a1a543e868f8c8</id>
<content type='text'>
```text
warning: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator
   --&gt; crates/tor-config/src/load.rs:606:18
    |
606 |                 .last()
    |                  ^^^^^^ help: try: `next_back()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
note: the lint level is defined here
   --&gt; crates/tor-config/src/lib.rs:9:9
    |
9   | #![warn(clippy::all)]
    |         ^^^^^^^^^^^
    = note: `#[warn(clippy::double_ended_iterator_last)]` implied by `#[warn(clippy::all)]`
```
</content>
</entry>
<entry>
<title>file_watcher: Remove some now-unused things</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:41:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad0221a2d166a7727dc499ce7e036dcdd819b7c2'/>
<id>urn:sha1:ad0221a2d166a7727dc499ce7e036dcdd819b7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>file_watcher: Use .borrow_mut and sync Mutex</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:38:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=478bb2a5074eae007102e82fcd84b3217221dba6'/>
<id>urn:sha1:478bb2a5074eae007102e82fcd84b3217221dba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>file_watcher: Add some commentary about Event semantics</title>
<updated>2025-02-06T17:48:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-04T12:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=78cbc340b706891f58c77fa95fb59a2f5115477a'/>
<id>urn:sha1:78cbc340b706891f58c77fa95fb59a2f5115477a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Improve mistrust documentation</title>
<updated>2025-01-23T09:40:54Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-01-21T15:35:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6df4f6e1733956d5453a9e46b44d919594ec5f8'/>
<id>urn:sha1:b6df4f6e1733956d5453a9e46b44d919594ec5f8</id>
<content type='text'>
This commit improves the documentation for
`ConfigurationSources::set_mistrust`, by explaining that this option is
unrelated to the paths defined within the configuration file itself,
referring to the `storage.permissions.dangerously_trust_everyone`
option.
</content>
</entry>
<entry>
<title>tor-config: Test that uninteresting events get ignored.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-09T11:11:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d392e7db196e9245359546a26eb9abb511a7525'/>
<id>urn:sha1:7d392e7db196e9245359546a26eb9abb511a7525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Rewrite match for readability.</title>
<updated>2025-01-09T16:57:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-09T10:20:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee58f33692f94184ddb1490ef3ef570ce6a1f80d'/>
<id>urn:sha1:ee58f33692f94184ddb1490ef3ef570ce6a1f80d</id>
<content type='text'>
Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2696#note_3145971
</content>
</entry>
</feed>
