aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* global: wireguard.io --> wireguard.comJason A. Donenfeld2017-07-2010-14/+14
* gitignore: ignore split DWARF debug infoSamuel Holland2017-07-031-0/+1
* wg: remove double include in ipcJason A. Donenfeld2017-06-291-1/+0
* wg-quick: use printf -v instead of namerefs for bash 4.2Jason A. Donenfeld2017-06-281-3/+2
* wg-quick: properly match IPv6 endpointJason A. Donenfeld2017-06-241-1/+1
* haskell: re-add updated haskell exampleJason A. Donenfeld2017-06-245-0/+268
* wg: use proper __linux__ ifdefJason A. Donenfeld2017-06-121-1/+1
* wg-quick: match ipv6 default route more broadlyJason A. Donenfeld2017-06-121-1/+1
* wg-quick: make sure we have empty table for both v6 and v4Jason A. Donenfeld2017-06-111-1/+3
* external-tests: trim the fatJason A. Donenfeld2017-06-095-205/+0
* go test: use x/crypto for blake2s now that we have 128-bit macJason A. Donenfeld2017-06-081-3/+3
* go test: correct tai64n and formattingJason A. Donenfeld2017-06-011-26/+26
* external-tests: add keepalive packetJason A. Donenfeld2017-06-012-0/+23
* go test: properly pad messageJason A. Donenfeld2017-06-011-2/+2
* wg: allow creating device with no peersJason A. Donenfeld2017-05-311-4/+0
* rust test: add icmp pingJason A. Donenfeld2017-05-302-10/+63
* rust test: convert screech test to snowJake McGinty2017-05-302-39/+31
* man: update wg-quick(8) to show Debian resolvconf braindamageJason A. Donenfeld2017-05-301-2/+2
* wg-quick: use src routing for default routes in v6Jason A. Donenfeld2017-05-181-3/+11
* man: fix psk mention in wg-quick man pageJason A. Donenfeld2017-05-181-2/+2
* wg: opt-in globally to GNU-isms to keep the BSDs happyJason A. Donenfeld2017-05-172-2/+1
* wg: support text-based ipcJason A. Donenfeld2017-05-178-131/+321
* wg: check for proto error on set tooJason A. Donenfeld2017-05-171-3/+4
* wg: stricter key file readingJason A. Donenfeld2017-05-171-31/+40
* noise: redesign preshared key modeJason A. Donenfeld2017-05-1710-64/+73
* wg-quick: auto MTU discoveryJason A. Donenfeld2017-05-172-1/+28
* wg: retry name resolution on temporary failureJason A. Donenfeld2017-05-171-1/+10
* wg: no hyphen in preshared, to keep uniformityJason A. Donenfeld2017-04-203-3/+3
* wg: argc is always 1Jason A. Donenfeld2017-04-191-1/+1
* wg: check for malloc failureJason A. Donenfeld2017-04-191-0/+4
* wg: side channel resistant base64Jason A. Donenfeld2017-04-199-259/+86
* wg: do not use addrconfig with port in gaiJason A. Donenfeld2017-03-281-1/+1
* uapi: add version magicJason A. Donenfeld2017-03-242-8/+27
* wg-quick: various cleanupsJason A. Donenfeld2017-03-241-5/+6
* wg: document # comments in wg(8) man pageJason A. Donenfeld2017-03-241-1/+3
* wg-quick: support old ip(8)Pim van Pelt2017-03-191-4/+8
* contrib: add wg-json utilityJason A. Donenfeld2017-02-232-0/+59
* wg: fix bash completion spacesJason A. Donenfeld2017-02-232-5/+13
* wg: add wg show [interface] dumpJason A. Donenfeld2017-02-233-5/+51
* wg: give "off" value for fwmarkJason A. Donenfeld2017-02-234-5/+19
* wg-quick: allow config files without trailing newlineJason A. Donenfeld2017-02-231-1/+1
* extract-keys: respect compat directivesJason A. Donenfeld2017-02-201-0/+4
* wg-quick: unquote fwmark for bash 4.3Jason A. Donenfeld2017-02-141-1/+1
* wg-quick: set LC_ALL for consistent regexJason A. Donenfeld2017-02-131-0/+1
* socket: enable setting of fwmarkJason A. Donenfeld2017-02-137-22/+67
* socket: general ephemeral ports instead of name-based portsJason A. Donenfeld2017-02-131-3/+3
* wg-quick: support v6 dual stackJason A. Donenfeld2017-02-131-7/+18
* wg: remove key for any empty fileJason A. Donenfeld2017-02-072-25/+18
* wg: setconf should remove existing pskJason A. Donenfeld2017-02-071-0/+3
* wg-quick: recommend using resolvconf in exclusive modeJason A. Donenfeld2017-01-191-1/+1