| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-28 | Merge branch 'improve-connectivity-check' | Emīls | 10 | -220/+461 | |
| 2020-01-28 | Add conectivity check | Emīls | 10 | -220/+461 | |
| 2020-01-28 | Merge branch 'win-detect-hibernation' | Odd Stranne | 4 | -8/+161 | |
| 2020-01-28 | Update changelog | Odd Stranne | 1 | -0/+2 | |
| 2020-01-28 | Restart daemon after system hibernation | Odd Stranne | 3 | -8/+159 | |
| 2020-01-28 | Merge branch 'disable-wireguard-if-no-key' | Oskar Nyberg | 5 | -21/+67 | |
| 2020-01-28 | Add error message when there's no wireguard key | Oskar Nyberg | 3 | -4/+35 | |
| 2020-01-28 | Disable wireguard if there's no wireguard key | Oskar Nyberg | 2 | -17/+26 | |
| 2020-01-28 | Add disabled prop to selector items | Oskar Nyberg | 1 | -1/+7 | |
| 2020-01-27 | Merge branch 'update-to-electron-7' | Andrej Mihajlov | 5 | -609/+298 | |
| 2020-01-27 | Fix deprecated Electron APIs | Andrej Mihajlov | 3 | -9/+4 | |
| 2020-01-27 | Update to Electron 7.1.10 and NSEventMonitor 0.0.17 | Andrej Mihajlov | 2 | -600/+294 | |
| 2020-01-27 | Merge branch 'fix-wg-android-script' | Emīls | 1 | -0/+3 | |
| 2020-01-27 | Fix android buildscript | Emīls Piņķis | 1 | -0/+3 | |
| 2020-01-24 | Merge branch 'fix-gui-wireguard-key-error-bug' | Oskar Nyberg | 4 | -28/+35 | |
| 2020-01-24 | Add changelog entry about wireguard key view | Oskar Nyberg | 1 | -0/+1 | |
| 2020-01-24 | Move wireguard key error messages to between key info and buttons | Oskar Nyberg | 2 | -26/+22 | |
| 2020-01-24 | Reset key errors when validating key or generating new key | Oskar Nyberg | 1 | -2/+12 | |
| 2020-01-24 | Merge branch 'fix-readme-for-cgo' | Emīls Piņķis | 1 | -1/+4 | |
| 2020-01-24 | Add gcc to CGo requirements in README.md | Emīls | 1 | -1/+4 | |
| 2020-01-24 | Merge branch 'wintun-update' | David Lönnhager | 2 | -5/+10 | |
| 2020-01-23 | Fix file system redirection issue on Windows 7 | David Lönnhager | 1 | -4/+7 | |
| 2020-01-23 | Fix error handling in msiutil | David Lönnhager | 1 | -1/+3 | |
| 2020-01-23 | Merge branch 'add-wireguard-go' | Emīls | 25 | -10/+1453 | |
| 2020-01-23 | Bump binaries submodule | Emīls | 1 | -0/+0 | |
| Bump binaries submodule to remove wireguard-go and it's build artifacts | |||||
| 2020-01-23 | Add instructions on how to install Go to README | Emīls | 1 | -0/+7 | |
| 2020-01-23 | Run build-wireguard-go.sh from ci script | Emīls | 2 | -0/+13 | |
| 2020-01-23 | Update wireguard-go to v0.0.20200121 | Emīls | 5 | -3/+20 | |
| 2020-01-23 | Move wireguard-go into the repository | Emīls | 20 | -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-23 | Change Dockerfile to include a go compiler | Emīls | 1 | -1/+19 | |
| 2020-01-23 | Merge branch 'remove-wg-key-on-logout-ios' | Andrej Mihajlov | 3 | -13/+80 | |
| 2020-01-23 | Remove WireGuard key from server on log out | Andrej Mihajlov | 2 | -13/+71 | |
| 2020-01-23 | Add API call to remove_wg_key | Andrej Mihajlov | 1 | -0/+9 | |
| 2020-01-23 | Merge branch 'update-wireguard-bridge' | Andrej Mihajlov | 5 | -10/+25 | |
| 2020-01-23 | Update wireguard-go to v0.0.20200121 and all deps (crypto, net, sys) | Andrej Mihajlov | 2 | -4/+12 | |
| 2020-01-23 | Sync wireguard-go-bridge from https://github.com/WireGuard/wireguard-apple ↵ | Andrej Mihajlov | 5 | -10/+17 | |
| (commit: cd2c122a7ab3f02d0e35c8f2b5f0d6acce13ebb1) | |||||
| 2020-01-23 | Merge branch 'timer-fix' | David Lönnhager | 2 | -93/+77 | |
| 2020-01-23 | Update mullvad_daemon::wireguard | David Lönnhager | 2 | -39/+27 | |
| 2020-01-23 | Fix suspend issue for WireGuard key rotation | David Lönnhager | 1 | -64/+60 | |
| 2020-01-22 | Merge branch 'update-jnix-to-v0.1.2' | Janito Vaqueiro Ferreira Filho | 5 | -13/+13 | |
| 2020-01-22 | Update `jnix` dependency to version `0.1.2` | Janito Vaqueiro Ferreira Filho | 5 | -13/+13 | |
| Includes another fix for a local reference leak when converting to an `InetAddress`. | |||||
| 2020-01-22 | Merge branch 'sign-executables' | David Lönnhager | 3 | -45/+80 | |
| 2020-01-22 | Update README.md | David Lönnhager | 1 | -19/+22 | |
| 2020-01-22 | Sign select binaries for release builds | David Lönnhager | 2 | -26/+58 | |
| 2020-01-21 | Merge branch 'remove-individual-authors' | Linus Färnstrand | 13 | -32/+17 | |
| 2020-01-21 | Add `publish = false` to all Cargo.toml files | Linus Färnstrand | 13 | -0/+13 | |
| 2020-01-21 | Remove individual people from cargo authors metadata | Linus Färnstrand | 4 | -32/+4 | |
| 2020-01-20 | Merge branch 'win-refactor' | David Lönnhager | 10 | -77/+34 | |
| 2020-01-20 | Refactor Windows process headers | David Lönnhager | 4 | -12/+12 | |
| 2020-01-20 | Refactor ValueMapper | David Lönnhager | 4 | -65/+22 | |
