| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-22 | Refactor the error matching code | Andrej Mihajlov | 2 | -2/+2 | |
| 2020-07-22 | Migrating RelayCache to REST relays | Andrej Mihajlov | 7 | -138/+91 | |
| 2020-07-22 | Bundle new REST API relays with the app | Andrej Mihajlov | 1 | -3/+1 | |
| 2020-07-22 | Adopt MullvadRest in RelayCache | Andrej Mihajlov | 1 | -17/+20 | |
| 2020-07-22 | Adopt MullvadRest in AutomaticKeyRotationManager | Andrej Mihajlov | 1 | -21/+26 | |
| 2020-07-22 | Adopt MullvadRest in LoginViewController | Andrej Mihajlov | 1 | -2/+2 | |
| 2020-07-22 | Adopt MullvadRest in Account | Andrej Mihajlov | 1 | -22/+22 | |
| 2020-07-22 | Adopt DisplayChainedError on RestError | Andrej Mihajlov | 1 | -2/+26 | |
| 2020-07-22 | Add MullvadRest implementation | Andrej Mihajlov | 2 | -1/+516 | |
| 2020-07-22 | Merge branch 'dependabot/npm_and_yarn/gui/lodash-4.17.19' | Oskar Nyberg | 1 | -26/+3 | |
| 2020-07-22 | Bump lodash from 4.17.14 to 4.17.19 in /gui | dependabot[bot] | 1 | -26/+3 | |
| Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2020-07-22 | Merge branch 'improve-notification-timeout' | Oskar Nyberg | 7 | -10/+50 | |
| 2020-07-22 | Add new notification behavior to changelog | Oskar Nyberg | 1 | -0/+1 | |
| 2020-07-22 | Add notification action buttons in macOS | Oskar Nyberg | 5 | -16/+42 | |
| 2020-07-22 | Make criticial notifications persistent | Oskar Nyberg | 1 | -1/+4 | |
| 2020-07-22 | Make notifications open app on click | Oskar Nyberg | 2 | -2/+12 | |
| 2020-07-22 | Merge branch 'win-wg-ipv6-issue' | David Lönnhager | 4 | -29/+39 | |
| 2020-07-22 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+2 | |
| 2020-07-22 | Only attempt to enable IPv6 on adapter if it's enabled in the app (WireGuard ↵ | David Lönnhager | 2 | -21/+10 | |
| on Windows) | |||||
| 2020-07-22 | Prevent infinite wait on non-existent IPv6 interface on Windows | David Lönnhager | 2 | -11/+30 | |
| 2020-07-21 | Merge branch 'move-cancel-hanlde-to-talpid-core' | Emīls | 3 | -102/+32 | |
| 2020-07-21 | Use futures::future::abortable instead | Emīls | 6 | -29/+24 | |
| 2020-07-21 | Move Cancellable et al to talpid-core | Emīls | 6 | -82/+17 | |
| 2020-07-21 | Upgrade tokio-rustls to 0.13.1 due to security vulnerability | Linus Färnstrand | 1 | -4/+6 | |
| The vulnerability is just exessive memory usage and does likely not apply to this program. But does not hurt to upgrade | |||||
| 2020-07-21 | Merge branch 'Poussinou/patch-1' | Linus Färnstrand | 1 | -2/+3 | |
| 2020-07-21 | Change order of f-droid and Google Play | Linus Färnstrand | 1 | -2/+2 | |
| 2020-07-21 | Update README.md | Poussinou | 1 | -2/+3 | |
| 2020-07-20 | Merge branch 'win-fix-exectostack-calls' | Odd Stranne | 1 | -2/+4 | |
| 2020-07-20 | Log uninstallation banner sooner | Odd Stranne | 1 | -2/+2 | |
| 2020-07-20 | Correctly pop to restore stack | Odd Stranne | 1 | -0/+2 | |
| 2020-07-20 | Merge branch 'android-split-tunnelling' | Janito Vaqueiro Ferreira Filho | 9 | -6/+98 | |
| 2020-07-20 | Reconnect to apply split tunnelling changes | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-07-20 | Allow forcing tunnel to be recreated | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 | |
| 2020-07-20 | Implement app toggle behaviour | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 | |
| 2020-07-20 | Update app toggle based on split tunnelling status | Janito Vaqueiro Ferreira Filho | 3 | -3/+15 | |
| 2020-07-20 | Toggle split tunnelling with the toggle switch | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-07-20 | Allow fragments to use the split tunnelling helper | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 | |
| 2020-07-20 | Add split tunnelling to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 2 | -2/+13 | |
| 2020-07-20 | Add split tunnelling to `TaplidVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-07-20 | Create `SplitTunnelling` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+33 | |
| 2020-07-20 | Merge branch 'manage-tun-from-java-side' | Janito Vaqueiro Ferreira Filho | 8 | -226/+393 | |
| 2020-07-20 | Handle tun device reuse in the Java side | Janito Vaqueiro Ferreira Filho | 3 | -62/+179 | |
| 2020-07-20 | Implement `Default` for `TunConfig` | Janito Vaqueiro Ferreira Filho | 1 | -17/+21 | |
| 2020-07-20 | Export `TunConfig` from `talpid-core` for Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2020-07-20 | Move wait for tun up event into `TalpidVpnService` | Janito Vaqueiro Ferreira Filho | 5 | -148/+190 | |
| 2020-07-20 | Add `isIpv6` property to `InetNetwork` | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2020-07-20 | Remove repeated dependencies | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 | |
| 2020-07-17 | Merge branch 'fix-conncheck' | Emīls | 5 | -33/+293 | |
| 2020-07-16 | Update changelog | Emīls | 1 | -0/+2 | |
| 2020-07-16 | Add really hacky tests to ping_monitor | Emīls | 1 | -2/+238 | |
