| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2020-02-24 | Rename `ManagementCommand` into `DaemonCommand` | Janito Vaqueiro Ferreira Filho | 3 | -88/+76 |
| 2020-02-24 | Move `ManagementCommand` to root module | Janito Vaqueiro Ferreira Filho | 2 | -81/+81 |
| 2020-02-24 | Move `BoxFuture` to crate root module | Janito Vaqueiro Ferreira Filho | 2 | -9/+7 |
| 2020-02-24 | Remove `Result` type alias | Janito Vaqueiro Ferreira Filho | 1 | -40/+31 |
| 2020-02-24 | Remove unnecessary `Mutex` | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-02-24 | Minor change in README.md | Pontus Falk (sm0rux) | 1 | -1/+1 |
| 2020-02-24 | Merge branch 'docs-add-relay-selector' | Emīls | 4 | -0/+94 |
| 2020-02-24 | Add references to relay docs in relevant modules | Emīls | 2 | -0/+6 |
| 2020-02-24 | Add docs on how relay and endpoint selection works | Emīls | 2 | -0/+88 |
| 2020-02-21 | Use shared references instead of mutable ones in relay selector | Linus Färnstrand | 1 | -4/+4 |
| 2020-02-21 | Merge branch 'android-add-tidy' | Emīls | 67 | -1814/+1492 |
| 2020-02-21 | Format all the android xml files | Emīls | 65 | -1814/+1459 |
| 2020-02-21 | Execute android XML CI script in travis | Emīls | 1 | -0/+2 |
| 2020-02-21 | Add script to format Android XML files | Emīls | 1 | -0/+31 |
| 2020-02-21 | Merge branch 'eslint-add-promise-rules' | Oskar Nyberg | 18 | -49/+62 |
