Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-17 | application: style fix | Jason A. Donenfeld | |
2018-06-17 | Version bump for clat fix | Jason A. Donenfeld | |
2018-06-14 | Version bump | Jason A. Donenfeld | |
2018-06-12 | Version bump | 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-04 | TunnelManager: new intents | Jason A. Donenfeld | |
2018-06-01 | libwg-go: fix style | Jason A. Donenfeld | |
2018-06-01 | Version bump | Jason A. Donenfeld | |
2018-06-01 | Settings: add version | Jason A. Donenfeld | |
2018-05-31 | wg-quick: don't break push notifications | Jason A. Donenfeld | |
2018-05-29 | Version bump | Jason A. Donenfeld | |
2018-05-27 | libwg-go: Saner way to deal with sockets | Jason A. Donenfeld | |
2018-05-26 | Version bump | 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 | Fix hang and version bump | Jason A. Donenfeld | |
2018-05-21 | Add stacktrace via SIGUSR2 | Jason A. Donenfeld | |
2018-05-21 | Version bump | Jason A. Donenfeld | |
2018-05-16 | libwg-go: better up/down sync | Jason A. Donenfeld | |
2018-05-15 | libwg-go: more fixes | Jason A. Donenfeld | |
2018-05-15 | libwg-go: bump | Jason A. Donenfeld | |
2018-05-14 | tools: move wg-quick to main wireguard repo | Jason A. Donenfeld | |
2018-05-14 | libwg-go: make changes for recent go code | Jason A. Donenfeld | |
2018-05-10 | build: version bump and fix disaster | Jason A. Donenfeld | |
2018-05-09 | libwg-go: new timer system upstream | Jason A. Donenfeld | |
2018-05-09 | libwg-go: ensure local Go instance is patched | Jason A. Donenfeld | |
2018-05-05 | wireguard-go: bump submodule | Jason A. Donenfeld | |
2018-05-03 | tools: include libmnl paths after system paths for ndk 17 | 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-05-01 | libwg-go: do not deadlock on Close | 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-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. | |||
2018-04-23 | Version bump | Jason A. Donenfeld | |
2018-04-23 | Update application state based on wg-quick | Jason A. Donenfeld | |
2018-04-19 | Version bump | Jason A. Donenfeld | |
Due to https://github.com/golang/go/issues/24950 | |||
2018-04-19 | Work around go fd closing limitation and version bump | Jason A. Donenfeld | |
2018-04-18 | Version bump for go race condition | Jason A. Donenfeld | |
2018-04-18 | Determine MTU automatically | Jason A. Donenfeld | |
2018-04-18 | Update dependencies | Jason A. Donenfeld | |
2018-04-17 | GoBackend: default MTU is 1280 | Jason A. Donenfeld | |
This sucks, but it works with mobile networks. Later we can do something sophisticated like we do with wg-quick.c, but not now. | |||
2018-04-17 | global: update various upstreams | Jason A. Donenfeld | |
2018-02-28 | GoBackend: support NO_PI mode | Jason A. Donenfeld | |
2018-02-20 | Update submodules | Jason A. Donenfeld | |