<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows, branch pkg/walk</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/?h=pkg%2Fwalk</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/?h=pkg%2Fwalk'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2026-04-20T10:38:51Z</updated>
<entry>
<title>commondialogs: match full width '|'</title>
<updated>2026-04-20T10:38:51Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-20T10:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=857e549307fed893145bbab72ddd3fe08833c8c4'/>
<id>urn:sha1:857e549307fed893145bbab72ddd3fe08833c8c4</id>
<content type='text'>
A bug was encountered in the localization from:
    Configuration Files (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*
to:
    구성 파일 (*.zip, *.conf)|*.zip;*.conf|All Files (*.*)|*.*

Converting the latter into utf16 yields this sequence:

00000000  6c ad 31 c1 20 00 0c d3  7c c7 20 00 28 00 2a 00  |l.1. ...|. .(.*.|
00000010  2e 00 7a 00 69 00 70 00  2c 00 20 00 2a 00 2e 00  |..z.i.p.,. .*...|
00000020  63 00 6f 00 6e 00 66 00  29 00 7c 00 2a 00 2e 00  |c.o.n.f.).|.*...|
00000030  7a 00 69 00 70 00 3b 00  2a 00 2e 00 63 00 6f 00  |z.i.p.;.*...c.o.|
00000040  6e 00 66 00 7c 00 41 00  6c 00 6c 00 20 00 46 00  |n.f.|.A.l.l. .F.|
00000050  69 00 6c 00 65 00 73 00  20 00 28 00 2a 00 2e 00  |i.l.e.s. .(.*...|
00000060  2a 00 29 00 7c 00 2a 00  2e 00 2a 00              |*.).|.*...*.|

Notice on the top line, 0x7c, which is '|'. The old code thus replaced
7c c7 with 00 00, because it cast each utf16 character to a single byte
before doing the comparison.

Fix this by instead comparing the full utf16 character against the the
utf16 representation of '|', 7c 00.

Reported-by: 오한웅 &lt;oho790114@gmail.com&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>examples: remove</title>
<updated>2026-04-20T10:33:46Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-20T10:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=d2affa355b6ed6b234f4c36fde5316503be02ca5'/>
<id>urn:sha1:d2affa355b6ed6b234f4c36fde5316503be02ca5</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Remove use of json, which we don't use</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-11-30T21:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=e7fc19d483bd79b9c24ec6200700ab7d8899e7d0'/>
<id>urn:sha1:e7fc19d483bd79b9c24ec6200700ab7d8899e7d0</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Remove math/big usage</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-11-30T21:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=de48684f1e09e6c4030c1cdb8a7707fa399b5668'/>
<id>urn:sha1:de48684f1e09e6c4030c1cdb8a7707fa399b5668</id>
<content type='text'>
</content>
</entry>
<entry>
<title>databinding: disable reflection for better dead code elimination</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-09-19T03:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=7769f5316800a3bb699be5a03a083bbd0b20a07e'/>
<id>urn:sha1:7769f5316800a3bb699be5a03a083bbd0b20a07e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>webview: remove</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-02-28T07:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=d92283178d3cabe67bc7ee02834ae84f3d54032e'/>
<id>urn:sha1:d92283178d3cabe67bc7ee02834ae84f3d54032e</id>
<content type='text'>
We don't want anything resembling a browser engine near this app.
</content>
</entry>
<entry>
<title>global: replace class names</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-02-28T07:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=6d3774fce8e454105d445e90eb91e8674d8b6c99'/>
<id>urn:sha1:6d3774fce8e454105d445e90eb91e8674d8b6c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>declarative: remove</title>
<updated>2021-01-21T14:09:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-02-28T07:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=8d54c7d37fe595b8a626f4716669d89d13537339'/>
<id>urn:sha1:8d54c7d37fe595b8a626f4716669d89d13537339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #747 from evangwt/master</title>
<updated>2021-01-12T08:55:37Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2021-01-12T08:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c389da54e794a411ec9c9bfda01f2a0eb1b5a9b4'/>
<id>urn:sha1:c389da54e794a411ec9c9bfda01f2a0eb1b5a9b4</id>
<content type='text'>
MainWindow: fix ignore WM_SIZE causes statusbar invisible when created</content>
</entry>
<entry>
<title>Adding name to AUTHORS</title>
<updated>2021-01-12T01:56:02Z</updated>
<author>
<name>evangwt</name>
<email>evangwt@gmail.com</email>
</author>
<published>2021-01-12T01:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=395de3d1f782ce37eeb3d3a47ec2382d0daadc60'/>
<id>urn:sha1:395de3d1f782ce37eeb3d3a47ec2382d0daadc60</id>
<content type='text'>
</content>
</entry>
</feed>
