Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-20 | Implement statistics | Jason A. Donenfeld | |
2019-10-18 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-18 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-13 | libwg-go: overwrite socket directory correctly | Jason A. Donenfeld | |
2019-10-13 | libwg-go: version bump | Jason A. Donenfeld | |
2019-10-13 | libwg-go: overwrite socket directory correctly | Jason A. Donenfeld | |
2019-10-12 | libwg-go: update to go 1.13 | Jason A. Donenfeld | |
2019-09-27 | Update to Golang 1.12.10 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-07-08 | tools: bump deps | Jason A. Donenfeld | |
2019-06-05 | libwg-go: bump | Jason A. Donenfeld | |
2019-03-19 | libwg-go: bump | Jason A. Donenfeld | |
2019-03-08 | Version bump | Jason A. Donenfeld | |
2019-03-07 | libwg-go: use netpoll rather than rwcancel | Jason A. Donenfeld | |
2019-03-03 | libwg-go: don't use submodule | Jason A. Donenfeld | |
2019-02-27 | libwg-go: update to 1.12 | Jason A. Donenfeld | |
2019-02-14 | tools: bump upstream version | Jason A. Donenfeld | |
This now includes the latest ARM64 ChaCha20 implementation, which should improve performance. | |||
2019-01-07 | Update copyright | Jason A. Donenfeld | |
2018-12-16 | Bump the go runtime | Jason A. Donenfeld | |
2018-12-15 | Bump the go runtime | Jason A. Donenfeld | |
2018-12-10 | Add upstream go patch for lstat | Jason A. Donenfeld | |
Android O disallows lstat, and this upstream golang patch hasn't made it into a release yet. | |||
2018-11-06 | libwg-go: do not mix C style and Go style variable names | Jason A. Donenfeld | |
2018-11-03 | libwg-go: don't forget to include jni calls | Jason A. Donenfeld | |
2018-10-30 | tools: update submodules | Jason A. Donenfeld | |
2018-10-11 | Never use system go | Jason A. Donenfeld | |
Telling people to patch their system go is bonkers. | |||
2018-10-09 | Update to go modules | Jason A. Donenfeld | |
2018-10-01 | Update gradle and external deps | Jason A. Donenfeld | |
2018-09-06 | global: update copyright headers | Jason A. Donenfeld | |
2018-08-26 | libwg-go: update golang version | Jason A. Donenfeld | |
2018-07-31 | GoBackend: make socket IPC optional | Jason A. Donenfeld | |
This fixes the multi-user case, which cannot be determined at compile time and probably isn't reasonable to consider anyway in a global manner. | |||
2018-07-24 | tools: let wg(8) play with userspace implementation | Jason A. Donenfeld | |
2018-07-06 | global: move to Apache 2.0 | Jason A. Donenfeld | |
2018-06-05 | libwg-go: better error when using unpatched Go | Jason A. Donenfeld | |
2018-06-05 | libwg-go: more efficient and safer string passing | Jason A. Donenfeld | |
It was unclear when the Go string was actually freed. | |||
2018-06-01 | libwg-go: fix style | Jason A. Donenfeld | |
2018-06-01 | Settings: add version | Jason A. Donenfeld | |
2018-05-27 | libwg-go: Saner way to deal with sockets | Jason A. Donenfeld | |
2018-05-26 | libwg-go: try no stickiness and no roaming | Jason A. Donenfeld | |
2018-05-24 | libwg-go: reenable sticky sockets, just slightly less sticky | Jason A. Donenfeld | |
2018-05-23 | libwg-go: use gopath | Jason A. Donenfeld | |
2018-05-22 | libwg-go: No sticky sockets with VPNService.java | Jason A. Donenfeld | |
2018-05-21 | Add stacktrace via SIGUSR2 | 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-05-02 | libwg-go: Ignore go{path,root} | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
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-27 | Latest go changes | Jason A. Donenfeld | |
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. |