Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-20 | global: wireguard.io --> wireguard.com | 1 | -1/+1 | ||
Due to concerns with the .io TLD, we are switching to using wireguard.com instead. | |||||
2017-06-08 | go test: use x/crypto for blake2s now that we have 128-bit mac | 1 | -3/+3 | ||
2017-06-01 | go test: correct tai64n and formatting | 1 | -26/+26 | ||
2017-06-01 | external-tests: add keepalive packet | 1 | -0/+12 | ||
2017-06-01 | go test: properly pad message | 1 | -2/+2 | ||
2017-05-17 | noise: redesign preshared key mode | 1 | -3/+6 | ||
2017-01-10 | Update copyright | 1 | -1/+1 | ||
2016-12-25 | external-tests: update to latest | 1 | -11/+23 | ||
2016-11-21 | headers: cleanup notices | 1 | -1/+1 | ||
2016-09-29 | git: organize ignore files | 1 | -0/+1 | ||
2016-07-07 | go test: don't rely on undefined append behavior | 1 | -5/+3 | ||
2016-07-07 | go test: actually use TAI64N | 1 | -1/+1 | ||
2016-07-07 | go test: don't use 1 as icmp ids | 1 | -3/+3 | ||
2016-07-07 | go test: dynamically calculate ip checksum | 1 | -2/+20 | ||
2016-07-07 | go test: add ICMP ping | 1 | -8/+64 | ||
2016-07-07 | external-tests: switch to demo server | 1 | -1/+1 | ||
2016-07-07 | go test: put nonce at correct location | 1 | -1/+1 | ||
2016-07-07 | go test: make more idiomatic | 1 | -40/+65 | ||
- gofmt - Give config struct one line per field - Use camel case - Check errors - Log invariants with detail - Use consistent pronouns |