<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/gui/src/renderer/lib/utilityHooks.ts, 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>2024-10-22T13:18:10Z</updated>
<entry>
<title>Split utility-hooks into two files</title>
<updated>2024-10-22T13:18:10Z</updated>
<author>
<name>Oskar</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-10-11T15:11:54Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=2deedc796ab42b8b20fa9db0e2d048ba11c2e21f'/>
<id>urn:sha1:2deedc796ab42b8b20fa9db0e2d048ba11c2e21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix react-compiler rule violations</title>
<updated>2024-10-22T13:18:10Z</updated>
<author>
<name>Oskar</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-10-16T09:44:23Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=411a5eedc83e1b43ebe48c05b382c54105d0a029'/>
<id>urn:sha1:411a5eedc83e1b43ebe48c05b382c54105d0a029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix exhaustive-deps rule violations</title>
<updated>2024-10-22T13:18:07Z</updated>
<author>
<name>Oskar</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-10-11T14:21:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=3d506e57aa7e22e4b7ba7a1c08ea51be8346b6a9'/>
<id>urn:sha1:3d506e57aa7e22e4b7ba7a1c08ea51be8346b6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent OpenVPN locations from showing in the location list</title>
<updated>2024-10-14T11:16:15Z</updated>
<author>
<name>Oskar</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-10-14T11:03:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=1d055d19e5f0e5465677d1a6fa93812c642af8ac'/>
<id>urn:sha1:1d055d19e5f0e5465677d1a6fa93812c642af8ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hook for forcing a rerender in a component</title>
<updated>2024-03-20T10:02:29Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2024-03-19T10:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=fb83478902398545f2b2ec721d838c5cbf51b1ab'/>
<id>urn:sha1:fb83478902398545f2b2ec721d838c5cbf51b1ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow app to use custom socks5 and shadwosocks proxies</title>
<updated>2024-01-03T13:38:41Z</updated>
<author>
<name>Jonathan</name>
<email>jonathan@mullvad.net</email>
</author>
<published>2023-12-05T09:03:08Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=4fdc34acbba60d5092e45ce3e513d30ec996c317'/>
<id>urn:sha1:4fdc34acbba60d5092e45ce3e513d30ec996c317</id>
<content type='text'>
This PR has a couple of different purposes
    - Allow users to use socks5 local proxies with the CLI without
      having to be root nor use split-tunneling. This only works for
      OpenVPN.
    - Unify the types used by different proxy parts of the codebase,
      such as the Access Methods as well as some already existing
      OpenVPN proxy code.

This PR changes the firewall on all desktop platforms as well as changes
the routing table slightly on MacOS and Windows.
On Linux the firewall code is modified to apply the appropriate firewall
marks to all packages that go to a remote endpoint corresponding to the
remote part of a local socks5 proxy. The firewall marks will allow the
routing to be done without having to modify the routing table.
On MacOS and Windows the routing table is modified to allow packages to
go to that same endpoint to pass outside the VPN tunnel, it will
additionally punch a hole in the firewall.

The PR also migrates the settings file from version 7 to version 8 in order
to properly and neatly unify Proxy related types.

Finally it provides some slight extensions to the gRPC interface in
order to allow for control over the custom proxy settings.
</content>
</entry>
<entry>
<title>Move ref cast to hook</title>
<updated>2023-10-30T17:02:26Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2023-10-24T18:17:42Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ea4b8a36c0eacdda848e1a1f3a8af388be026551'/>
<id>urn:sha1:ea4b8a36c0eacdda848e1a1f3a8af388be026551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move relay list logic to RelayListContext and scroll logic to ScrollPositionContext</title>
<updated>2022-11-24T15:26:28Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2022-11-21T12:15:16Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b3a27fdbdd56fec4255b785c73d702304f1e8180'/>
<id>urn:sha1:b3a27fdbdd56fec4255b785c73d702304f1e8180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add search field to select location view</title>
<updated>2022-11-24T15:26:28Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2022-11-17T16:57:35Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=4f8f400dd010235a3e52fc9294bebad06166f27e'/>
<id>urn:sha1:4f8f400dd010235a3e52fc9294bebad06166f27e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor SelectLocation and its subcomponents</title>
<updated>2022-11-24T15:26:28Z</updated>
<author>
<name>Oskar Nyberg</name>
<email>oskar@mullvad.net</email>
</author>
<published>2022-11-15T14:35:36Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=27a09008679cd99cf4e78a8b9b630527f0e0f7f1'/>
<id>urn:sha1:27a09008679cd99cf4e78a8b9b630527f0e0f7f1</id>
<content type='text'>
</content>
</entry>
</feed>
