Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-23 | libwg-go: use gopath | Jason A. Donenfeld | |
2018-05-14 | libwg-go: make changes for recent go code | Jason A. Donenfeld | |
2018-05-09 | libwg-go: ensure local Go instance is patched | Jason A. Donenfeld | |
2018-05-03 | global: fix up copyrights | Jason A. Donenfeld | |
2018-05-02 | libwg-go: avoid phony target and update go | Jason A. Donenfeld | |
2018-04-30 | libwg-go: use system Go when possible | Jason A. Donenfeld | |
We're still maybe curlzipping and using a binary distribution of Go, but at least this is only the case on machines that don't have go. | |||
2018-04-25 | Use variable map instead of shell switch | Jason A. Donenfeld | |
2018-04-24 | Use binary distro of Golang | Jason A. Donenfeld | |
This is a bummer, but Gradle already specifies tons of specific versions of various binary components, so this is not materially different than the rest of how this whole thing works. It also allows us to specify the Go version that will actually build a working binary of wireguard-go, since all of the Go bugs mean not every version works equally. We do *not* want to use whatever version a distro happens to be shipping. | |||
2018-04-23 | Version bump | Jason A. Donenfeld | |
2018-04-18 | Update dependencies | Jason A. Donenfeld | |
2018-02-17 | GoBackend: integrate into app | Jason A. Donenfeld | |