aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wintun: return errors instead of panicking where possibleHEADmasterBrad Fitzpatrick2023-01-261-0/+15
| | | | | | | | Apparently there are weird crashes related to this, and returning an err would help diagnose them. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: move go:build line to topJason A. Donenfeld2023-01-263-6/+6
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Initial import from wireguard-go 380ee85Jason A. Donenfeld2021-11-047-0/+407
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>