<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/manager/ipc_server.go, branch jd/adminnobs</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/manager/ipc_server.go?h=jd%2Fadminnobs</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/manager/ipc_server.go?h=jd%2Fadminnobs'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2019-10-01T12:41:18Z</updated>
<entry>
<title>manager: do not panic if we can't yet get a config</title>
<updated>2019-10-01T12:41:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-10-01T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=3837481bfe3d19ce66fb9325c3f96484e0ecf24b'/>
<id>urn:sha1:3837481bfe3d19ce66fb9325c3f96484e0ecf24b</id>
<content type='text'>
Reported-by: Jonathan Tooker &lt;jonathan.tooker@netprotect.com&gt;
</content>
</entry>
<entry>
<title>manager: print panic stack trace in one missing part</title>
<updated>2019-10-01T12:35:25Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-10-01T12:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c3567119c31b07f03a81eda082bc65eaaf459457'/>
<id>urn:sha1:c3567119c31b07f03a81eda082bc65eaaf459457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: switch to vanilla gob from rpc to remove reflection bloat</title>
<updated>2019-09-23T13:29:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-09-19T04:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=56d3f48aa459d9a783419e4597373fa29e5bca61'/>
<id>urn:sha1:56d3f48aa459d9a783419e4597373fa29e5bca61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>global: use SECURITY_DESCRIPTOR apis from x/sys/windows</title>
<updated>2019-09-23T13:29:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-09-17T05:36:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5878d9a6b2251e5a0c464cb427a5eac7d1ada6e5'/>
<id>urn:sha1:5878d9a6b2251e5a0c464cb427a5eac7d1ada6e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: enforce client pipe ownership</title>
<updated>2019-09-02T03:46:47Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-30T19:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=116bf1d6d3c5d829654fe44206fcafe239439f5a'/>
<id>urn:sha1:116bf1d6d3c5d829654fe44206fcafe239439f5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: delay stale adapter cleanup</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-29T23:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c5a0c62c4f926cd49041c71f5bda06f42235e325'/>
<id>urn:sha1:c5a0c62c4f926cd49041c71f5bda06f42235e325</id>
<content type='text'>
By delaying this by 10 seconds, we ensure that we don't cause the locks
to be contended immediately on startup. Before, this added around 600ms
of latency to tunnel startup.
</content>
</entry>
<entry>
<title>manager: fix nits in adapter cleanup logic and also handle ‘%s’ uniformly</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-28T14:22:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=558e9d335a287a0ef985544cd583c0722d943c35'/>
<id>urn:sha1:558e9d335a287a0ef985544cd583c0722d943c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tunnel: move Run into own module to reduce file size</title>
<updated>2019-08-24T08:59:52Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-24T08:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5eae61a48e48d90a57810355e673170b88247a49'/>
<id>urn:sha1:5eae61a48e48d90a57810355e673170b88247a49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>global: cleanup TODO comment spacing</title>
<updated>2019-06-07T09:31:53Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-06-06T13:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=14dfc4e3e1925fcc3d303100c44ef4c321427c6b'/>
<id>urn:sha1:14dfc4e3e1925fcc3d303100c44ef4c321427c6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: don't forget to close pipe in runtime config</title>
<updated>2019-05-23T17:39:09Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-23T17:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=2dc2715e19a5d4a3544c092ad26ef7d6fa908a80'/>
<id>urn:sha1:2dc2715e19a5d4a3544c092ad26ef7d6fa908a80</id>
<content type='text'>
</content>
</entry>
</feed>
