<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows, branch jd/moderatekillproc</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/?h=jd%2Fmoderatekillproc</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/?h=jd%2Fmoderatekillproc'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2019-08-14T08:03:00Z</updated>
<entry>
<title>installer: kill leftover wireguard.exe processes forcibly</title>
<updated>2019-08-14T08:03:00Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-12T07:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=db4cecf21cc27eeded7c1cb8524ca0b2e6dbcdaa'/>
<id>urn:sha1:db4cecf21cc27eeded7c1cb8524ca0b2e6dbcdaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>installer: clean up logic</title>
<updated>2019-08-12T07:19:39Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-09T07:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=356048e2a95502a37e4ce413ddbefab5320737db'/>
<id>urn:sha1:356048e2a95502a37e4ce413ddbefab5320737db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: fix batch file status returning</title>
<updated>2019-08-12T07:11:27Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-09T11:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=d1ddf1522a98b7e02f6383a3c18cba8561f13a8c'/>
<id>urn:sha1:d1ddf1522a98b7e02f6383a3c18cba8561f13a8c</id>
<content type='text'>
Apparently, exit /b works only halfway in Windows 8 and later. The
%errorlevel% is correct after batch exits, but &amp;&amp; and || do not honor
it.

The `cmd /c exit` doesn't actually quit the batch processing, therefore
it must be at the very end of the batch file. Even `goto :eof` resets
the return status for &amp;&amp; and ||.

Source: https://www.computerhope.com/forum/index.php/topic,65815.msg920454.html#msg920454
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>build: use setlocal to keep build environment local</title>
<updated>2019-08-12T07:11:27Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-09T06:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=d7571e1ed4070a50324f1c9a3e8755e57bb841ab'/>
<id>urn:sha1:d7571e1ed4070a50324f1c9a3e8755e57bb841ab</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>installer: port custom actions from JScript to C</title>
<updated>2019-08-09T09:56:01Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-08T07:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=b3de85e47aeb27f5c33015026b25adf7edb3bf0e'/>
<id>urn:sha1:b3de85e47aeb27f5c33015026b25adf7edb3bf0e</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>installer: unify WIREGUARD_-specific WiX variables</title>
<updated>2019-08-07T08:03:56Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-07T08:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=80d9274a3bfbd306220f76846f0c8407a1c4bf23'/>
<id>urn:sha1:80d9274a3bfbd306220f76846f0c8407a1c4bf23</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>build: simplify path management</title>
<updated>2019-08-07T07:43:17Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-07T07:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=a82ac06d669d593c17e71d5f022b6b735a92ce03'/>
<id>urn:sha1:a82ac06d669d593c17e71d5f022b6b735a92ce03</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>build: support building from arbitrary folder</title>
<updated>2019-08-07T07:43:17Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-07T07:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=fda353780564dd7f9fd8e03fd5d6e45b1d1f6ce4'/>
<id>urn:sha1:fda353780564dd7f9fd8e03fd5d6e45b1d1f6ce4</id>
<content type='text'>
The :installdeps used .deps folder in the current working folder, while
build failed expecting to find sources in the current working folder
as well.

Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>version: bump</title>
<updated>2019-08-05T18:14:58Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-05T18:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=491d0e2369c1c320eb9f17b87195a30ef34b8368'/>
<id>urn:sha1:491d0e2369c1c320eb9f17b87195a30ef34b8368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>service: fix typo in error message</title>
<updated>2019-08-05T18:12:19Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-08-05T12:36:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=7059ad130427907871b17a597be7d2acbda59be8'/>
<id>urn:sha1:7059ad130427907871b17a597be7d2acbda59be8</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
</feed>
