| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-05-17 | Format with rustfmt 0.7.0 | Linus Färnstrand | 11 | -33/+64 |
| 2018-05-17 | Update travis config for rustfmt 0.7.0 | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-16 | Merge branch 'pubsub-ws-ipc' | Janito Vaqueiro Ferreira Filho | 4 | -72/+382 |
| 2018-05-16 | Add support for JSON-RPC PubSub subscriptions | Janito Vaqueiro Ferreira Filho | 4 | -10/+216 |
| 2018-05-16 | Use a separate thread to handle RPC connection | Janito Vaqueiro Ferreira Filho | 1 | -63/+137 |
| 2018-05-16 | Use custom error types consistently | Janito Vaqueiro Ferreira Filho | 1 | -11/+41 |
| 2018-05-16 | Merge branch 'create-rpc-file-dirs' | Janito Vaqueiro Ferreira Filho | 2 | -1/+14 |
| 2018-05-16 | Describe RPC file parent dir creation in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-05-16 | Fix comment | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-05-16 | Create parent directories in RPC info file path | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2018-05-15 | Merge branch 'move-settings-on-unix' | Linus Färnstrand | 4 | -7/+41 |
| 2018-05-15 | Fix shell expansion bug in preinstall script | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-15 | Add to changelog | Linus Färnstrand | 1 | -0/+1 |
| 2018-05-15 | Migrate cache files on macOS install | Linus Färnstrand | 1 | -0/+10 |
| 2018-05-15 | Delete old log directory on install | Linus Färnstrand | 1 | -0/+6 |
| 2018-05-15 | Move settings to /etc on unix platforms | Linus Färnstrand | 2 | -6/+22 |
| 2018-05-15 | Add sleep on old app uninstall | Linus Färnstrand | 1 | -0/+1 |
| 2018-05-15 | Make yarn pack:mac remove colliding mac/ folder | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-15 | Merge branch 'fix-linux-install-scripts' | Linus Färnstrand | 2 | -6/+42 |
| 2018-05-15 | Ensure the uninstall script doesn't fail | Emīls Piņķis | 1 | -5/+11 |
| 2018-05-15 | Change uninstall script behaviour depending on package management action | Emīls Piņķis | 2 | -5/+34 |
| 2018-05-15 | Fix Linux install scripts to not crash on uninstall | Linus Färnstrand | 2 | -3/+4 |
| 2018-05-15 | Merge branch 'uninstall-old-app' | Linus Färnstrand | 3 | -1/+25 |
| 2018-05-15 | Add preinstall behavior to changelog | Linus Färnstrand | 1 | -0/+2 |
| 2018-05-15 | Add preinstall script for macOS that removes old MullvadVPN | Linus Färnstrand | 2 | -1/+23 |
| 2018-05-14 | Merge branch 'consolidate-log-paths' | Linus Färnstrand | 4 | -4/+12 |
| 2018-05-14 | Add -v to mullvad-daemon on Linux | Linus Färnstrand | 1 | -1/+1 |
| 2018-05-14 | Remove mention of "backend" and update to "daemon" | Linus Färnstrand | 1 | -1/+1 |
| 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 |
