summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-01-28Merge branch 'improve-connectivity-check'Emīls10-220/+461
2020-01-28Add conectivity checkEmīls10-220/+461
2020-01-28Merge branch 'win-detect-hibernation'Odd Stranne4-8/+161
2020-01-28Update changelogOdd Stranne1-0/+2
2020-01-28Restart daemon after system hibernationOdd Stranne3-8/+159
2020-01-28Merge branch 'disable-wireguard-if-no-key'Oskar Nyberg5-21/+67
2020-01-28Add error message when there's no wireguard keyOskar Nyberg3-4/+35
2020-01-28Disable wireguard if there's no wireguard keyOskar Nyberg2-17/+26
2020-01-28Add disabled prop to selector itemsOskar Nyberg1-1/+7
2020-01-27Merge branch 'update-to-electron-7'Andrej Mihajlov5-609/+298
2020-01-27Fix deprecated Electron APIsAndrej Mihajlov3-9/+4
2020-01-27Update to Electron 7.1.10 and NSEventMonitor 0.0.17Andrej Mihajlov2-600/+294
2020-01-27Merge branch 'fix-wg-android-script'Emīls1-0/+3
2020-01-27Fix android buildscriptEmīls Piņķis1-0/+3
2020-01-24Merge branch 'fix-gui-wireguard-key-error-bug'Oskar Nyberg4-28/+35
2020-01-24Add changelog entry about wireguard key viewOskar Nyberg1-0/+1
2020-01-24Move wireguard key error messages to between key info and buttonsOskar Nyberg2-26/+22
2020-01-24Reset key errors when validating key or generating new keyOskar Nyberg1-2/+12
2020-01-24Merge branch 'fix-readme-for-cgo'Emīls Piņķis1-1/+4
2020-01-24Add gcc to CGo requirements in README.mdEmīls1-1/+4
2020-01-24Merge branch 'wintun-update'David Lönnhager2-5/+10
2020-01-23Fix file system redirection issue on Windows 7David Lönnhager1-4/+7
2020-01-23Fix error handling in msiutilDavid Lönnhager1-1/+3
2020-01-23Merge branch 'add-wireguard-go'Emīls25-10/+1453
2020-01-23Bump binaries submoduleEmīls1-0/+0
Bump binaries submodule to remove wireguard-go and it's build artifacts
2020-01-23Add instructions on how to install Go to READMEEmīls1-0/+7
2020-01-23Run build-wireguard-go.sh from ci scriptEmīls2-0/+13
2020-01-23Update wireguard-go to v0.0.20200121Emīls5-3/+20
2020-01-23Move wireguard-go into the repositoryEmīls20-9/+1397
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.
2020-01-23Change Dockerfile to include a go compilerEmīls1-1/+19
2020-01-23Merge branch 'remove-wg-key-on-logout-ios'Andrej Mihajlov3-13/+80
2020-01-23Remove WireGuard key from server on log outAndrej Mihajlov2-13/+71
2020-01-23Add API call to remove_wg_keyAndrej Mihajlov1-0/+9
2020-01-23Merge branch 'update-wireguard-bridge'Andrej Mihajlov5-10/+25
2020-01-23Update wireguard-go to v0.0.20200121 and all deps (crypto, net, sys)Andrej Mihajlov2-4/+12
2020-01-23Sync wireguard-go-bridge from https://github.com/WireGuard/wireguard-apple ↵Andrej Mihajlov5-10/+17
(commit: cd2c122a7ab3f02d0e35c8f2b5f0d6acce13ebb1)
2020-01-23Merge branch 'timer-fix'David Lönnhager2-93/+77
2020-01-23Update mullvad_daemon::wireguardDavid Lönnhager2-39/+27
2020-01-23Fix suspend issue for WireGuard key rotationDavid Lönnhager1-64/+60
2020-01-22Merge branch 'update-jnix-to-v0.1.2'Janito Vaqueiro Ferreira Filho5-13/+13
2020-01-22Update `jnix` dependency to version `0.1.2`Janito Vaqueiro Ferreira Filho5-13/+13
Includes another fix for a local reference leak when converting to an `InetAddress`.
2020-01-22Merge branch 'sign-executables'David Lönnhager3-45/+80
2020-01-22Update README.mdDavid Lönnhager1-19/+22
2020-01-22Sign select binaries for release buildsDavid Lönnhager2-26/+58
2020-01-21Merge branch 'remove-individual-authors'Linus Färnstrand13-32/+17
2020-01-21Add `publish = false` to all Cargo.toml filesLinus Färnstrand13-0/+13
2020-01-21Remove individual people from cargo authors metadataLinus Färnstrand4-32/+4
2020-01-20Merge branch 'win-refactor'David Lönnhager10-77/+34
2020-01-20Refactor Windows process headersDavid Lönnhager4-12/+12
2020-01-20Refactor ValueMapperDavid Lönnhager4-65/+22