aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-02global: bump copyrightJason A. Donenfeld40-40/+40
2019-12-28wg-quick: linux: quote ifname for nftJason A. Donenfeld1-1/+1
2019-12-27Makefile: rework automatic version.h manglingJason A. Donenfeld2-9/+7
2019-12-27fuzz: find bugs when parsing uapi inputJason A. Donenfeld3-3/+64
2019-12-27fuzz: find bugs in the config syntax parserJason A. Donenfeld3-0/+86
2019-12-27man: add documentation about removing explicit listen-portDevin Smith1-1/+1
2019-12-26dns-hatchet: adjust path for new repo layoutJason A. Donenfeld1-1/+1
2019-12-26Makefile: port static analysis checkJason A. Donenfeld1-1/+4
2019-12-26Makefile: DEBUG_TOOLS -> DEBUG and documentJason A. Donenfeld2-1/+4
2019-12-26systemd: update documentation URLJason A. Donenfeld1-2/+2
2019-12-26version: bumpv1.0.20191226Jason A. Donenfeld1-1/+1
2019-12-26Makefile: add git versioning to dev buildsJason A. Donenfeld1-1/+9
2019-12-26README: consolidate with INSTALL and rewriteJason A. Donenfeld3-55/+71
2019-12-26wg: include tools versionJason A. Donenfeld2-0/+6
2019-12-26wg: add back source formerly shared with kernel moduleJason A. Donenfeld7-5/+1845
2019-12-26gitignore: trim down to basicsJason A. Donenfeld1-12/+3
2019-12-17wg-quick: linux: use already configured addresses instead of in-memoryJason A. Donenfeld1-6/+6
2019-12-13wg: adjust wg.8 syntax for consistency in COMMANDS sectionKai Haberzettl1-1/+1
2019-12-12wg-quick: linux: try both iptables(8) and nft(8) on teardownJason A. Donenfeld1-1/+2
2019-12-12wg-quick: linux: support older nft(8)Jason A. Donenfeld1-5/+5
2019-12-12global: fix up spellingJosh Soref2-4/+4
2019-12-12wg-quick: linux: add support for nft and prefer itJason A. Donenfeld1-20/+39
2019-12-06wg-quick: linux: ignore save warnings for iptables-nftJason A. Donenfeld1-1/+1
2019-12-06wg-quick: linux: suppress more warnings on weird kernelsJason A. Donenfeld1-4/+4
2019-12-05wg-quick: linux: some iptables don't like empty linesJason A. Donenfeld1-6/+6
2019-12-05wg-quick: linux: iptables-* -w is not widely supportedJason A. Donenfeld1-2/+2
2019-12-05ipc: make sure userspace communication frees wgdeviceJason A. Donenfeld2-11/+16
2019-12-05wg-quick: linux: have remove_iptables return trueJason A. Donenfeld1-1/+1
2019-12-05wg-quick: linux: ensure postdown hooks executeJason A. Donenfeld1-2/+2
2019-11-27wg-quick: linux: suppress error when finding unused tableJason A. Donenfeld1-1/+1
2019-11-27wg: add syncconf commandJason A. Donenfeld3-0/+97
2019-11-27reresolve-dns: remove invalid anchors on regex matchJason A. Donenfeld1-1/+1
2019-11-27wg-quick: linux: filter bogus injected packets and don't disable rpfilterJason A. Donenfeld1-8/+29
2019-11-26wg-quick: linux: only touch net.ipv4 for v4Jason A. Donenfeld1-3/+5
2019-10-16wg-quick: android: check for null in binder cleanup functionsJason A. Donenfeld1-3/+6
2019-10-12wg-quick: android: use Binder for setting DNS on Android 10Nicolas Douma1-7/+429
2019-08-31wg: windows: enforce named pipe ownership and use protected prefixJason A. Donenfeld2-22/+40
2019-08-27wg-quick: linux: don't fail down when using systemd-resolvedRonan Pigott1-1/+1
2019-08-07wg-quick: openbsd: fix alternate routing table syntaxAnkur Kothari1-1/+1
2019-07-08wg-quick: android: refactor and add incoming allow rulesJason A. Donenfeld1-65/+73
2019-06-24wg-quick: darwin: support being called from launchdJason A. Donenfeld3-1/+53
2019-05-31wg: pass WG_ENDPOINT_RESOLUTION_RETRIES=infinity to systemd unitJason A. Donenfeld1-0/+1
2019-05-31wg: add wincompat layer to wg(8)Jason A. Donenfeld15-0/+321
2019-05-29wg: allow setting WG_ENDPOINT_RESOLUTION_RETRIESJason A. Donenfeld2-4/+25
2019-05-29wg-quick: specify protocol to ip(8), because of inconsistenciesJason A. Donenfeld1-3/+7
2019-05-29wg-quick: look up existing routes properlyJason A. Donenfeld1-1/+1
2019-04-23wg-quick: make darwin and freebsd path search strict like linuxJason A. Donenfeld2-2/+4
2019-04-23wg-quick: freebsd: workaround SIOCGIFSTATUS race in FreeBSD kernelJason A. Donenfeld1-9/+22
2019-03-23wg: avoid unneccessary next_peer assignments in sort_peers()Luis Ressel1-2/+1
2019-03-23wg-quick: add 'strip' subcommandLuis Ressel5-5/+50