<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/mullvad-exclude/src, branch decrease-leaks-during-reconnect</title>
<subtitle>The Mullvad VPN client app for desktop and mobile</subtitle>
<id>http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect</id>
<link rel='self' href='http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/'/>
<updated>2025-08-07T07:49:22Z</updated>
<entry>
<title>Improve error message in mullvad-exclude when cgroups v1 is missing</title>
<updated>2025-08-07T07:49:22Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-08-05T13:02:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=a4ce0bd15d2619cc840b6e7b618255af6d140659'/>
<id>urn:sha1:a4ce0bd15d2619cc840b6e7b618255af6d140659</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run `cargo fmt`</title>
<updated>2025-07-10T07:37:00Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-07-09T14:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=3fd1c56d397375a494cf9279ed42122de8548579'/>
<id>urn:sha1:3fd1c56d397375a494cf9279ed42122de8548579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unreachable pattern</title>
<updated>2024-08-12T10:59:43Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-08-12T08:12:47Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=748b29580007745db05ffd5f8a470c2396df6890'/>
<id>urn:sha1:748b29580007745db05ffd5f8a470c2396df6890</id>
<content type='text'>
Fix new rustc warning for `unreachable_patterns`
</content>
</entry>
<entry>
<title>Fix `clippy` lint 'suspicious_open_options'</title>
<updated>2024-02-27T10:48:39Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-02-26T08:36:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=335d62febc13c2c8fb6711302e59cab59793d466'/>
<id>urn:sha1:335d62febc13c2c8fb6711302e59cab59793d466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace err_derive with thiserror</title>
<updated>2024-02-27T09:38:19Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2024-02-26T13:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=a6d3578d256349ffe74b7c6a7a80ac2d70b7f68e'/>
<id>urn:sha1:a6d3578d256349ffe74b7c6a7a80ac2d70b7f68e</id>
<content type='text'>
`err_derive` is unmaintained and will probably stop working with rust
edition 2024. `thiserror` is almost a drop-in replacement. This commit
simply replaces all occurences of `derive(err_derive::Error)` with
`derive(thiserror::Error)` and fixes the attributes, but the Error and
Display impls should be identical.
</content>
</entry>
<entry>
<title>Fix clippy lints</title>
<updated>2024-01-02T09:40:32Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2023-12-29T17:10:03Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=a160b3b5daa83a52805631233261d5fb13f9e412'/>
<id>urn:sha1:a160b3b5daa83a52805631233261d5fb13f9e412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run `cargo clippy --fix` with the new Rust 1.67 preferred format</title>
<updated>2023-01-30T12:10:30Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2023-01-30T12:09:49Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6cf51c556ba0e18d469d54f2da5bd6d96d25b570'/>
<id>urn:sha1:6cf51c556ba0e18d469d54f2da5bd6d96d25b570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unnecessary allocs</title>
<updated>2022-07-05T07:45:39Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2022-07-04T13:00:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=14255888c2cc23500f917e5e4f2bc9b23ab1c8ed'/>
<id>urn:sha1:14255888c2cc23500f917e5e4f2bc9b23ab1c8ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Manually fix the simpler non-semantic clippy warns</title>
<updated>2022-06-14T16:29:29Z</updated>
<author>
<name>Jonathan</name>
<email>jonathan@mullvad.net</email>
</author>
<published>2022-06-13T08:49:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1b7349743318099b6b417575a6613eaf92ec077a'/>
<id>urn:sha1:1b7349743318099b6b417575a6613eaf92ec077a</id>
<content type='text'>
This commit tries to manually fix the clippy warnings that are fairly
straightforward and do not have rippling effects on the codebase nor
have a very high chance of causing bugs.
</content>
</entry>
<entry>
<title>Fix 'usage' string</title>
<updated>2020-12-18T11:46:33Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2020-12-17T10:44:29Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1cef9adc7c69303c7f67d4bb2721ae872b370c12'/>
<id>urn:sha1:1cef9adc7c69303c7f67d4bb2721ae872b370c12</id>
<content type='text'>
</content>
</entry>
</feed>
