aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-06wg-quick: darwin: properly parse netstat -nr outputHEADmasterJason A. Donenfeld1-3/+3
2026-03-24ipc: freebsd: add allowed-ip flags support for FreeBSDKyle Evans1-5/+2
2026-03-24ipc: windows: support incremental allowed ips updatesJason A. Donenfeld2-8/+9
2026-03-21global: bump copyrightJason A. Donenfeld52-53/+53
2026-03-21wg: windows: raise min windows version to 10Jason A. Donenfeld5-21/+28
2026-02-23version: bumpv1.0.20260223Jason A. Donenfeld1-1/+1
2026-02-23syncconf: account for persistent keepalive removed from config fileJason A. Donenfeld1-5/+15
2026-02-23config: preserve const correctnessJason A. Donenfeld1-1/+2
2026-02-23wg-quick@.service: add deps on wg-quick.targetDoug Freed1-1/+2
2026-02-23wg-quick: linux: do not unnecessarily set sysctlJason A. Donenfeld1-1/+1
2025-06-19wg-quick: use addconf instead of setconfJason A. Donenfeld5-5/+5
2025-05-23wg-quick: linux: deal with resolvconf migration more gracefullyJason A. Donenfeld1-1/+1
2025-05-23wg-quick: pass on # comments to {Pre,Post}{Up,Down}Robyn Kosching4-16/+20
2025-05-23syncconf: account for psks removed from config fileJason A. Donenfeld1-19/+24
2025-05-21wg-quick: linux: use smallest mtu, not largestJason A. Donenfeld1-5/+5
2025-05-21version: bumpv1.0.20250521Jason A. Donenfeld1-1/+1
2025-05-21config: handle strdup failureIlia Shipitsin1-0/+5
2025-05-21wg-quick: linux: add 'dev' to 'ip link add' to avoid keyword conflictsTriangleSnake1-1/+1
2025-05-20ipc: add stub for allowedips flags on other platformsJason A. Donenfeld4-1/+17
2025-05-20ipc: linux: support incremental allowed ips updatesJordan Rife7-4/+42
2025-05-20ipc: freebsd: use AF_LOCAL for the control socketKyle Evans1-1/+1
2023-08-04ipc: linux: enforce IFNAMSIZ limitJason A. Donenfeld1-0/+6
2023-05-18man: set private key in PreUp rather than PostUpJason A. Donenfeld1-1/+1
2023-05-18wg-quick: run PreUp hook after creating interfaceDaniel Gröber4-4/+4
2023-02-08show: fix show all endpoints outputDmitry Selivanov1-2/+2
2022-11-03ipc: freebsd: NULL out some freed memory in kernel_set_device()Kyle Evans1-0/+3
2022-11-03ipc: freebsd: avoid leaking memory in kernel_get_device()Kyle Evans1-6/+13
2022-10-31show: apply const to right part of pointerJason A. Donenfeld1-1/+1
2022-10-29ipc: freebsd: move if_wg path to reflect new in-tree locationKyle Evans2-1/+1
2022-06-17wg-quick: linux: prevent traffic from momentarily leaking into tunnelTom Yan1-1/+1
2022-06-10global: dual license core files as MIT for FreeBSDJason A. Donenfeld20-20/+20
2022-05-10wg-quick: android: use right regex for host-vs-IPJason A. Donenfeld1-1/+1
2021-10-06ipc: use more clever PnP enumeratorJason A. Donenfeld3-60/+16
2021-09-14version: bumpv1.0.20210914Jason A. Donenfeld1-1/+1
2021-09-14wg-quick: openbsd: set DNS with resolvd(8)Matt Dunwoodie1-4/+14
2021-09-09wg-quick: android: adjust for android 12Jason A. Donenfeld1-2/+8
2021-08-12wg-quick: darwin: account for "link#XX" gatewaysLaura Hausmann1-2/+2
2021-07-31ipc: windows: use devpkey instead of nci for nameJason A. Donenfeld4-120/+41
2021-07-20ipc: windows: don't display disabled adaptersJason A. Donenfeld1-1/+4
2021-07-20ipc: remove windows elevationJason A. Donenfeld2-150/+36
2021-07-20ipc: cache windows lookups to avoid O(n^2) with nested lookupsJason A. Donenfeld3-4/+136
2021-07-20ipc: add wireguard-nt supportJason A. Donenfeld9-9/+708
2021-05-06man: mention BSD debuggingJason A. Donenfeld1-0/+7
2021-04-24version: bumpv1.0.20210424Jason A. Donenfeld1-1/+1
2021-04-20wg-quick: kill route monitor when loop terminatesJason A. Donenfeld3-10/+16
2021-04-18wg-quick: freebsd: use ifconfig for determining if interface is upJason A. Donenfeld1-16/+2
2021-03-23wg-quick: freebsd: do not assume point-to-point interface flagJason A. Donenfeld1-1/+1
2021-03-21wg-quick: freebsd: check for socket using -S, not -fJason A. Donenfeld1-1/+1
2021-03-15version: bumpv1.0.20210315Jason A. Donenfeld1-1/+1
2021-03-13wg-quick: freebsd: avoid writing private keys to /tmpJason A. Donenfeld1-1/+1