index
:
wireguard-tools
jd/capability-check
master
Required tools for WireGuard, such as wg(8) and wg-quick(8)
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-05-06
wg-quick: darwin: properly parse netstat -nr output
HEAD
master
Jason A. Donenfeld
1
-3
/
+3
2026-03-24
ipc: freebsd: add allowed-ip flags support for FreeBSD
Kyle Evans
1
-5
/
+2
2026-03-24
ipc: windows: support incremental allowed ips updates
Jason A. Donenfeld
2
-8
/
+9
2026-03-21
global: bump copyright
Jason A. Donenfeld
52
-53
/
+53
2026-03-21
wg: windows: raise min windows version to 10
Jason A. Donenfeld
5
-21
/
+28
2026-02-23
version: bump
v1.0.20260223
Jason A. Donenfeld
1
-1
/
+1
2026-02-23
syncconf: account for persistent keepalive removed from config file
Jason A. Donenfeld
1
-5
/
+15
2026-02-23
config: preserve const correctness
Jason A. Donenfeld
1
-1
/
+2
2026-02-23
wg-quick@.service: add deps on wg-quick.target
Doug Freed
1
-1
/
+2
2026-02-23
wg-quick: linux: do not unnecessarily set sysctl
Jason A. Donenfeld
1
-1
/
+1
2025-06-19
wg-quick: use addconf instead of setconf
Jason A. Donenfeld
5
-5
/
+5
2025-05-23
wg-quick: linux: deal with resolvconf migration more gracefully
Jason A. Donenfeld
1
-1
/
+1
2025-05-23
wg-quick: pass on # comments to {Pre,Post}{Up,Down}
Robyn Kosching
4
-16
/
+20
2025-05-23
syncconf: account for psks removed from config file
Jason A. Donenfeld
1
-19
/
+24
2025-05-21
wg-quick: linux: use smallest mtu, not largest
Jason A. Donenfeld
1
-5
/
+5
2025-05-21
version: bump
v1.0.20250521
Jason A. Donenfeld
1
-1
/
+1
2025-05-21
config: handle strdup failure
Ilia Shipitsin
1
-0
/
+5
2025-05-21
wg-quick: linux: add 'dev' to 'ip link add' to avoid keyword conflicts
TriangleSnake
1
-1
/
+1
2025-05-20
ipc: add stub for allowedips flags on other platforms
Jason A. Donenfeld
4
-1
/
+17
2025-05-20
ipc: linux: support incremental allowed ips updates
Jordan Rife
7
-4
/
+42
2025-05-20
ipc: freebsd: use AF_LOCAL for the control socket
Kyle Evans
1
-1
/
+1
2023-08-04
ipc: linux: enforce IFNAMSIZ limit
Jason A. Donenfeld
1
-0
/
+6
2023-05-18
man: set private key in PreUp rather than PostUp
Jason A. Donenfeld
1
-1
/
+1
2023-05-18
wg-quick: run PreUp hook after creating interface
Daniel Gröber
4
-4
/
+4
2023-02-08
show: fix show all endpoints output
Dmitry Selivanov
1
-2
/
+2
2022-11-03
ipc: freebsd: NULL out some freed memory in kernel_set_device()
Kyle Evans
1
-0
/
+3
2022-11-03
ipc: freebsd: avoid leaking memory in kernel_get_device()
Kyle Evans
1
-6
/
+13
2022-10-31
show: apply const to right part of pointer
Jason A. Donenfeld
1
-1
/
+1
2022-10-29
ipc: freebsd: move if_wg path to reflect new in-tree location
Kyle Evans
2
-1
/
+1
2022-06-17
wg-quick: linux: prevent traffic from momentarily leaking into tunnel
Tom Yan
1
-1
/
+1
2022-06-10
global: dual license core files as MIT for FreeBSD
Jason A. Donenfeld
20
-20
/
+20
2022-05-10
wg-quick: android: use right regex for host-vs-IP
Jason A. Donenfeld
1
-1
/
+1
2021-10-06
ipc: use more clever PnP enumerator
Jason A. Donenfeld
3
-60
/
+16
2021-09-14
version: bump
v1.0.20210914
Jason A. Donenfeld
1
-1
/
+1
2021-09-14
wg-quick: openbsd: set DNS with resolvd(8)
Matt Dunwoodie
1
-4
/
+14
2021-09-09
wg-quick: android: adjust for android 12
Jason A. Donenfeld
1
-2
/
+8
2021-08-12
wg-quick: darwin: account for "link#XX" gateways
Laura Hausmann
1
-2
/
+2
2021-07-31
ipc: windows: use devpkey instead of nci for name
Jason A. Donenfeld
4
-120
/
+41
2021-07-20
ipc: windows: don't display disabled adapters
Jason A. Donenfeld
1
-1
/
+4
2021-07-20
ipc: remove windows elevation
Jason A. Donenfeld
2
-150
/
+36
2021-07-20
ipc: cache windows lookups to avoid O(n^2) with nested lookups
Jason A. Donenfeld
3
-4
/
+136
2021-07-20
ipc: add wireguard-nt support
Jason A. Donenfeld
9
-9
/
+708
2021-05-06
man: mention BSD debugging
Jason A. Donenfeld
1
-0
/
+7
2021-04-24
version: bump
v1.0.20210424
Jason A. Donenfeld
1
-1
/
+1
2021-04-20
wg-quick: kill route monitor when loop terminates
Jason A. Donenfeld
3
-10
/
+16
2021-04-18
wg-quick: freebsd: use ifconfig for determining if interface is up
Jason A. Donenfeld
1
-16
/
+2
2021-03-23
wg-quick: freebsd: do not assume point-to-point interface flag
Jason A. Donenfeld
1
-1
/
+1
2021-03-21
wg-quick: freebsd: check for socket using -S, not -f
Jason A. Donenfeld
1
-1
/
+1
2021-03-15
version: bump
v1.0.20210315
Jason A. Donenfeld
1
-1
/
+1
2021-03-13
wg-quick: freebsd: avoid writing private keys to /tmp
Jason A. Donenfeld
1
-1
/
+1
[next]