<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/talpid-dbus/src/lib.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>2024-08-27T08:23:29Z</updated>
<entry>
<title>Use std LazyLock instead of once_cell Lazy</title>
<updated>2024-08-27T08:23:29Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-07-29T09:46:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=95ebffa3f13903146ca1c1a0c0345e5ebf1b461b'/>
<id>urn:sha1:95ebffa3f13903146ca1c1a0c0345e5ebf1b461b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace all use of `lazy_static` with `once_cell`</title>
<updated>2023-08-04T08:56:34Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2023-06-22T07:18:49Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=0aa9e9a140b8c5090596125d7b713b3eed5b054d'/>
<id>urn:sha1:0aa9e9a140b8c5090596125d7b713b3eed5b054d</id>
<content type='text'>
To align more with the upcoming standardizations within the Rust
ecosystem which started with the release of `1.70.0` and the inevitable
deprecation of `lazy_static`.
</content>
</entry>
<entry>
<title>Add systemd module to talpid-dbus</title>
<updated>2022-09-21T10:26:26Z</updated>
<author>
<name>Emīls Piņķis</name>
<email>emils@mullvad.net</email>
</author>
<published>2022-08-23T14:28:48Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=27fa1d9f00fe4a078a1d64348a806890d0aea4bd'/>
<id>urn:sha1:27fa1d9f00fe4a078a1d64348a806890d0aea4bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat code without blank_lines_upper_bound = 2</title>
<updated>2021-11-29T12:09:35Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2021-11-26T12:54:58Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=bc55e8482e45fa1a42a16078a80400cafb1a4258'/>
<id>urn:sha1:bc55e8482e45fa1a42a16078a80400cafb1a4258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Watch DNS config changes in systemd-resolved</title>
<updated>2021-03-02T11:45:54Z</updated>
<author>
<name>Emīls</name>
<email>emils@mullvad.net</email>
</author>
<published>2021-02-19T00:44:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5d8fe0f8e75fd0b942285d3782c358a37d3dc34c'/>
<id>urn:sha1:5d8fe0f8e75fd0b942285d3782c358a37d3dc34c</id>
<content type='text'>
Certain NM versions will overwrite systemd-resovled config when they're
reapplying existing config, this can be invoked `nmcli general reload
dns-full` or by receiving a new DHCP lease. NM will just wipe the config
for interfaces it doesn't have the config for in systemd-resolved, and
since our daemon prefers systemd-resolved over NM, our config would be
wiped. To fix this, I've changed the systemd-resolved DNS code to listen
to changes to the global DNS config and reapply the tunnel interface DNS
config if it's changed in any way.

To better seperate the conecrns, the systemd-resolved DBus specific code
was moved to the `talpid-dbus` crate, and the DNS code that manages the
state and applies changes remains in `talpid-core`.

One other solution that was considered was to just prefer NM over
systemd-resolved, and we already kind of could do that, but the coming
NM versions (1.28 and up) seem to not be able to manage DNS via it's own
/etc/resolv.conf.
</content>
</entry>
<entry>
<title>Add talpid-dbus crate</title>
<updated>2021-01-12T10:24:38Z</updated>
<author>
<name>Emīls</name>
<email>emils@mullvad.net</email>
</author>
<published>2020-12-18T12:24:50Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=071c39162078c4627b2e9f028c55a8d00bfbc812'/>
<id>urn:sha1:071c39162078c4627b2e9f028c55a8d00bfbc812</id>
<content type='text'>
</content>
</entry>
</feed>
