aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* curve25519: squelch warnings on clangJason A. Donenfeld2020-02-071-15/+19
* netlink: initialize mostly unused fieldJason A. Donenfeld2020-02-061-0/+1
* version: bumpv1.0.20200206Jason A. Donenfeld2020-02-061-1/+1
* netlink: don't pretend that sysconf isn't a functionJason A. Donenfeld2020-02-052-4/+15
* netlink: remove libmnl requirementJason A. Donenfeld2020-02-039-375/+792
* embeddable-wg-library: use newer string_listJason A. Donenfeld2020-02-032-58/+42
* extract-{handshakes,keys}: rework for upstream kernelJason A. Donenfeld2020-02-014-16/+6
* man: document dynamic debug trick for LinuxJason A. Donenfeld2020-01-311-0/+9
* wg-quick: android: split uids into multiple commandsJason A. Donenfeld2020-01-311-1/+8
* version: bumpv1.0.20200121Jason A. Donenfeld2020-01-211-1/+1
* Makefile: sort inputs to linker so that build is reproducibleJason A. Donenfeld2020-01-211-1/+1
* netlink: make sure to clear return value when trying againJason A. Donenfeld2020-01-111-1/+2
* fuzz: add set and setconf fuzzersJason A. Donenfeld2020-01-114-2/+123
* Makefile: evaluate git version lazilyJason A. Donenfeld2020-01-081-3/+3
* fuzz: add generic command argument fuzzerJason A. Donenfeld2020-01-045-5/+82
* ipc: simplify inflatable buffer and add fuzzerJason A. Donenfeld2020-01-045-65/+109
* Makefile: add standard 'all' targetJason A. Donenfeld2020-01-031-0/+2
* Makefile: remove pwd from compile outputJason A. Donenfeld2020-01-031-3/+3
* version: bumpv1.0.20200102Jason A. Donenfeld2020-01-021-1/+1
* global: bump copyrightJason A. Donenfeld2020-01-0266-66/+66
* 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
* dns-hatchet: adjust path for new repo layoutJason A. Donenfeld2019-12-261-1/+1
* Makefile: port static analysis checkJason A. Donenfeld2019-12-261-1/+4
* Makefile: DEBUG_TOOLS -> DEBUG and documentJason A. Donenfeld2019-12-262-1/+4
* 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-263-55/+71
* 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
* gitignore: trim down to basicsJason A. Donenfeld2019-12-261-12/+3
* 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-122-4/+4
* 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