<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/talpid-core/src/dns, 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-09T08:41:01Z</updated>
<entry>
<title>Remove `duct` from `talpid-core`</title>
<updated>2025-10-09T08:41:01Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-09-12T21:17:31Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=c5b6e9d3f6032e3310fbe4f7ab07004db0efffc2'/>
<id>urn:sha1:c5b6e9d3f6032e3310fbe4f7ab07004db0efffc2</id>
<content type='text'>
</content>
</entry>
<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>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>Inline format arguments</title>
<updated>2025-07-09T09:52:05Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2025-07-08T15:11:23Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=126ebffd7e1f371939395c6fdbe80fd6cc8373a8'/>
<id>urn:sha1:126ebffd7e1f371939395c6fdbe80fd6cc8373a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not ignore loopback addrs when setting DNS</title>
<updated>2025-05-14T16:00:31Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-05-12T10:08:09Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=c4d2fc9ee1ad74d0c5e8bfb160048044f222e72d'/>
<id>urn:sha1:c4d2fc9ee1ad74d0c5e8bfb160048044f222e72d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add safety comment to talpid_core::dns::windows::dnsapi</title>
<updated>2025-02-25T12:43:54Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-13T17:46:07Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=927d8053281779a0a6fac7c48449311a4b950667'/>
<id>urn:sha1:927d8053281779a0a6fac7c48449311a4b950667</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 even more modules</title>
<updated>2025-02-25T12:43:52Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim.hulthe@mullvad.net</email>
</author>
<published>2025-02-13T16:15:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ba26efb8d3df57e518b8a19d72db1d47f4d11418'/>
<id>urn:sha1:ba26efb8d3df57e518b8a19d72db1d47f4d11418</id>
<content type='text'>
</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>
</feed>
