<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/test/test-rpc/src/client.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-12T09:29:56Z</updated>
<entry>
<title>Stop daemon correctly when changing log level in tests</title>
<updated>2025-09-12T09:29:56Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-09-11T08:14:22Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=295eff0a7d5b0b2ab388bab47035a68d7169f7d1'/>
<id>urn:sha1:295eff0a7d5b0b2ab388bab47035a68d7169f7d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wait for service after app install in tests</title>
<updated>2025-09-12T09:29:52Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-09-11T08:12:25Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=59da23f240a533f95ad384dc7fab06548fe9adbf'/>
<id>urn:sha1:59da23f240a533f95ad384dc7fab06548fe9adbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check actual service status in test framework instead of only named pipe</title>
<updated>2025-09-12T09:28:04Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-09-10T20:41:00Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f42d5ac3621a5e7a523092bfe353b5b72c7dc97e'/>
<id>urn:sha1:f42d5ac3621a5e7a523092bfe353b5b72c7dc97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add functions to toggle service startup</title>
<updated>2025-07-11T08:15:29Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-07-04T13:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=0f25b372d7dd0c9234f4f3edc28f8a0b0eba7afa'/>
<id>urn:sha1:0f25b372d7dd0c9234f4f3edc28f8a0b0eba7afa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add e2e test for clearing firewall rules on reboot</title>
<updated>2025-07-11T08:15:29Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-07-03T12:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1391bf030931ee44964702f5112e0bec5f18fea9'/>
<id>urn:sha1:1391bf030931ee44964702f5112e0bec5f18fea9</id>
<content type='text'>
In some conditions, you can be left with blocking firewall
rules if an upgrade fails to install the new app version.

Add e2e test to assert that these firewall rules are cleared on reboot
for Windows.
</content>
</entry>
<entry>
<title>Add ifconfig alias e2e test</title>
<updated>2025-06-09T12:52:53Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-06-03T16:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=0859b5d8c0b69f402087ce17b5fc9d178d802d32'/>
<id>urn:sha1:0859b5d8c0b69f402087ce17b5fc9d178d802d32</id>
<content type='text'>
Co-Authored-By: David Lönnhager &lt;david.l@mullvad.net&gt;
</content>
</entry>
<entry>
<title>Check that the daemon version is correct post-upgrade</title>
<updated>2024-11-08T12:09:02Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-11-04T09:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6163b769290945be4706b7956ad5ca27a177590d'/>
<id>urn:sha1:6163b769290945be4706b7956ad5ca27a177590d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo error handling `test_automatic_wireguard_rotation`</title>
<updated>2024-08-14T06:14:53Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2024-07-22T14:20:09Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=177f655563aff5ac182800d3e889b51f53cecf65'/>
<id>urn:sha1:177f655563aff5ac182800d3e889b51f53cecf65</id>
<content type='text'>
Make the following changes:
- Propagate the device error instead of throwing away the error
information by transforming it into an `Option`.
- Increase daemon restart timeout
- Convert catch-all arm to exhaustive check
</content>
</entry>
<entry>
<title>Fix lints for Rust verson 1.80 in e2e tests</title>
<updated>2024-07-29T11:45:00Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2024-07-29T09:57:00Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=514e8236f6d5a5e890e589c165ad2b24d2e19dd7'/>
<id>urn:sha1:514e8236f6d5a5e890e589c165ad2b24d2e19dd7</id>
<content type='text'>
* Lower priority for lint group
* doc list item missing indentation
</content>
</entry>
<entry>
<title>Add E2E test of CVE-2019-14899 mitigation</title>
<updated>2024-07-16T13:46:33Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2024-07-05T14:25:32Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=71ef4709732d9b0ba052d957a6483c743d5746aa'/>
<id>urn:sha1:71ef4709732d9b0ba052d957a6483c743d5746aa</id>
<content type='text'>
</content>
</entry>
</feed>
