| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-03-21 | Merge branch 'upgrade-rustfmt' | Linus Färnstrand | 3 | -7/+7 |
| 2018-03-21 | Remove rustfmt 0.3.8 requirement and re-format with 0.4.1 | Linus Färnstrand | 3 | -7/+7 |
| 2018-03-20 | Merge branch 'rename-tunnel-parameters' | Linus Färnstrand | 7 | -35/+37 |
| 2018-03-20 | Rename TunnelParameters to TunnelEndpointData | Emīls Piņķis | 7 | -35/+37 |
| 2018-03-19 | Merge branch 'fix-readme' | Linus Färnstrand | 3 | -22/+39 |
| 2018-03-19 | Update crate descriptions | Linus Färnstrand | 2 | -2/+2 |
| 2018-03-19 | Update README to not use frontend/backend and describe daemon better | Linus Färnstrand | 1 | -17/+34 |
| 2018-03-17 | Change README to state we have a stable release | Linus Färnstrand | 1 | -3/+3 |
| 2018-03-15 | Merge branch 'rollout-updated-addons-with-electron-binaries' | Andrej Mihajlov | 2 | -14/+9 |
| 2018-03-15 | Update native addons that serve electron binaries (along with node binaries) ... | Andrej Mihajlov | 2 | -14/+9 |
| 2018-03-09 | Merge branch 'prevent-multiple-daemon-instances' | Janito Vaqueiro Ferreira Filho | 4 | -7/+77 |
| 2018-03-09 | Check for other daemon sooner during start-up | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2018-03-09 | Separate address retrieval from RPC call | Janito Vaqueiro Ferreira Filho | 1 | -7/+10 |
| 2018-03-09 | Fix "RPC" typo in error message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-03-09 | Describe multiple instance prevention in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-09 | Separate `rpc_info` module in two | Janito Vaqueiro Ferreira Filho | 3 | -40/+48 |
| 2018-03-09 | Inline `other_daemon_responds()` function | Janito Vaqueiro Ferreira Filho | 1 | -12/+6 |
| 2018-03-09 | Halt on failure of removal of existing RPC file | Janito Vaqueiro Ferreira Filho | 1 | -4/+13 |
| 2018-03-09 | Only run one instance of daemon | Janito Vaqueiro Ferreira Filho | 2 | -1/+56 |
| 2018-03-09 | Merge branch 'update-win32-deps' | Andrej Mihajlov | 2 | -4/+5 |
| 2018-03-09 | Update windows-security to 0.0.2 which ships prebuilt binaries | Andrej Mihajlov | 2 | -4/+5 |
| 2018-03-09 | Merge branch 'forks-on-mullvad-org' | Erik Larkö | 2 | -9/+9 |
| 2018-03-09 | Move my and Andrei's forks over to the Mullvad organization | Erik Larkö | 2 | -9/+9 |
| 2018-03-08 | Merge branch 'fix-openvpn-plugin-path' | Janito Vaqueiro Ferreira Filho | 2 | -7/+24 |
| 2018-03-08 | Add OpenVPN plugin path fix to the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-08 | Remove unnecessary error types | Janito Vaqueiro Ferreira Filho | 1 | -16/+15 |
| 2018-03-08 | Use executable path as plugin path | Janito Vaqueiro Ferreira Filho | 1 | -7/+24 |
| 2018-03-07 | Merge branch 'win32-tray' | Andrej Mihajlov | 5 | -143/+352 |
| 2018-03-07 | Update window position on display changes | Andrej Mihajlov | 1 | -3/+13 |
| 2018-03-07 | Upgrade eslint packages | Andrej Mihajlov | 2 | -65/+119 |
| 2018-03-07 | Add tray tooltip | Andrej Mihajlov | 1 | -0/+3 |
| 2018-03-07 | Move a call to setHightlightMode to macOS branch | Andrej Mihajlov | 1 | -2/+4 |
| 2018-03-07 | Upgrade to Electron 1.8.3 | Andrej Mihajlov | 1 | -34/+68 |
| 2018-03-07 | Add annotations for electron.screen | Andrej Mihajlov | 1 | -0/+27 |
| 2018-03-07 | Move macOS patch for window.blur into separate method | Andrej Mihajlov | 1 | -15/+20 |
| 2018-03-07 | Compute window position based on taskbar placement | Andrej Mihajlov | 1 | -35/+109 |
| 2018-03-07 | Correct well known sid check for RPC file | Andrej Mihajlov | 1 | -1/+1 |
| 2018-03-07 | Merge branch 'upgrade-jsonrpc' | Linus Färnstrand | 9 | -334/+294 |
| 2018-03-06 | Update Cargo.lock | Linus Färnstrand | 1 | -313/+272 |
| 2018-03-06 | Upgrade env_logger, duct, uuid and rand | Linus Färnstrand | 6 | -8/+8 |
| 2018-03-06 | Upgrade jsonrpc-* crates | Linus Färnstrand | 5 | -13/+14 |
| 2018-03-06 | Merge branch 'create-openvpn-log-backup' | Janito Vaqueiro Ferreira Filho | 2 | -4/+22 |
| 2018-03-06 | Ignore rename error if log file doesn't exist | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 |
| 2018-03-06 | Simplify log file backup creation | Janito Vaqueiro Ferreira Filho | 1 | -21/+9 |
| 2018-03-06 | Forcibly remove old backup of tunnel log file | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 |
| 2018-03-06 | Add tunnel log backup change in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-06 | Create backup of OpenVPN log file | Janito Vaqueiro Ferreira Filho | 1 | -4/+33 |
| 2018-03-06 | Merge branch 'warn-when-user-isnt-root' | Janito Vaqueiro Ferreira Filho | 4 | -0/+21 |
| 2018-03-06 | Rename user_is_root() into running_as_admin() | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2018-03-06 | Move user check to start of program | Janito Vaqueiro Ferreira Filho | 2 | -18/+16 |
