<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/mullvad-daemon/src/logging.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-11-04T12:06:59Z</updated>
<entry>
<title>Silence `hyper_util` crate</title>
<updated>2025-11-04T12:06:59Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-10-22T07:32:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=640e05c83be4f55c3b884f7be1b76a65eaf345dd'/>
<id>urn:sha1:640e05c83be4f55c3b884f7be1b76a65eaf345dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `quinn_udp` to `WARNING_SILENCED_CRATES`</title>
<updated>2025-09-30T09:17:07Z</updated>
<author>
<name>Sebastian Holmin</name>
<email>sebastian.holmin@mullvad.net</email>
</author>
<published>2025-09-30T08:45:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b27d761ce7a0dd1b33515256ddbb3b99431b8032'/>
<id>urn:sha1:b27d761ce7a0dd1b33515256ddbb3b99431b8032</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>Silence quinn logging</title>
<updated>2025-05-08T07:23:55Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2025-04-25T14:14:20Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=cc5ab4dcb8fb7aaf7afb806de6e1fce5eeda9666'/>
<id>urn:sha1:cc5ab4dcb8fb7aaf7afb806de6e1fce5eeda9666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Shadowsocks to tunnel-obfuscation crate</title>
<updated>2024-08-16T07:13:27Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-05-30T11:57:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=5317b3d8565c4a4085499dd4a0add728404f3146'/>
<id>urn:sha1:5317b3d8565c4a4085499dd4a0add728404f3146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor daemon oneshot commands</title>
<updated>2024-03-21T14:03:43Z</updated>
<author>
<name>Joakim Hulthe</name>
<email>joakim@hulthe.net</email>
</author>
<published>2024-03-19T14:43:25Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=284930d020ce73039de6d4b108886eee649f482f'/>
<id>urn:sha1:284930d020ce73039de6d4b108886eee649f482f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update trust-dns to fix spinning issue</title>
<updated>2024-03-18T17:13:24Z</updated>
<author>
<name>David Lönnhager</name>
<email>david.l@mullvad.net</email>
</author>
<published>2024-03-18T09:11:26Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=494320fce679a1ae708215836b96aeeb64b3e9aa'/>
<id>urn:sha1:494320fce679a1ae708215836b96aeeb64b3e9aa</id>
<content type='text'>
This also fixes the issue of not handling closed sockets gracefully
</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>Apply clippy --fix fixes</title>
<updated>2023-04-21T09:21:12Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2023-04-21T07:42:02Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=c1510d99ff7724b8bc9572ca1daed07e5f7e1876'/>
<id>urn:sha1:c1510d99ff7724b8bc9572ca1daed07e5f7e1876</id>
<content type='text'>
This commit does not contain everything that `cargo clippy --fix`
changed on Windows. But the least controversial and simplest subset.
The remaining fixes I felt could use some manual cleanup also.
</content>
</entry>
<entry>
<title>Run `cargo clippy --fix` with the new Rust 1.67 preferred format</title>
<updated>2023-01-30T12:10:30Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2023-01-30T12:09:49Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=6cf51c556ba0e18d469d54f2da5bd6d96d25b570'/>
<id>urn:sha1:6cf51c556ba0e18d469d54f2da5bd6d96d25b570</id>
<content type='text'>
</content>
</entry>
</feed>
