<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/mullvad-paths/src/cache.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-05-28T11:25:27Z</updated>
<entry>
<title>Add in app upgrades to the daemon</title>
<updated>2025-05-28T11:25:27Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-04-09T11:47:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=23e7acba0f8afd4d238df067c836ae649fa80b84'/>
<id>urn:sha1:23e7acba0f8afd4d238df067c836ae649fa80b84</id>
<content type='text'>
---------

Co-authored-by: Markus Pettersson &lt;markus.pettersson@mullvad.net&gt;
</content>
</entry>
<entry>
<title>Rename create_dir_and_return and add documentation</title>
<updated>2025-05-19T14:20:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-19T13:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=33a7108b7ade4f8e0dc05aa25155ea60e92c4617'/>
<id>urn:sha1:33a7108b7ade4f8e0dc05aa25155ea60e92c4617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify expected permissions between Linux and macOS in mullvad-paths</title>
<updated>2025-05-19T14:20:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-16T10:02:52Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=8016afc61217df9fac683a4d2a33cfb52cfaf965'/>
<id>urn:sha1:8016afc61217df9fac683a4d2a33cfb52cfaf965</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move unix-specific code to own module in mullvad-paths</title>
<updated>2025-05-19T14:20:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-16T09:44:57Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e8ffdb8325e80de5b756deac8f9a307a1d4dd2b4'/>
<id>urn:sha1:e8ffdb8325e80de5b756deac8f9a307a1d4dd2b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete mullvad directories if their permissions are unexpected</title>
<updated>2025-05-19T14:20:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-14T13:48:17Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=14c90ebff746d4be8e9aad3ad566f5dee34a777f'/>
<id>urn:sha1:14c90ebff746d4be8e9aad3ad566f5dee34a777f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pointless closure in mullvad_paths</title>
<updated>2025-05-19T14:20:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-14T13:07:38Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b7217f32415b398a2bf5b886c92db416e93b4b48'/>
<id>urn:sha1:b7217f32415b398a2bf5b886c92db416e93b4b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get value of data directory value at app startup</title>
<updated>2024-06-17T07:49:52Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-06-11T13:37:43Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5c16eff4b48c6e14b720b81e0b548c8b31d5a22e'/>
<id>urn:sha1:5c16eff4b48c6e14b720b81e0b548c8b31d5a22e</id>
<content type='text'>
Remove `APP_PATH` from `mullvad-paths` on Android since it should
not be a constant value. Instead, it is passed down from the Android app
startup. As it turns out, it is really ever used for pointing to the RPC
socket in use.
</content>
</entry>
<entry>
<title>Stronger permissions for mullvad directories</title>
<updated>2023-11-13T08:21:40Z</updated>
<author>
<name>unknown</name>
<email>jonathan@mullvad.net</email>
</author>
<published>2023-10-23T10:34:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=59126cfb4dcf278565fadf84f36ff39e89d5f9ae'/>
<id>urn:sha1:59126cfb4dcf278565fadf84f36ff39e89d5f9ae</id>
<content type='text'>
Set read-only permissions for authenticated users and full-access for
admins for relevant mullvad directories on creation.
</content>
</entry>
<entry>
<title>Replace the old cache directory</title>
<updated>2021-01-12T15:10:21Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2021-01-08T15:32:31Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=00885edcf042d4ae45eed26c2f5c2c67bc5de9ec'/>
<id>urn:sha1:00885edcf042d4ae45eed26c2f5c2c67bc5de9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always prefer the last used API address</title>
<updated>2021-01-04T15:50:18Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2020-12-02T16:36:39Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=29260429f5cdf04ef4e51a42a4abd11f5e2e03b7'/>
<id>urn:sha1:29260429f5cdf04ef4e51a42a4abd11f5e2e03b7</id>
<content type='text'>
</content>
</entry>
</feed>
