summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Add to changelogLinus Färnstrand1-0/+1
2018-05-15Migrate cache files on macOS installLinus Färnstrand1-0/+10
2018-05-15Delete old log directory on installLinus Färnstrand1-0/+6
2018-05-15Move settings to /etc on unix platformsLinus Färnstrand2-6/+22
2018-05-15Add sleep on old app uninstallLinus Färnstrand1-0/+1
2018-05-15Make yarn pack:mac remove colliding mac/ folderLinus Färnstrand1-1/+1
2018-05-15Merge branch 'fix-linux-install-scripts'Linus Färnstrand2-6/+42
2018-05-15Ensure the uninstall script doesn't failEmīls Piņķis1-5/+11
2018-05-15Change uninstall script behaviour depending on package management actionEmīls Piņķis2-5/+34
2018-05-15Fix Linux install scripts to not crash on uninstallLinus Färnstrand2-3/+4
2018-05-15Merge branch 'uninstall-old-app'Linus Färnstrand3-1/+25
2018-05-15Add preinstall behavior to changelogLinus Färnstrand1-0/+2
2018-05-15Add preinstall script for macOS that removes old MullvadVPNLinus Färnstrand2-1/+23
2018-05-14Merge branch 'consolidate-log-paths'Linus Färnstrand4-4/+12
2018-05-14Add -v to mullvad-daemon on LinuxLinus Färnstrand1-1/+1
2018-05-14Remove mention of "backend" and update to "daemon"Linus Färnstrand1-1/+1
2018-05-14Make mullvad-daemon create logging dirLinus Färnstrand1-1/+9
2018-05-14Rename daemon log to daemon.log on WindowsLinus Färnstrand1-1/+1
2018-05-14Make Linux log to /var/logLinus Färnstrand1-1/+1
2018-05-14Merge branch 'macos-system-service'Linus Färnstrand6-85/+57
2018-05-14Remove startBackend code from GUI appLinus Färnstrand3-73/+1
2018-05-14Add launchd change to changelogLinus Färnstrand1-0/+2
2018-05-14Add pkg postinstall script for installing daemonLinus Färnstrand1-0/+49
2018-05-14Build pkg instead of dmgLinus Färnstrand1-12/+5
2018-05-14Merge branch 'rpc-info-file-path-on-windows'Janito Vaqueiro Ferreira Filho10-28/+78
2018-05-14Create `mullvad-metadata` crateJanito Vaqueiro Ferreira Filho9-12/+41
2018-05-14Change path of RPC connection info file on WindowsJanito Vaqueiro Ferreira Filho2-17/+38
2018-05-14Merge branch 'fix-warnings-on-windows'Janito Vaqueiro Ferreira Filho6-12/+10
2018-05-12Move crate imports into platform specific moduleJanito Vaqueiro Ferreira Filho1-3/+5
2018-05-09Only import `Duration` on targets that need itJanito Vaqueiro Ferreira Filho1-0/+1
2018-05-09Remove usage of `lazy_static` in `talpid-core`Janito Vaqueiro Ferreira Filho4-8/+2
2018-05-09Move `Command` import to platform-specific func.Janito Vaqueiro Ferreira Filho1-1/+2
2018-05-09Merge branch 'update-problem-report-log-paths'Janito Vaqueiro Ferreira Filho3-14/+35
2018-05-09Use program data directory for logs on WindowsJanito Vaqueiro Ferreira Filho2-13/+26
2018-05-09Update Windows log paths collected for reportsJanito Vaqueiro Ferreira Filho1-1/+9
2018-05-09Merge branch 'silence-noisy-dependencies'Linus Färnstrand1-0/+1
2018-05-09Silence tokio_reactorLinus Färnstrand1-0/+1
2018-05-07Merge branch 'fix-rustfmt-in-travis'Emīls Piņķis7-19/+27
2018-05-07Updating formatting to be up to date with the newest rustfmtEmīls Piņķis6-18/+26
2018-05-07Change cargo fmt write mode from "diff" to "check"Emīls Piņķis1-1/+1
2018-05-07Merge branch 'ipc-client-credentials'Janito Vaqueiro Ferreira Filho17-57/+84
2018-05-07Describe CLI credentials usage in changelogJanito Vaqueiro Ferreira Filho1-0/+2
2018-05-07Request RPC authorization when connectingJanito Vaqueiro Ferreira Filho1-1/+10
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho12-50/+47
2018-05-07Read credentials from RPC connection fileJanito Vaqueiro Ferreira Filho1-5/+20
2018-05-07Add `DaemonRpcClient::auth` methodJanito Vaqueiro Ferreira Filho1-0/+4
2018-05-07Borrow server ID instead of moving itJanito Vaqueiro Ferreira Filho5-9/+9
2018-05-07Merge branch 'cr-lf-in-log-file'Janito Vaqueiro Ferreira Filho3-18/+62
2018-05-07Send report to server with consistent newlinesJanito Vaqueiro Ferreira Filho1-2/+12
2018-05-07Replace newlines inside log messagesJanito Vaqueiro Ferreira Filho1-0/+12