<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-vpn.git/pkg/standalone, branch master</title>
<subtitle>[bitmask-vpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/'/>
<entry>
<title>[bug] switch to keybase go-ps implementation</title>
<updated>2020-04-30T20:19:53+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2020-04-06T17:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=14a605300b7c1e1e2c32a7d10a401f6351a149ed'/>
<id>14a605300b7c1e1e2c32a7d10a401f6351a149ed</id>
<content type='text'>
The old mitchellh go-ps is not maintained and it has an issue where it
truncates the process names:
https://github.com/mitchellh/go-ps/issues/15

- Related: #152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old mitchellh go-ps is not maintained and it has an issue where it
truncates the process names:
https://github.com/mitchellh/go-ps/issues/15

- Related: #152
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] probe for the port of our matching helper</title>
<updated>2020-04-30T20:10:29+00:00</updated>
<author>
<name>kali kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2020-04-22T23:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=a62bd8d0ff93c224ffed086c8e50174e08a6b45c'/>
<id>a62bd8d0ff93c224ffed086c8e50174e08a6b45c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] the gateway IPs has changed</title>
<updated>2019-10-05T01:11:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-09-25T12:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=0f3ad6b0764c71c4b27b23a325051aaa39828f26'/>
<id>0f3ad6b0764c71c4b27b23a325051aaa39828f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] firewall isup return 1 is not an error</title>
<updated>2019-10-05T01:11:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-09-25T10:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=967351425241d00364a3ebd77722206aa17fb95a'/>
<id>967351425241d00364a3ebd77722206aa17fb95a</id>
<content type='text'>
bitmask-root firewall isup uses the return code to signal if the
firewall is up or not. We should not report it as an error.

- Resolves: #179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bitmask-root firewall isup uses the return code to signal if the
firewall is up or not. We should not report it as an error.

- Resolves: #179
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] exit cleanly in osx</title>
<updated>2019-09-08T02:00:32+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2019-09-04T23:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=74733b24c971a006c03e6d413a1ee71102c499d7'/>
<id>74733b24c971a006c03e6d413a1ee71102c499d7</id>
<content type='text'>
two things happen differently in osx:

- call to systray.Quit() halts the program (so if called directly, none
        of the deferred functions that we use for cleanup get to
        execute)
- systray.Run() blocks (so after loop returns, the main run.Run() function
        did not get to receive the boolean through the finishedCh channel.

proper shutdown is therefore fixed here by moving the call to
systray.Quit() to a goroutine that executes when the initialize()
function calls all the deferred functions.

we need to revisit this in case we want to break the main select loop
for a reson other than successfully terminating the program.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
two things happen differently in osx:

- call to systray.Quit() halts the program (so if called directly, none
        of the deferred functions that we use for cleanup get to
        execute)
- systray.Run() blocks (so after loop returns, the main run.Run() function
        did not get to receive the boolean through the finishedCh channel.

proper shutdown is therefore fixed here by moving the call to
systray.Quit() to a goroutine that executes when the initialize()
function calls all the deferred functions.

we need to revisit this in case we want to break the main select loop
for a reson other than successfully terminating the program.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] parse the result of firewall/isup for osx</title>
<updated>2019-09-04T23:18:47+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2019-09-04T23:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=80993915cad062e7b1efe86bfe18faae809d25bb'/>
<id>80993915cad062e7b1efe86bfe18faae809d25bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] gateway now lives in bonafide</title>
<updated>2019-08-28T17:23:28+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2019-08-27T23:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=5c04a9161b1b7ffa3514310a02310b620f323517'/>
<id>5c04a9161b1b7ffa3514310a02310b620f323517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] get the shapeshifter errors into the log</title>
<updated>2019-08-16T20:58:51+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-08-15T15:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=e26305eb7b2cf037fc85486adf767b1147f07e1f'/>
<id>e26305eb7b2cf037fc85486adf767b1147f07e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] be able to use obfs4</title>
<updated>2019-08-16T20:58:46+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-07-22T15:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=1de7bb124a5e502945712ef34f924ca4d1d0ca45'/>
<id>1de7bb124a5e502945712ef34f924ca4d1d0ca45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] bonafide to parse eip-service.json v3</title>
<updated>2019-08-16T20:58:45+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2019-06-19T08:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-vpn.git/commit/?id=35aaba1e0da53aed44a5741ca9a3a1e2de21baf5'/>
<id>35aaba1e0da53aed44a5741ca9a3a1e2de21baf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
