summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand11-33/+64
2018-05-17Update travis config for rustfmt 0.7.0Linus Färnstrand1-1/+1
2018-05-16Merge branch 'pubsub-ws-ipc'Janito Vaqueiro Ferreira Filho4-72/+382
2018-05-16Add support for JSON-RPC PubSub subscriptionsJanito Vaqueiro Ferreira Filho4-10/+216
2018-05-16Use a separate thread to handle RPC connectionJanito Vaqueiro Ferreira Filho1-63/+137
2018-05-16Use custom error types consistentlyJanito Vaqueiro Ferreira Filho1-11/+41
2018-05-16Merge branch 'create-rpc-file-dirs'Janito Vaqueiro Ferreira Filho2-1/+14
2018-05-16Describe RPC file parent dir creation in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-05-16Fix commentJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-16Create parent directories in RPC info file pathJanito Vaqueiro Ferreira Filho1-0/+12
2018-05-15Merge branch 'move-settings-on-unix'Linus Färnstrand4-7/+41
2018-05-15Fix shell expansion bug in preinstall scriptLinus Färnstrand1-1/+1
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