aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: bump copyrightJason A. Donenfeld2020-01-0240-40/+40
* wg-quick: linux: quote ifname for nftJason A. Donenfeld2019-12-281-1/+1
* Makefile: rework automatic version.h manglingJason A. Donenfeld2019-12-272-9/+7
* fuzz: find bugs when parsing uapi inputJason A. Donenfeld2019-12-273-3/+64
* fuzz: find bugs in the config syntax parserJason A. Donenfeld2019-12-273-0/+86
* man: add documentation about removing explicit listen-portDevin Smith2019-12-271-1/+1
* Makefile: port static analysis checkJason A. Donenfeld2019-12-261-1/+4
* Makefile: DEBUG_TOOLS -> DEBUG and documentJason A. Donenfeld2019-12-261-1/+1
* systemd: update documentation URLJason A. Donenfeld2019-12-261-2/+2
* version: bumpv1.0.20191226Jason A. Donenfeld2019-12-261-1/+1
* Makefile: add git versioning to dev buildsJason A. Donenfeld2019-12-261-1/+9
* README: consolidate with INSTALL and rewriteJason A. Donenfeld2019-12-262-52/+1
* wg: include tools versionJason A. Donenfeld2019-12-262-0/+6
* wg: add back source formerly shared with kernel moduleJason A. Donenfeld2019-12-267-5/+1845
* wg-quick: linux: use already configured addresses instead of in-memoryJason A. Donenfeld2019-12-171-6/+6
* wg: adjust wg.8 syntax for consistency in COMMANDS sectionKai Haberzettl2019-12-131-1/+1
* wg-quick: linux: try both iptables(8) and nft(8) on teardownJason A. Donenfeld2019-12-121-1/+2
* wg-quick: linux: support older nft(8)Jason A. Donenfeld2019-12-121-5/+5
* global: fix up spellingJosh Soref2019-12-121-2/+2
* wg-quick: linux: add support for nft and prefer itJason A. Donenfeld2019-12-121-20/+39
* wg-quick: linux: ignore save warnings for iptables-nftJason A. Donenfeld2019-12-061-1/+1
* wg-quick: linux: suppress more warnings on weird kernelsJason A. Donenfeld2019-12-061-4/+4
* wg-quick: linux: some iptables don't like empty linesJason A. Donenfeld2019-12-051-6/+6
* wg-quick: linux: iptables-* -w is not widely supportedJason A. Donenfeld2019-12-051-2/+2
* ipc: make sure userspace communication frees wgdeviceJason A. Donenfeld2019-12-052-11/+16
* wg-quick: linux: have remove_iptables return trueJason A. Donenfeld2019-12-051-1/+1
* wg-quick: linux: ensure postdown hooks executeJason A. Donenfeld2019-12-051-2/+2
* wg-quick: linux: suppress error when finding unused tableJason A. Donenfeld2019-11-271-1/+1
* wg: add syncconf commandJason A. Donenfeld2019-11-273-0/+97
* wg-quick: linux: filter bogus injected packets and don't disable rpfilterJason A. Donenfeld2019-11-271-8/+29
* wg-quick: linux: only touch net.ipv4 for v4Jason A. Donenfeld2019-11-261-3/+5
* wg-quick: android: check for null in binder cleanup functionsJason A. Donenfeld2019-10-161-3/+6
* wg-quick: android: use Binder for setting DNS on Android 10Nicolas Douma2019-10-121-7/+429
* wg: windows: enforce named pipe ownership and use protected prefixJason A. Donenfeld2019-08-312-22/+40
* wg-quick: linux: don't fail down when using systemd-resolvedRonan Pigott2019-08-271-1/+1
* wg-quick: openbsd: fix alternate routing table syntaxAnkur Kothari2019-08-071-1/+1
* wg-quick: android: refactor and add incoming allow rulesJason A. Donenfeld2019-07-081-65/+73
* wg-quick: darwin: support being called from launchdJason A. Donenfeld2019-06-241-1/+16
* wg: pass WG_ENDPOINT_RESOLUTION_RETRIES=infinity to systemd unitJason A. Donenfeld2019-05-311-0/+1
* wg: add wincompat layer to wg(8)Jason A. Donenfeld2019-05-3115-0/+321
* wg: allow setting WG_ENDPOINT_RESOLUTION_RETRIESJason A. Donenfeld2019-05-292-4/+25
* wg-quick: specify protocol to ip(8), because of inconsistenciesJason A. Donenfeld2019-05-291-3/+7
* wg-quick: look up existing routes properlyJason A. Donenfeld2019-05-291-1/+1
* wg-quick: make darwin and freebsd path search strict like linuxJason A. Donenfeld2019-04-232-2/+4
* wg-quick: freebsd: workaround SIOCGIFSTATUS race in FreeBSD kernelJason A. Donenfeld2019-04-231-9/+22
* wg: avoid unneccessary next_peer assignments in sort_peers()Luis Ressel2019-03-231-2/+1
* wg-quick: add 'strip' subcommandLuis Ressel2019-03-235-5/+50
* wg: warn if an AllowedIP has a nonzero host partLuis Ressel2019-03-231-0/+34
* wg-quick: freebsd: export TMPDIR when restoring and don't make emptyJason A. Donenfeld2019-03-181-1/+2
* wg: add support for HaikuAlexander von Gluck IV2019-02-281-0/+3