summaryrefslogtreecommitdiffhomepage
path: root/wireguard
AgeCommit message (Collapse)AuthorFilesLines
2020-12-03Use custom Wintun pool in libwgDavid Lönnhager1-0/+16
2020-11-27Update wireguard-goDavid Lönnhager5-30/+34
2020-11-05Move Docker images to Quay.ioJoshua Björkäng1-1/+1
2020-07-22Prevent infinite wait on non-existent IPv6 interface on WindowsDavid Lönnhager1-11/+24
2020-07-07Use prebuild toolchainJanito Vaqueiro Ferreira Filho2-17/+3
2020-05-19Allow building libwg-go without NDK scriptJanito Vaqueiro Ferreira Filho1-1/+8
2020-05-19Fail WireGuard-Go build with undefined variablesJanito Vaqueiro Ferreira Filho1-1/+1
2020-05-19Don't use Docker for F-Droid buildJanito Vaqueiro Ferreira Filho1-5/+20
2020-05-19Export GOPATH so that it is used by `make`Janito Vaqueiro Ferreira Filho1-1/+1
2020-02-13Fix file permissions and all the thingsEmīls5-49/+50
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-13Add readme for libwgOdd Stranne1-0/+26
2020-02-13Consolidate various libwg implementationsOdd Stranne20-891/+584
2020-02-07Use newer android docker image to build wireugardEmīls4-31/+13
Use newer android docker image to build wireguard-go libraries in CI to speed up builds. The main change is that NDK toolchains will now be installed at runtime to decrease the size (and thus the time it takes to download) the Docker image.
2020-02-07Move WireGuard artifacts instead of copyingLinus Färnstrand1-2/+2
2020-01-29Fix wireguard-go buildscript for AndroidEmīls1-1/+1
The script now specifies the correct name for the x86 Android ABI.
2020-01-27Fix android buildscriptEmīls Piņķis1-0/+3
2020-01-23Update wireguard-go to v0.0.20200121Emīls4-3/+19
2020-01-23Move wireguard-go into the repositoryEmīls12-0/+1369
Since the wireguard-go libraries were being changed too often to be in the binaries repository, they are moved into the main app repository. This means that for production builds, the libraries will be rebuilt every build.