<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/mullvad-cli/src/rpc.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>2018-05-03T17:51:17Z</updated>
<entry>
<title>Remove unnecessary `mullvad-cli::rpc` module</title>
<updated>2018-05-03T17:51:17Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-04-24T11:40:17Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=b1ec4fd195ba103e1155e1f1f9dfceb96b649aee'/>
<id>urn:sha1:b1ec4fd195ba103e1155e1f1f9dfceb96b649aee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `mullvad-ipc-client` in `mullvad-cli`</title>
<updated>2018-05-03T17:51:17Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-04-23T22:36:06Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=d4c110b635be72bffb0acfa709f18a37cbe7b4ab'/>
<id>urn:sha1:d4c110b635be72bffb0acfa709f18a37cbe7b4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to global windows temp directory on windows</title>
<updated>2018-04-04T14:51:29Z</updated>
<author>
<name>Andrej Mihajlov</name>
<email>and@mullvad.net</email>
</author>
<published>2018-04-04T14:12:15Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=8cf30bc78b534e6ffba8d54501201499f9ec826d'/>
<id>urn:sha1:8cf30bc78b534e6ffba8d54501201499f9ec826d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format code with newer rustfmt</title>
<updated>2018-03-26T13:02:12Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2018-03-26T13:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=24275418c20230bfc86448280cd369c24e652096'/>
<id>urn:sha1:24275418c20230bfc86448280cd369c24e652096</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename function to `ensure_written_by_admin`</title>
<updated>2018-03-05T18:05:40Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-03-05T14:25:07Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=09027d9216c720c5a9b190fa8f575957f78568b8'/>
<id>urn:sha1:09027d9216c720c5a9b190fa8f575957f78568b8</id>
<content type='text'>
Instead of `check_if_rpc_file_can_be_trusted`, in order to have a less
verbose name that also makes it clearer what's happening inside.
</content>
</entry>
<entry>
<title>Tweak RFC file trust error message</title>
<updated>2018-03-05T18:05:40Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-03-05T14:10:37Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=53c8ac945849751e7ac176cc7f848604887a89f6'/>
<id>urn:sha1:53c8ac945849751e7ac176cc7f848604887a89f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix formatting issue</title>
<updated>2018-03-05T18:05:40Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-03-05T13:56:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=2c28cde1a6a087c85eefff3765319616e791de25'/>
<id>urn:sha1:2c28cde1a6a087c85eefff3765319616e791de25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor read_rpc_address() function</title>
<updated>2018-03-05T18:04:19Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-03-03T14:38:57Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=ff59b99c6da56f65dc02bc7d65291e8d9926c529'/>
<id>urn:sha1:ff59b99c6da56f65dc02bc7d65291e8d9926c529</id>
<content type='text'>
Separate the opening of the RPC file into a new function, in order to
improve readability.
</content>
</entry>
<entry>
<title>Add details to RPC file is not trusted error</title>
<updated>2018-03-05T18:04:19Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito@mullvad.net</email>
</author>
<published>2018-03-03T14:24:43Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=abcf29d0644d754c1de0f97b8e885bbbcf1fc99a'/>
<id>urn:sha1:abcf29d0644d754c1de0f97b8e885bbbcf1fc99a</id>
<content type='text'>
Add a cause to the error with a message detailing which check failed.
This gives a hint to the user what went wrong.
</content>
</entry>
<entry>
<title>Add conditional compilation to stuff not needed on Windows</title>
<updated>2018-02-18T22:39:04Z</updated>
<author>
<name>Linus Färnstrand</name>
<email>linus@mullvad.net</email>
</author>
<published>2018-02-16T23:20:22Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=08f6eb436f03ba0c68d2a1e460e6ca42048124d6'/>
<id>urn:sha1:08f6eb436f03ba0c68d2a1e460e6ca42048124d6</id>
<content type='text'>
</content>
</entry>
</feed>
