<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/talpid-openvpn-plugin, 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-07-10T07:37:00Z</updated>
<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>Put the `tonic::Status` in a Box to make the error type smaller</title>
<updated>2025-07-09T07:51:28Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-05-22T14:13:58Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=e5107d094b51950277815c968e6f419514cc81c9'/>
<id>urn:sha1:e5107d094b51950277815c968e6f419514cc81c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update LegalCopyright year to 2025</title>
<updated>2025-01-02T10:13:38Z</updated>
<author>
<name>Markus Pettersson</name>
<email>markus.pettersson@mullvad.net</email>
</author>
<published>2025-01-02T09:56:59Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=7f075a98e490d63fcb7449e1071290a0c8de3c41'/>
<id>urn:sha1:7f075a98e490d63fcb7449e1071290a0c8de3c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade `tonic` to 0.12 and `prost` to 0.13</title>
<updated>2024-09-25T07:41:57Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2024-09-23T15:16:24Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=cb234d5e1b6e061ed6f3f209cae00e0dba9e9624'/>
<id>urn:sha1:cb234d5e1b6e061ed6f3f209cae00e0dba9e9624</id>
<content type='text'>
Upgrading `tonic` is a prerequisite to later on upgrading `hyper` to
version 1.0.

As of version 1.0, `hyper` no longer uses `tokio`s `AsyncWriter`
and `AsyncReader` traits, instead defining its own versions,
see &lt;https://github.com/hyperium/hyper/issues/3110&gt;. As tonic
`0.12` is updated to use the `hyper 1.0` ecosystem, it changed
some of its trait-bounds to the new `hyper` traits. The `hyper-utils`
crate provides the wrapper `TokioIo`, which converts between the two.

`prost` had to be upgraded as well, for compatibility.
</content>
</entry>
<entry>
<title>Add `parity-tokio-ipc` to workspace dependencies</title>
<updated>2024-09-25T07:40:44Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2024-09-24T06:54:31Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=0bee6e8104f4a5d2726919031444eeebabb8f5c5'/>
<id>urn:sha1:0bee6e8104f4a5d2726919031444eeebabb8f5c5</id>
<content type='text'>
Also regroup networking-related crates
</content>
</entry>
<entry>
<title>Add support for Windows ARM64</title>
<updated>2024-08-15T07:04:47Z</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2024-06-03T17:07:45Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=dd48537ad7284971c6276e60cc1a9e8b147937fb'/>
<id>urn:sha1:dd48537ad7284971c6276e60cc1a9e8b147937fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace err_derive with thiserror</title>
<updated>2024-02-27T09:38:19Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2024-02-26T13:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=a6d3578d256349ffe74b7c6a7a80ac2d70b7f68e'/>
<id>urn:sha1:a6d3578d256349ffe74b7c6a7a80ac2d70b7f68e</id>
<content type='text'>
`err_derive` is unmaintained and will probably stop working with rust
edition 2024. `thiserror` is almost a drop-in replacement. This commit
simply replaces all occurences of `derive(err_derive::Error)` with
`derive(thiserror::Error)` and fixes the attributes, but the Error and
Display impls should be identical.
</content>
</entry>
<entry>
<title>Fix redundant imports</title>
<updated>2024-02-19T14:28:02Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-02-19T09:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=07bf94820842bd3a034ca4e9b32641d7ef1c5e78'/>
<id>urn:sha1:07bf94820842bd3a034ca4e9b32641d7ef1c5e78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2024</title>
<updated>2024-02-19T14:08:20Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-02-19T06:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=982b1b437d8568f4f927e48c7a711724d9285e57'/>
<id>urn:sha1:982b1b437d8568f4f927e48c7a711724d9285e57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tonic_build::compile_protos() automatically prints rerun-if-changed</title>
<updated>2024-02-06T14:25:20Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and.mikhaylov@gmail.com</email>
</author>
<published>2024-02-01T15:13:14Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=f565a3d10559febe24f436f55c71aa1363e2f42a'/>
<id>urn:sha1:f565a3d10559febe24f436f55c71aa1363e2f42a</id>
<content type='text'>
</content>
</entry>
</feed>
