<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-rs, branch master</title>
<subtitle>Rust implementation of WireGuard</subtitle>
<id>https://git.zx2c4.com/wireguard-rs/atom/?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-rs/atom/?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/'/>
<updated>2021-01-13T17:10:52Z</updated>
<entry>
<title>Allows for erroneous Clippy lints</title>
<updated>2021-01-13T17:10:52Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2021-01-13T17:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=7d84ef9064559a29b23ab86036f7ef62b450f90c'/>
<id>urn:sha1:7d84ef9064559a29b23ab86036f7ef62b450f90c</id>
<content type='text'>
Signed-off-by: Mathias Hall-Andersen &lt;mathias@hall-andersen.dk&gt;
</content>
</entry>
<entry>
<title>Upgrade dependencies</title>
<updated>2021-01-05T21:53:27Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2021-01-05T21:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=1fb7975d3d8d3c3352221e9b296e12f2f5392eb6'/>
<id>urn:sha1:1fb7975d3d8d3c3352221e9b296e12f2f5392eb6</id>
<content type='text'>
Signed-off-by: Mathias Hall-Andersen &lt;mathias@hall-andersen.dk&gt;
</content>
</entry>
<entry>
<title>Fix some clippy warnings</title>
<updated>2020-10-08T08:19:51Z</updated>
<author>
<name>Quang Luong</name>
<email>quangio@outlook.com</email>
</author>
<published>2020-09-18T04:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=9b53a9d1a61115a328ca43955153d09cc2e969ef'/>
<id>urn:sha1:9b53a9d1a61115a328ca43955153d09cc2e969ef</id>
<content type='text'>
Signed-off-by: Quang Luong &lt;quangio@outlook.com&gt;
</content>
</entry>
<entry>
<title>Added MIT license</title>
<updated>2020-07-06T12:49:57Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-07-06T12:49:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=a7dea4f2b4ef4169b3c11360b0cdff83ae2034f7'/>
<id>urn:sha1:a7dea4f2b4ef4169b3c11360b0cdff83ae2034f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace RwLock&lt;HashMap&gt; with DashMap in handshake</title>
<updated>2020-06-19T21:45:56Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-06-19T21:45:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=6e307fc70e19093869311a04060cddf120b3c31e'/>
<id>urn:sha1:6e307fc70e19093869311a04060cddf120b3c31e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added architecture illustration.</title>
<updated>2020-06-14T19:57:35Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-06-14T19:57:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=c1dfc848c48978603fe801737a07b16cb0a9c1a3'/>
<id>urn:sha1:c1dfc848c48978603fe801737a07b16cb0a9c1a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent lock guard from being dropped prematurely</title>
<updated>2020-06-11T18:11:40Z</updated>
<author>
<name>Janito Vaqueiro Ferreira Filho</name>
<email>janito.vff@gmail.com</email>
</author>
<published>2020-06-11T16:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=bf10011de41928f0808c42c71276b40e7a5db89b'/>
<id>urn:sha1:bf10011de41928f0808c42c71276b40e7a5db89b</id>
<content type='text'>
Signed-off-by: Janito Vaqueiro Ferreira Filho &lt;janito@mullvad.net&gt;
</content>
</entry>
<entry>
<title>Enable wireguard-rs to build on stable.</title>
<updated>2020-05-22T16:01:15Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-05-22T16:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=16ede0f37da6050d3037cd85eb1055f239cef7b8'/>
<id>urn:sha1:16ede0f37da6050d3037cd85eb1055f239cef7b8</id>
<content type='text'>
WireGuard Rust targets the latest nightly compiler,
primarily for security and speed reasons.

The recommended way to build WireGuard Rust is still with latest nightly.
</content>
</entry>
<entry>
<title>Elimited Daemonize dependency</title>
<updated>2020-05-17T20:07:59Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-05-17T20:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=16f21989b476f6dae5de0cf1607805cfc308a0f5'/>
<id>urn:sha1:16f21989b476f6dae5de0cf1607805cfc308a0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "list_peers" and "lookup_peer".</title>
<updated>2020-05-13T21:23:17Z</updated>
<author>
<name>Mathias Hall-Andersen</name>
<email>mathias@hall-andersen.dk</email>
</author>
<published>2020-05-13T21:23:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-rs/commit/?id=8d53b0f5c186161e959f19e4847ecb67566a1b75'/>
<id>urn:sha1:8d53b0f5c186161e959f19e4847ecb67566a1b75</id>
<content type='text'>
</content>
</entry>
</feed>
