summaryrefslogtreecommitdiffhomepage
path: root/wireguard/libwg/Android.mk
AgeCommit message (Collapse)AuthorFilesLines
2024-06-25Add a safe FFI wrapper in `wireguard-go-rs`Sebastian Holmin1-39/+0
- Add local wireguard go import - Activate DAITA and add `wgActivateDaita` and `wgReceiveEvent` FFI - Implement `start_daita` on Wireguard-go tunnel type - Mention DAITA in `wireguard-go-rs` description - Do not compile `wireguard-go-rs` on Windows - Handle DAITA closed on `nil` event - Handle daita action timeouts in libwg - Remove noisy log lines - Remove `maybenot_on_action` callback - Remove unused link to `../build/lib` for `talpid-wireguard` - Bump the `wireguard-go` submodule to a signed release tag in Mullvad's `wireguard-go` fork. - Update path to `libwg/go.sum` in verification script Also: - Use u64 instead of *mut void as log context - Make Tunnel::set_config take a &mut self - Use dyn Error instead of i32s for wg errors Co-authored-by: Joakim Hulthe <joakim@hulthe.net>
2024-01-04Update wireguard go version to 20230223181233Jonatan Rhodin1-1/+1
2022-08-15Bump go patch versionDavid Lönnhager1-1/+1
2022-08-15Bump makefile golang to 1.18.1Albin1-1/+2
2022-08-15Unify golang download urlsAlbin1-1/+1
2021-03-22Change built `libwg.so` output pathJanito Vaqueiro Ferreira Filho1-1/+1
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.
2020-07-07Use prebuild toolchainJanito Vaqueiro Ferreira Filho1-3/+2
2020-02-13Consolidate various libwg implementationsOdd Stranne1-0/+39