| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2018-03-06 | Place Unix-only dependency in `cfg(unix)` | Janito Vaqueiro Ferreira Filho | 3 | -1/+3 |
| 2018-03-06 | Warn if user is running daemon as a non-root user | Janito Vaqueiro Ferreira Filho | 5 | -0/+21 |
| 2018-03-05 | Merge branch 'redact-possible-account-numbers' | Linus Färnstrand | 2 | -85/+98 |
| 2018-03-05 | Fix tests to match new redact signature | Linus Färnstrand | 1 | -6/+6 |
| 2018-03-05 | Fix formatting | Linus Färnstrand | 1 | -7/+5 |
| 2018-03-05 | Add feature to changelog | Linus Färnstrand | 1 | -0/+2 |
| 2018-03-05 | Use Cow<str> instead of String where possible | Linus Färnstrand | 1 | -14/+16 |
| 2018-03-05 | Compile regular expressions once into static variable | Linus Färnstrand | 1 | -69/+76 |
| 2018-03-05 | Redact all 16 digits numbers from problem reports | Linus Färnstrand | 1 | -3/+7 |
| 2018-03-05 | Change String into &str where appropriate | Linus Färnstrand | 1 | -5/+5 |
| 2018-03-05 | Merge branch 'improve-rpc-file-permission-error-message' | Janito Vaqueiro Ferreira Filho | 3 | -20/+33 |
| 2018-03-05 | Rename function to `ensure_written_by_admin` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2018-03-05 | Tweak RFC file trust error message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-03-05 | Fix formatting issue | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2018-03-05 | Describe new error details in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-05 | Refactor read_rpc_address() function | Janito Vaqueiro Ferreira Filho | 1 | -7/+11 |
| 2018-03-05 | Add details to RPC file is not trusted error | Janito Vaqueiro Ferreira Filho | 2 | -20/+25 |
| 2018-03-02 | Merge branch 'adjust-logging-levels' | Linus Färnstrand | 16 | -72/+192 |
