| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-02-26 | Update copy | Andrej Mihajlov | 1 | -11/+11 |
| 2020-02-26 | Fix storyboard | Andrej Mihajlov | 1 | -16/+8 |
| 2020-02-26 | Show Safari controller the standard way | Andrej Mihajlov | 1 | -8/+5 |
| 2020-02-26 | Automatically pull keyboard in Login controller | Andrej Mihajlov | 1 | -0/+6 |
| 2020-02-26 | Add prefersHeaderBarHidden to RootContainment protocol | Andrej Mihajlov | 4 | -8/+45 |
| 2020-02-26 | Add image spacing into calculation of intrinsicContentSize of CustomButton | Andrej Mihajlov | 1 | -4/+24 |
| 2020-02-26 | Make sure to add the child view controller before loading the view so that th... | Andrej Mihajlov | 1 | -7/+7 |
| 2020-02-26 | Add consent view controller and rework app button | Andrej Mihajlov | 9 | -106/+498 |
| 2020-02-26 | Rename Paid until -> Active until | Andrej Mihajlov | 1 | -1/+1 |
| 2020-02-26 | Delete "manage keys" button | Andrej Mihajlov | 4 | -59/+21 |
| 2020-02-26 | Hide create account footer | Andrej Mihajlov | 2 | -4/+2 |
| 2020-02-26 | Remove create account URL | Andrej Mihajlov | 1 | -1/+0 |
| 2020-02-26 | Remove buy button | Andrej Mihajlov | 3 | -50/+18 |
| 2020-02-26 | Fix typo in docs/security.md | Chandradeep Dey | 1 | -1/+1 |
| 2020-02-26 | Merge branch 'tunnel-state-machine-doc' | Linus Färnstrand | 1 | -0/+107 |
| 2020-02-25 | Describe state machine inputs and outputs | Janito Vaqueiro Ferreira Filho | 1 | -0/+50 |
| 2020-02-25 | Provide a high-level overview of the state machine | Janito Vaqueiro Ferreira Filho | 1 | -0/+57 |
| 2020-02-25 | Merge branch 'sign-dlls' | David Lönnhager | 1 | -2/+5 |
| 2020-02-25 | Sign all DLLs | David Lönnhager | 1 | -2/+5 |
| 2020-02-25 | Merge branch 'improve-device-error-msg' | David Lönnhager | 8 | -22/+247 |
| 2020-02-25 | Return specific error codes from driverlogic and display them in the message box | David Lönnhager | 3 | -13/+23 |
| 2020-02-25 | Bump submodule windows-libraries | David Lönnhager | 1 | -0/+0 |
| 2020-02-25 | Update stdafx.h in driverlogic | David Lönnhager | 1 | -0/+5 |
| 2020-02-25 | Slightly improve SetupAPI-specific error messages | David Lönnhager | 5 | -15/+197 |
| 2020-02-25 | Explain error code 0xE0000246 | David Lönnhager | 1 | -0/+28 |
| 2020-02-24 | Merge branch 'uncouple-management-interface' | Janito Vaqueiro Ferreira Filho | 9 | -492/+395 |
| 2020-02-24 | Compile out modules not used on Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-02-24 | Uncouple the management interface from the daemon | Janito Vaqueiro Ferreira Filho | 3 | -99/+13 |
| 2020-02-24 | Spawn management interface outside daemon | Janito Vaqueiro Ferreira Filho | 2 | -5/+36 |
| 2020-02-24 | Check for another daemon outside of `Daemon` | Janito Vaqueiro Ferreira Filho | 2 | -2/+6 |
| 2020-02-24 | Remove `IntoSender` | Janito Vaqueiro Ferreira Filho | 1 | -85/+0 |
| 2020-02-24 | Create `DaemonCommandChannel` in `mullvad-jni` | Janito Vaqueiro Ferreira Filho | 2 | -16/+18 |
| 2020-02-24 | Create command channel out of the daemon | Janito Vaqueiro Ferreira Filho | 2 | -6/+7 |
| 2020-02-24 | Create `DaemonCommandChannel` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2020-02-24 | Remove `ManagementInterfaceExited` event | Janito Vaqueiro Ferreira Filho | 1 | -20/+5 |
| 2020-02-24 | Make daemon stop on `DaemonCommandSender` drop | Janito Vaqueiro Ferreira Filho | 1 | -19/+25 |
| 2020-02-24 | Use `DaemonEventSender` inside `Daemon` | Janito Vaqueiro Ferreira Filho | 1 | -24/+27 |
| 2020-02-24 | Use `DaemonEventSender` in `VersionUpdater` | Janito Vaqueiro Ferreira Filho | 2 | -13/+10 |
| 2020-02-24 | Use `DaemonEventSender` in `wireguard::KeyManager` | Janito Vaqueiro Ferreira Filho | 2 | -17/+12 |
| 2020-02-24 | Create `DaemonEventSender` helper type | Janito Vaqueiro Ferreira Filho | 1 | -1/+59 |
| 2020-02-24 | Remove `command_sender` method | Janito Vaqueiro Ferreira Filho | 1 | -5/+0 |
| 2020-02-24 | Return command sender when creating daemon | Janito Vaqueiro Ferreira Filho | 2 | -10/+11 |
| 2020-02-24 | Remove generic type parameter from `spawn` func. | Janito Vaqueiro Ferreira Filho | 1 | -6/+3 |
| 2020-02-24 | Use `impl Sender` in tunnel state machine | Janito Vaqueiro Ferreira Filho | 1 | -10/+6 |
| 2020-02-24 | Implement `Sender` for `IntoSender` | Janito Vaqueiro Ferreira Filho | 3 | -6/+6 |
| 2020-02-24 | Create `Sender` trait | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-02-24 | Use `DaemonCommandSender` in `ManagementInterface` | Janito Vaqueiro Ferreira Filho | 2 | -16/+12 |
| 2020-02-24 | Rename method to `handle_command` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-02-24 | Change log message to say `daemon command` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-02-24 | Rename `ManagementInterfaceEvent` into `Command` | Janito Vaqueiro Ferreira Filho | 1 | -10/+7 |
