<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/talpid-windows/src, 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-10-03T14:42:48Z</updated>
<entry>
<title>Bump windows-sys version to latest</title>
<updated>2025-10-03T14:42:48Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-09-29T10:51:17Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=13f2bab900c5fce9594f5351dbf2207e04ba8070'/>
<id>urn:sha1:13f2bab900c5fce9594f5351dbf2207e04ba8070</id>
<content type='text'>
This also refactors and documents some code
</content>
</entry>
<entry>
<title>Move get_system_dir to talpid-windows</title>
<updated>2025-09-03T12:57:50Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-08-27T20:20:35Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=9d4c2e92ec06ffaa6ca6a1cc17d10d8e79a3da93'/>
<id>urn:sha1:9d4c2e92ec06ffaa6ca6a1cc17d10d8e79a3da93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move multibyte_to_wide to talpid-windows</title>
<updated>2025-09-03T12:57:24Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-08-27T18:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=3abb6a6d990bba6e5f659dc1373955d944122c45'/>
<id>urn:sha1:3abb6a6d990bba6e5f659dc1373955d944122c45</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>Add test for is_admin_owned</title>
<updated>2025-03-24T15:43:29Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-03-19T21:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=192b831c6799fdb6694ff3fd353f0faba6ac3f9e'/>
<id>urn:sha1:192b831c6799fdb6694ff3fd353f0faba6ac3f9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function for checking if file is owned by admin or system account</title>
<updated>2025-03-24T15:43:29Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-03-19T17:52:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=85a07b3c58a246497f738bcbf15d2ff5b7d1b577'/>
<id>urn:sha1:85a07b3c58a246497f738bcbf15d2ff5b7d1b577</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary impl Sync</title>
<updated>2025-02-25T12:43:55Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-19T18:18:43Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=148e43dc21254caab5edcabfad6bbda957208e0e'/>
<id>urn:sha1:148e43dc21254caab5edcabfad6bbda957208e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix improper pointer provenance</title>
<updated>2025-02-25T12:43:53Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-13T17:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b899e4b0cda73cca24dc22c8396d72b1cc39dc6c'/>
<id>urn:sha1:b899e4b0cda73cca24dc22c8396d72b1cc39dc6c</id>
<content type='text'>
`&amp;mut buffer[0] as *mut u8` will create a raw pointer that is only
allowed to access the very first byte of `buffer`. `slice::as_mut_ptr`
is preferred.
</content>
</entry>
<entry>
<title>Allow undocumented_unsafe_blocks in some modules</title>
<updated>2025-02-25T12:37:43Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-11T14:40:21Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=417d1b551e3581b8cff66e524f542504feea04ae'/>
<id>urn:sha1:417d1b551e3581b8cff66e524f542504feea04ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some safety comments in talpid_windows::net</title>
<updated>2025-02-25T12:37:38Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-11T14:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f972cb95fbb143bfbb7334d1762b48591bede591'/>
<id>urn:sha1:f972cb95fbb143bfbb7334d1762b48591bede591</id>
<content type='text'>
</content>
</entry>
</feed>
