| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-05-14 | Make mullvad-daemon create logging dir | Linus Färnstrand | 1 | -1/+9 |
| 2018-05-14 | Rename daemon log to daemon.log on Windows | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-14 | Make Linux log to /var/log | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-14 | Merge branch 'macos-system-service' | Linus Färnstrand | 6 | -85/+57 |
| 2018-05-14 | Remove startBackend code from GUI app | Linus Färnstrand | 3 | -73/+1 |
| 2018-05-14 | Add launchd change to changelog | Linus Färnstrand | 1 | -0/+2 |
| 2018-05-14 | Add pkg postinstall script for installing daemon | Linus Färnstrand | 1 | -0/+49 |
| 2018-05-14 | Build pkg instead of dmg | Linus Färnstrand | 1 | -12/+5 |
| 2018-05-14 | Merge branch 'rpc-info-file-path-on-windows' | Janito Vaqueiro Ferreira Filho | 10 | -28/+78 |
| 2018-05-14 | Create `mullvad-metadata` crate | Janito Vaqueiro Ferreira Filho | 9 | -12/+41 |
| 2018-05-14 | Change path of RPC connection info file on Windows | Janito Vaqueiro Ferreira Filho | 2 | -17/+38 |
| 2018-05-14 | Merge branch 'fix-warnings-on-windows' | Janito Vaqueiro Ferreira Filho | 6 | -12/+10 |
| 2018-05-12 | Move crate imports into platform specific module | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2018-05-09 | Only import `Duration` on targets that need it | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-05-09 | Remove usage of `lazy_static` in `talpid-core` | Janito Vaqueiro Ferreira Filho | 4 | -8/+2 |
| 2018-05-09 | Move `Command` import to platform-specific func. | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2018-05-09 | Merge branch 'update-problem-report-log-paths' | Janito Vaqueiro Ferreira Filho | 3 | -14/+35 |
| 2018-05-09 | Use program data directory for logs on Windows | Janito Vaqueiro Ferreira Filho | 2 | -13/+26 |
| 2018-05-09 | Update Windows log paths collected for reports | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2018-05-09 | Merge branch 'silence-noisy-dependencies' | Linus Färnstrand | 1 | -0/+1 |
| 2018-05-09 | Silence tokio_reactor | Linus Färnstrand | 1 | -0/+1 |
| 2018-05-07 | Merge branch 'fix-rustfmt-in-travis' | Emīls Piņķis | 7 | -19/+27 |
| 2018-05-07 | Updating formatting to be up to date with the newest rustfmt | Emīls Piņķis | 6 | -18/+26 |
| 2018-05-07 | Change cargo fmt write mode from "diff" to "check" | Emīls Piņķis | 1 | -1/+1 |
| 2018-05-07 | Merge branch 'ipc-client-credentials' | Janito Vaqueiro Ferreira Filho | 17 | -57/+84 |
| 2018-05-07 | Describe CLI credentials usage in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-05-07 | Request RPC authorization when connecting | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2018-05-07 | Reuse RPC connection in `DaemonRpcClient` | Janito Vaqueiro Ferreira Filho | 12 | -50/+47 |
| 2018-05-07 | Read credentials from RPC connection file | Janito Vaqueiro Ferreira Filho | 1 | -5/+20 |
| 2018-05-07 | Add `DaemonRpcClient::auth` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-05-07 | Borrow server ID instead of moving it | Janito Vaqueiro Ferreira Filho | 5 | -9/+9 |
| 2018-05-07 | Merge branch 'cr-lf-in-log-file' | Janito Vaqueiro Ferreira Filho | 3 | -18/+62 |
| 2018-05-07 | Send report to server with consistent newlines | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 |
| 2018-05-07 | Replace newlines inside log messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2018-05-07 | Describe newline change in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-05-07 | Use platform specific newlines in problem-report | Janito Vaqueiro Ferreira Filho | 1 | -15/+29 |
| 2018-05-07 | Use platform specific newlines in daemon log file | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 |
| 2018-05-07 | Merge branch 'add-icon-resolutions-for-windows' | Linus Färnstrand | 24 | -0/+1 |
| 2018-05-07 | Add Windows icon | Emīls Piņķis | 1 | -0/+0 |
| 2018-05-07 | Add Windows icon sizes and re-create all icons from icon-1024.svg | Linus Färnstrand | 22 | -0/+0 |
| 2018-05-07 | Add SVG version of app logo/icon | Linus Färnstrand | 1 | -0/+1 |
| 2018-05-04 | Merge branch 'reuse-ws-rpc-connection' | Janito Vaqueiro Ferreira Filho | 4 | -67/+225 |
| 2018-05-04 | Reuse WebSocket connection in `WsIpcClient` | Janito Vaqueiro Ferreira Filho | 4 | -67/+225 |
| 2018-05-04 | Merge branch 'mullvad-cli-using-ipc-crate' | Janito Vaqueiro Ferreira Filho | 13 | -145/+68 |
| 2018-05-03 | Remove unnecessary `mullvad-cli::rpc` module | Janito Vaqueiro Ferreira Filho | 2 | -15/+0 |
| 2018-05-03 | Use `DaemonRpcClient` in `relay` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -8/+10 |
| 2018-05-03 | Use `DaemonRpcClient` in `account` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -13/+15 |
| 2018-05-03 | Use `DaemonRpcClient` in `tunnel` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -4/+7 |
| 2018-05-03 | Use `DaemonRpcClient` in `lan` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2018-05-03 | Use `DaemonRpcClient` in `version` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
