| Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
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.
|
|
|
|
The script now specifies the correct name for the x86 Android ABI.
|
|
|
|
|
|
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.
|