| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-01-03 | Scope MullvadAPIError into MullavdAPI as Error and add response codes expect... | Andrej Mihajlov | 3 | -35/+85 |
| 2020-01-03 | Add ResponseCode type to JsonRpcResponse | Andrej Mihajlov | 1 | -6/+11 |
| 2020-01-03 | Merge branch 'add-wireguard-device' | Andrej Mihajlov | 8 | -300/+655 |
| 2020-01-03 | Update project file | Andrej Mihajlov | 1 | -1/+15 |
| 2020-01-03 | Remove debug log | Andrej Mihajlov | 1 | -5/+2 |
| 2020-01-03 | Move WireGuard related routine to WireguardDevice | Andrej Mihajlov | 7 | -299/+643 |
| 2020-01-02 | Merge branch 'restrictdns-update' | David Lönnhager | 10 | -246/+187 |
| 2020-01-02 | Generalize PermitTunnelDns | David Lönnhager | 3 | -27/+55 |
| 2020-01-02 | Refactor WinFw | David Lönnhager | 9 | -193/+133 |
| 2020-01-02 | Update RestrictDns in WinFw | David Lönnhager | 5 | -83/+56 |
| 2020-01-02 | Merge branch 'libshared-update' | David Lönnhager | 1 | -8/+21 |
| 2020-01-02 | Skip TAP adapters whose names or attributes cannot be read instead of failing | David Lönnhager | 1 | -8/+21 |
| 2019-12-20 | Merge branch 'cleanup-obsoleted-code' | Janito Vaqueiro Ferreira Filho | 2 | -80/+34 |
| 2019-12-17 | Replace `resetComplete` with `isStopping` flag | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 |
| 2019-12-17 | Remove service connection coroutines | Janito Vaqueiro Ferreira Filho | 2 | -40/+17 |
| 2019-12-17 | Remove unused properties from `LocalBinder` | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 |
| 2019-12-17 | Refactor to remove `connectionProxy` variable | Janito Vaqueiro Ferreira Filho | 1 | -6/+15 |
| 2019-12-17 | Remove properties replaced by service connection | Janito Vaqueiro Ferreira Filho | 1 | -26/+0 |
| 2019-12-17 | Merge branch 'create-fragment-helper-classes' | Janito Vaqueiro Ferreira Filho | 11 | -128/+156 |
| 2019-12-17 | Refactor `LaunchFragment` to make it service aware | Janito Vaqueiro Ferreira Filho | 1 | -17/+17 |
| 2019-12-17 | Make `LoginFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -12/+1 |
| 2019-12-17 | Make `AccountFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -14/+3 |
| 2019-12-17 | Decouple `RemainingTimeLabel` from `MainActivity` | Janito Vaqueiro Ferreira Filho | 2 | -7/+7 |
| 2019-12-17 | Make `SettingsFragment` service aware | Janito Vaqueiro Ferreira Filho | 1 | -10/+4 |
| 2019-12-17 | Make `SelectLocationFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -18/+4 |
| 2019-12-17 | Make `WireguardKeyFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -18/+2 |
| 2019-12-17 | Make `ConnectFragment` service dependent | Janito Vaqueiro Ferreira Filho | 1 | -30/+3 |
| 2019-12-17 | Create `ServiceDependentFragment` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+57 |
| 2019-12-17 | Create `ServiceAwareFragment` helper class | Janito Vaqueiro Ferreira Filho | 2 | -1/+48 |
| 2019-12-17 | Add a service connection event notifier | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2019-12-17 | Merge branch 'update-cli' | David Lönnhager | 1 | -2/+2 |
| 2019-12-17 | Rename 'key generate' to 'key regenerate' in the CLI | David Lönnhager | 1 | -2/+2 |
| 2019-12-17 | Merge branch 'rotate-wireguard-pubkey' | David Lönnhager | 8 | -10/+398 |
| 2019-12-17 | Improve key rotation CLI | David Lönnhager | 5 | -34/+31 |
| 2019-12-17 | Refactor key rotation | David Lönnhager | 4 | -77/+50 |
| 2019-12-17 | Refactor key rotation | David Lönnhager | 2 | -211/+297 |
| 2019-12-17 | Reset rotation interval when the active account changes | David Lönnhager | 2 | -16/+32 |
| 2019-12-17 | Use tokio_timer rather than Delay (compatibility) | David Lönnhager | 1 | -10/+11 |
| 2019-12-17 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+4 |
| 2019-12-17 | Remove excessive logging in mullvad_daemon::wireguard | David Lönnhager | 1 | -4/+2 |
| 2019-12-17 | Format Rust code | David Lönnhager | 6 | -53/+82 |
| 2019-12-17 | Retry automatic key rotation on failure | David Lönnhager | 1 | -8/+30 |
| 2019-12-17 | Account for age of public key in wg key updates | David Lönnhager | 2 | -29/+75 |
| 2019-12-17 | Update key rotation scheduler when the interval is changed | David Lönnhager | 2 | -13/+28 |
| 2019-12-17 | Treat zero interval as disabling auto rotation | David Lönnhager | 1 | -5/+11 |
| 2019-12-17 | Add CLI interface for configuring automatic wg key rotation | David Lönnhager | 4 | -0/+81 |
| 2019-12-17 | Add configurable key rotation interval | David Lönnhager | 4 | -19/+33 |
| 2019-12-17 | Improve error handling | David Lönnhager | 1 | -8/+20 |
| 2019-12-17 | Add incomplete key rotation scheduler | David Lönnhager | 3 | -1/+89 |
| 2019-12-17 | Merge branch 'update-driverlogic' | David Lönnhager | 1 | -18/+8 |
