<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/mullvad-daemon/src/access_method.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-30T07:51:49Z</updated>
<entry>
<title>Handle error returned by access method's update function</title>
<updated>2025-09-30T07:51:49Z</updated>
<author>
<name>Tobias Järvelöv</name>
<email>tobias.jarvelov@mullvad.net</email>
</author>
<published>2025-09-01T08:57:05Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ec037d64d7f79321ea115eaa3a593f7d160721f6'/>
<id>urn:sha1:ec037d64d7f79321ea115eaa3a593f7d160721f6</id>
<content type='text'>
Map error in settings::Error in the update_access_method fn so we can
use the From impl to turn the error into a management interface status
later.
</content>
</entry>
<entry>
<title>Handle error returned by access method's append function</title>
<updated>2025-09-30T07:51:49Z</updated>
<author>
<name>Tobias Järvelöv</name>
<email>tobias.jarvelov@mullvad.net</email>
</author>
<published>2025-09-01T06:36:02Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=64e87a363ce1c404a587b3d1c03fa64ad6073ec5'/>
<id>urn:sha1:64e87a363ce1c404a587b3d1c03fa64ad6073ec5</id>
<content type='text'>
Map error in settings::Error so we can use the From impl to turn error
into a management interface status
</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 typos</title>
<updated>2025-06-05T14:21:09Z</updated>
<author>
<name>omahs</name>
<email>73983677+omahs@users.noreply.github.com</email>
</author>
<published>2025-05-11T07:49:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=73fcc2275c1a0bccb9e849d352e2bbd637f141e6'/>
<id>urn:sha1:73fcc2275c1a0bccb9e849d352e2bbd637f141e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building for Android, rename api to access_mode in mullvad-api</title>
<updated>2025-03-17T15:51:50Z</updated>
<author>
<name>Bug Magnet</name>
<email>marco.nikic@mullvad.net</email>
</author>
<published>2025-03-07T15:13:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6e46e26f12e0003c0e20ff8840e47689d6722806'/>
<id>urn:sha1:6e46e26f12e0003c0e20ff8840e47689d6722806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the api client from the daemon to mullvad-api</title>
<updated>2025-03-17T15:51:38Z</updated>
<author>
<name>Bug Magnet</name>
<email>marco.nikic@mullvad.net</email>
</author>
<published>2025-03-05T15:12:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=73da8abf9b25e1b1327e017c83a0ab2c519c632e'/>
<id>urn:sha1:73da8abf9b25e1b1327e017c83a0ab2c519c632e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle legacy always-on vpn profiles</title>
<updated>2024-11-27T08:00:18Z</updated>
<author>
<name>David Göransson</name>
<email>david.goransson@mullvad.net</email>
</author>
<published>2024-11-18T13:23:05Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1bb7fc7ebaa2837ed9f9d28c2bb5a6fd91033988'/>
<id>urn:sha1:1bb7fc7ebaa2837ed9f9d28c2bb5a6fd91033988</id>
<content type='text'>
Co-authored-by: Jonatan Rhodin &lt;jonatan.rhodin@mullvad.net&gt;
</content>
</entry>
<entry>
<title>Shut down gRPC server gracefully</title>
<updated>2024-08-06T05:57:01Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-08-02T13:05:08Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=4df215fdd188e59f22cfcc514177548d55ab21de'/>
<id>urn:sha1:4df215fdd188e59f22cfcc514177548d55ab21de</id>
<content type='text'>
This commit also removes the `EventListener` trait and the daemon is no
longer parameterized over it.
</content>
</entry>
<entry>
<title>Refactor daemon init and deinit on Android</title>
<updated>2024-06-24T15:36:16Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-06-13T19:59:40Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=02b302338d67cd341e2a69ed501aa3a2480f2d87'/>
<id>urn:sha1:02b302338d67cd341e2a69ed501aa3a2480f2d87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ClearCustomApiAccessMethods rpc call</title>
<updated>2024-04-12T12:53:12Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2024-04-09T14:30:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=9be8fb440ebefad790e8a09bd0ce1252575852be'/>
<id>urn:sha1:9be8fb440ebefad790e8a09bd0ce1252575852be</id>
<content type='text'>
</content>
</entry>
</feed>
