| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-22 | Set permissions for created build outputs | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2021-03-22 | Manually strip `libwg.so` | Janito Vaqueiro Ferreira Filho | 1 | -8/+17 | |
| 2021-03-22 | Change built `libwg.so` output path | Janito Vaqueiro Ferreira Filho | 1 | -7/+3 | |
| Change the makefile to output to the path that will be used when building the `mullvad-jni` crate, then copy that file to the path where the APK build process will look for it. This is the reverse of how it was previously handled. The reason for doing is is that the APK library will be stripped, so having that be the output of the makefile will always cause `make` to rebuild it unnecessary if it's stripped in place. Therefore, we keep the `make` output library unstripped, and copy a stripped version to the APK path. | |||||
| 2021-02-15 | Allow configuring architectures to build wg-go | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-07-07 | Use prebuild toolchain | Janito Vaqueiro Ferreira Filho | 1 | -14/+1 | |
| 2020-05-19 | Allow building libwg-go without NDK script | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 | |
| 2020-05-19 | Fail WireGuard-Go build with undefined variables | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-05-19 | Export GOPATH so that it is used by `make` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-02-13 | Fix file permissions and all the things | Emīls | 1 | -0/+0 | |
| Use chrono in talpid-core on all platforms Resolve unused imports and android errors Correct formatting Fix git attributes to use LF on Windows for go.mod Fix libwg_default.go Fix libwg_android.go Fix logging context management Fix return values Fix conditional compilation statement Fix go formatting | |||||
| 2020-02-13 | Consolidate various libwg implementations | Odd Stranne | 1 | -0/+64 | |
