| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-09-13 | Add new settings RPC methods | Andrej Mihajlov | 1 | -0/+59 |
| 2018-09-12 | Remove old `no_account_token` block reason | Janito Vaqueiro Ferreira Filho | 2 | -6/+2 |
| 2018-09-12 | Fix `ipv6_unavailable` block reason name in GUI | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2018-09-12 | Move the mullvad.exe CLI binary back to resource dir temporarily | Linus Färnstrand | 1 | -1/+0 |
| 2018-09-10 | Add SubscriptionListener to streamline nullability handling | Andrej Mihajlov | 2 | -16/+33 |
| 2018-09-10 | Refactor ConnectionObserver | Andrej Mihajlov | 2 | -40/+39 |
| 2018-09-10 | We never dispose `App` so no need to have a cleanup routine | Andrej Mihajlov | 1 | -15/+0 |
| 2018-09-10 | Add TunnelStateTransition and TunnelState enum | Andrej Mihajlov | 4 | -69/+50 |
| 2018-09-10 | Revamp account data cache | Andrej Mihajlov | 1 | -27/+54 |
| 2018-09-10 | Store accountToken in App | Andrej Mihajlov | 1 | -23/+30 |
| 2018-09-10 | Add disconnecting state | Andrej Mihajlov | 4 | -60/+86 |
| 2018-09-10 | Remove unused code | Andrej Mihajlov | 1 | -23/+1 |
| 2018-09-10 | Reconnect to GUI to daemon if socket was disconnected abruptly | Emīls Piņķis | 3 | -35/+38 |
| 2018-09-07 | Remove daemon state from redux | Andrej Mihajlov | 4 | -73/+0 |
| 2018-09-07 | Hack the history to prevent user from coming to restricted screens | Andrej Mihajlov | 1 | -2/+23 |
| 2018-09-07 | Remove smart routes | Andrej Mihajlov | 2 | -106/+24 |
| 2018-09-07 | Move mullvad CLI binary to directly under install dir | Linus Färnstrand | 1 | -9/+12 |
| 2018-09-07 | Add and bundle macOS uninstall script | Linus Färnstrand | 1 | -0/+2 |
| 2018-09-06 | Fix relay list schema | Emīls Piņķis | 2 | -4/+2 |
| 2018-09-06 | Allow selecting relay in sole city of a country | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2018-09-06 | Add function to build `BlockedError` message | Janito Vaqueiro Ferreira Filho | 1 | -19/+18 |
| 2018-09-06 | Add `BlockReason::Ipv6Unavailable` | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2018-09-06 | Override the default timeout for get_version_info | Andrej Mihajlov | 1 | -1/+1 |
| 2018-09-06 | Add a constant for RPC calls that do networking | Andrej Mihajlov | 1 | -7/+5 |
| 2018-09-05 | Show selected server in `Connect` screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2018-09-05 | Show individual servers in GUI | Linus Färnstrand | 3 | -10/+111 |
| 2018-09-05 | Allow setting relay location with hostname | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 |
| 2018-09-05 | Add relay servers to relay list types | Janito Vaqueiro Ferreira Filho | 2 | -0/+27 |
| 2018-09-05 | Update RelayListSchema | Linus Färnstrand | 2 | -0/+10 |
| 2018-09-05 | Remove the call to disconnectTunnel() because setAccount(null) does that auto... | Andrej Mihajlov | 1 | -5/+3 |
| 2018-09-05 | Move `enable_ipv6` to `TunnelOptions` | Janito Vaqueiro Ferreira Filho | 2 | -8/+4 |
| 2018-09-05 | Change IPC to Enable IPv6 tunnel option | Janito Vaqueiro Ferreira Filho | 2 | -4/+4 |
| 2018-09-04 | Migrate CustomScrollbars to React.Ref<T> | Andrej Mihajlov | 1 | -29/+23 |
| 2018-09-04 | Add draggable scroll thumb | Andrej Mihajlov | 2 | -20/+212 |
| 2018-09-04 | Make not finding a suitable relay block the network | Linus Färnstrand | 2 | -2/+17 |
| 2018-09-04 | Stop service if running before upgrade | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2018-09-04 | Only install config. files for one init system | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2018-09-04 | Support Upstart init system | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2018-09-04 | Stop and disable service before files are removed | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2018-09-04 | Rename Linux package scripts | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2018-09-03 | Do not take user to "connecting screen" when in settings | Andrej Mihajlov | 1 | -2/+5 |
| 2018-09-03 | Block if security policy can't be set | Janito Vaqueiro Ferreira Filho | 2 | -2/+5 |
| 2018-09-03 | Block connection if starting the tunnel fails | Janito Vaqueiro Ferreira Filho | 2 | -3/+10 |
| 2018-09-03 | Show blocked reason in GUI | Janito Vaqueiro Ferreira Filho | 5 | -22/+24 |
| 2018-09-03 | Add reason to transition to blocked state | Janito Vaqueiro Ferreira Filho | 2 | -11/+45 |
| 2018-09-03 | Show blocked state in GUI | Janito Vaqueiro Ferreira Filho | 5 | -13/+60 |
| 2018-09-03 | Create `BlockedState` type | Janito Vaqueiro Ferreira Filho | 2 | -1/+4 |
| 2018-09-03 | Calculate arrow position relative to tray icon | Andrej Mihajlov | 8 | -26/+142 |
| 2018-08-30 | Replace `DaemonState` with `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 2 | -32/+24 |
| 2018-08-29 | Adjust frontend to use IPC rather than WebSockets | Emīls Piņķis | 9 | -261/+191 |
