<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/talpid-dbus/src/network_manager.rs, 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-09-08T14:33:35Z</updated>
<entry>
<title>Fix lint `clippy::implicit_clone`</title>
<updated>2025-09-08T14:33:35Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-09-08T14:27:39Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=7e589578a517189bc77211c9f3c1c0696e76c2da'/>
<id>urn:sha1:7e589578a517189bc77211c9f3c1c0696e76c2da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `collapsible_if` clippy lint</title>
<updated>2025-07-15T12:56:58Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-07-15T11:09:41Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ebe328d1724a63c6d93df2155195ba7c5558fde2'/>
<id>urn:sha1:ebe328d1724a63c6d93df2155195ba7c5558fde2</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>Fix rustc nightly error: `elided lifetime has a name`</title>
<updated>2024-09-02T06:12:11Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-09-02T06:09:31Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5f784bc94b26df3cb7c14dd70be663043723aa62'/>
<id>urn:sha1:5f784bc94b26df3cb7c14dd70be663043723aa62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt to new never type fallback by explicitly stating unit types</title>
<updated>2024-06-14T13:17:48Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2024-06-14T06:57:52Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=26b27514ce8d513dfeb13098a01e0ee70bc5c296'/>
<id>urn:sha1:26b27514ce8d513dfeb13098a01e0ee70bc5c296</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>Add workspace level lints</title>
<updated>2024-01-04T17:06:21Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2023-07-13T14:21:27Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e'/>
<id>urn:sha1:6c7cabdd1492399618f0ecc8840b3c3dddfaeb3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix many typos</title>
<updated>2023-03-27T14:08:15Z</updated>
<author>
<name>Alexander Seiler</name>
<email>seileralex@gmail.com</email>
</author>
<published>2023-03-26T01:49:21Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93'/>
<id>urn:sha1:a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93</id>
<content type='text'>
Signed-off-by: Alexander Seiler &lt;seileralex@gmail.com&gt;
</content>
</entry>
<entry>
<title>Split up talpid-core</title>
<updated>2022-11-07T10:54:33Z</updated>
<author>
<name>Emīls Piņķis</name>
<email>emils@mullvad.net</email>
</author>
<published>2022-10-12T11:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ac846d3154e584e429927f2ecbec2b906bf50a68'/>
<id>urn:sha1:ac846d3154e584e429927f2ecbec2b906bf50a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix clippy complaints</title>
<updated>2022-09-27T08:19:43Z</updated>
<author>
<name>Emīls Piņķis</name>
<email>emils@mullvad.net</email>
</author>
<published>2022-09-26T16:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6ff370bffbb08e75019cfa862717a7908fa4d4b6'/>
<id>urn:sha1:6ff370bffbb08e75019cfa862717a7908fa4d4b6</id>
<content type='text'>
</content>
</entry>
</feed>
