Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-02-17 | GoBackend: integrate into app | Jason A. Donenfeld | |
2018-02-17 | wg: bump commit | Jason A. Donenfeld | |
2018-01-10 | tools: error if setconf fails | Jason A. Donenfeld | |
2018-01-10 | tools: ifname has max len 15 | Jason A. Donenfeld | |
2018-01-09 | tools: try not to overflow | Jason A. Donenfeld | |
2017-12-26 | wg-quick: set mtu after addresses | Jason A. Donenfeld | |
This has all sorts of terrible implications and fixes a problem in a pretty terrible way. If the interface MTU is less than 1280, IPv6 addresses will fail to be added. Rather than explictly trying to catch this and do something particular about it -- such as nicely warning the user that there could be a v6 isolation issue, for example -- we just set the MTU _after_ we set the addresses, so that in setting the MTU, we wind up removing the addresses that were just added. This is pretty bad, but it makes things a bit smoother. | |||
2017-12-20 | tools: add wg-quick directly | Jason A. Donenfeld | |
We also use all search paths for tool, since many want this to be CLI too. | |||
2017-12-19 | tools: force ld.gold | Jason A. Donenfeld | |
This is to work around a linker bug affecting the NDK. Reference: https://github.com/android-ndk/ndk/issues/602 | |||
2017-12-18 | tools: better cmake | Jason A. Donenfeld | |
2017-12-15 | tools: build required tools with apk | Jason A. Donenfeld | |