Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | memmod: fix import loading function usage | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-11-18 | mod: bump | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-11-07 | mod: update deps | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-11-07 | wintun: load wintun.dll from RCDATA resource | Simon Rozman | |
Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-10-27 | go.mod: bump golang.org/x/sys to latest version | Tobias Klauser | |
This adds the fixes for golang/go#41868 which are needed to build wireguard without direct syscalls on macOS. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-10-21 | tun/wintun/registry: fix Go 1.15 race/checkptr failure | Brad Fitzpatrick | |
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> [Jason: ran go mod tidy.] Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-05-02 | global: update header comments and modules | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2020-03-17 | global: use RTMGRP_* consts from x/sys/unix | Tobias Klauser | |
Update the golang.org/x/sys/unix dependency and use the newly introduced RTMGRP_* consts instead of using the corresponding RTNLGRP_* const to create a mask. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||
2019-10-04 | mod: bump versions | Jason A. Donenfeld | |
2019-08-30 | wintun: take mutex so that deletion uses the right name | Jason A. Donenfeld | |
2019-06-18 | tun: windows: never retry open on Windows 10 | Jason A. Donenfeld | |
2019-06-06 | wintun: guid functions are upstream | Jason A. Donenfeld | |
2019-05-23 | ipc: use simplified fork of winio | Jason A. Donenfeld | |
2019-05-03 | mod: update deps | Jason A. Donenfeld | |
2019-04-29 | go.mod: use vendored winio | Jason A. Donenfeld | |
2019-04-13 | windows: use proper constants from updated x/sys | Jason A. Donenfeld | |
2019-03-20 | tun: windows: use new constants in sys | Jason A. Donenfeld | |
2019-03-03 | global: begin modularization | Jason A. Donenfeld | |
2019-02-14 | Bump dependencies for ARM ChaCha20 | Jason A. Donenfeld | |
2019-02-05 | Import windows scafolding | Jason A. Donenfeld | |
2018-12-10 | Update go x/ libraries | Jason A. Donenfeld | |
Android 9's Bionic disallows inotify_init with seccomp, so we want the latest unix change, and while we're at it, we update the others too. Reported-by: Berk D. Demir <bdd@mindcast.org> Go CL: https://go-review.googlesource.com/c/sys/+/153318 Fixes: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003642.html | |||
2018-10-09 | Switch to go modules | Jason A. Donenfeld | |