<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-go/device/device.go, branch fw/codeQuality</title>
<subtitle>Go implementation of WireGuard</subtitle>
<id>https://git.zx2c4.com/wireguard-go/atom/device/device.go?h=fw%2FcodeQuality</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-go/atom/device/device.go?h=fw%2FcodeQuality'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/'/>
<updated>2020-06-22T00:42:28Z</updated>
<entry>
<title>device: export Bind and remove socketfd shims for android</title>
<updated>2020-06-22T00:42:28Z</updated>
<author>
<name>David Crawshaw</name>
<email>crawshaw@tailscale.com</email>
</author>
<published>2020-06-22T00:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=b84f1d4db25e6e7de29551d3fd9c3c10e0b731e1'/>
<id>urn:sha1:b84f1d4db25e6e7de29551d3fd9c3c10e0b731e1</id>
<content type='text'>
Signed-off-by: David Crawshaw &lt;crawshaw@tailscale.com&gt;
</content>
</entry>
<entry>
<title>global: update header comments and modules</title>
<updated>2020-05-02T08:08:26Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-05-02T08:08:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=db0aa39b765243c6a4ac9a2e348311df9517c0bf'/>
<id>urn:sha1:db0aa39b765243c6a4ac9a2e348311df9517c0bf</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>conn: introduce new package that splits out the Bind and Endpoint types</title>
<updated>2020-05-02T07:46:42Z</updated>
<author>
<name>David Crawshaw</name>
<email>crawshaw@tailscale.com</email>
</author>
<published>2019-11-07T16:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=203554620dc8114de1ff70bb30b80f828e9e26ad'/>
<id>urn:sha1:203554620dc8114de1ff70bb30b80f828e9e26ad</id>
<content type='text'>
The sticky socket code stays in the device package for now,
as it reaches deeply into the peer list.

This is the first step in an effort to split some code out of
the very busy device package.

Signed-off-by: David Crawshaw &lt;crawshaw@tailscale.com&gt;
</content>
</entry>
<entry>
<title>noise: unify zero checking of ecdh</title>
<updated>2020-03-18T05:07:14Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-03-18T05:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=4739708ca4fa68e2dd1915618d8cba113dac9312'/>
<id>urn:sha1:4739708ca4fa68e2dd1915618d8cba113dac9312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: fix private key removal logic</title>
<updated>2020-02-04T21:02:53Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-02-04T17:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=6ed56ff2dfd57ba47cdf604eb3c455acb553c0df'/>
<id>urn:sha1:6ed56ff2dfd57ba47cdf604eb3c455acb553c0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: drop lock before expiring keys</title>
<updated>2019-08-05T15:46:34Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-05T15:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=4be9630ddc26090fdb62915def925fc13f98519f'/>
<id>urn:sha1:4be9630ddc26090fdb62915def925fc13f98519f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: immediately rekey all peers after changing device private key</title>
<updated>2019-07-11T15:37:35Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-07-11T15:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=a961aacc9f4dff9e617197c6433f8c9628928132'/>
<id>urn:sha1:a961aacc9f4dff9e617197c6433f8c9628928132</id>
<content type='text'>
Reported-by: Derrick Pallas &lt;derrick@pallas.us&gt;
</content>
</entry>
<entry>
<title>tun: remove TUN prefix from types to reduce stutter elsewhere</title>
<updated>2019-06-14T16:35:57Z</updated>
<author>
<name>Matt Layher</name>
<email>mdlayher@gmail.com</email>
</author>
<published>2019-06-10T21:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=1f48971a80f48257e478e532f6971d0557026120'/>
<id>urn:sha1:1f48971a80f48257e478e532f6971d0557026120</id>
<content type='text'>
Signed-off-by: Matt Layher &lt;mdlayher@gmail.com&gt;
</content>
</entry>
<entry>
<title>device: add SendKeepalivesToPeersWithCurrentKeypair for handover</title>
<updated>2019-05-30T13:16:16Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-30T13:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=d9f995209c3cc7bda242e8752680d78684fd62e4'/>
<id>urn:sha1:d9f995209c3cc7bda242e8752680d78684fd62e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: fail to give bind if it doesn't exist</title>
<updated>2019-05-17T13:35:20Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-17T13:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-go/commit/?id=c718f3940d6546f83cc14c4f121d52470a705c31'/>
<id>urn:sha1:c718f3940d6546f83cc14c4f121d52470a705c31</id>
<content type='text'>
</content>
</entry>
</feed>
