| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-08-30 | Merge branch 'fix-current-relay-state' | Linus Färnstrand | 1 | -0/+1 |
| 2018-08-29 | Reset current_relay when disconnected | Linus Färnstrand | 1 | -0/+1 |
| 2018-08-29 | Merge branch 'swap-ws-to-ipc' | Emīls Piņķis | 46 | -1846/+926 |
| 2018-08-29 | Update Cargo.lock | Emīls Piņķis | 1 | -111/+242 |
| 2018-08-29 | Update "### RPC address file" section in README | Emīls Piņķis | 1 | -4/+4 |
| 2018-08-29 | Update changelog | Emīls Piņķis | 1 | -0/+2 |
| 2018-08-29 | Fix mullvad-tests | Emīls Piņķis | 4 | -203/+58 |
| 2018-08-29 | Adjust frontend to use IPC rather than WebSockets | Emīls Piņķis | 10 | -268/+203 |
| 2018-08-29 | Change mullvad-cli to use new jsonrpc client | Emīls Piņķis | 11 | -35/+35 |
| 2018-08-29 | Use IPC transport for management interface in daemon | Emīls Piņķis | 6 | -239/+40 |
| 2018-08-29 | Use IPC transport in mullvad-ipc-client | Emīls Piņķis | 2 | -208/+109 |
| 2018-08-29 | Get talpid-core ready for ipc | Emīls Piņķis | 0 | -0/+0 |
| 2018-08-29 | Use IPC instead of websockets in talpid-ipc | Emīls Piņķis | 3 | -23/+30 |
| 2018-08-29 | Replace address file with socket path in mullvad-paths | Emīls Piņķis | 2 | -20/+8 |
| 2018-08-29 | Use IPC instead of a websocket to communicate between daemon and plugin | Linus Färnstrand | 14 | -782/+242 |
| 2018-08-29 | Merge branch 'talpid-tunnel-state-machine' | Janito Vaqueiro Ferreira Filho | 13 | -35/+69 |
| 2018-08-29 | Move tunnel state machine to Talpid | Janito Vaqueiro Ferreira Filho | 10 | -18/+24 |
| 2018-08-29 | Document `TunnelStateTransition` variants | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-08-29 | Document tunnel parameters | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2018-08-29 | Document state machine error types | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2018-08-29 | Move `rotate_log` function to `talpid-core` | Janito Vaqueiro Ferreira Filho | 4 | -15/+30 |
| 2018-08-29 | Rename `account_token` to `username` in Talpid | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2018-08-29 | Merge branch 'uninst-clean-logs' | Odd Stranne | 14 | -1/+625 |
| 2018-08-29 | Update changelog | Odd Stranne | 1 | -0/+2 |
| 2018-08-29 | Update uninstaller script with better system cleaning | Odd Stranne | 1 | -1/+57 |
| 2018-08-29 | Add uninstaller plugin for extended system cleaning | Odd Stranne | 11 | -0/+566 |
| 2018-08-29 | Bump submodule 'windows-libraries' | Odd Stranne | 1 | -0/+0 |
| 2018-08-29 | Merge branch 'ci-source-env' | Linus Färnstrand | 2 | -18/+4 |
| 2018-08-28 | Make CI source env.{sh,ps1} | Linus Färnstrand | 2 | -18/+4 |
| 2018-08-27 | Merge branch 'rename-firewall-concept' | Linus Färnstrand | 16 | -51/+49 |
| 2018-08-27 | Rename firewall module to security | Linus Färnstrand | 16 | -8/+8 |
| 2018-08-27 | Rename Firewall -> NetworkSecurity | Linus Färnstrand | 8 | -47/+45 |
| 2018-08-27 | Merge branch 'external-display-fix' | Andrej Mihajlov | 2 | -2/+8 |
| 2018-08-27 | Detect the current active screen based tray icon location | Andrej Mihajlov | 2 | -2/+8 |
| 2018-08-27 | Merge branch 'unpatch-yarn' | Andrej Mihajlov | 2 | -0/+25 |
| 2018-08-27 | Unpatch yarn on postinstall | Andrej Mihajlov | 2 | -0/+25 |
| 2018-08-27 | Merge branch 'fix-window-position-rounding' | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2018-08-27 | Fix window position rounding | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2018-08-27 | Merge branch 'simpler-state-machine' | Linus Färnstrand | 4 | -69/+48 |
| 2018-08-26 | Change tense of some logging messages | Linus Färnstrand | 3 | -3/+3 |
| 2018-08-26 | Make TunnelStateWrapper not implement TunnelState | Linus Färnstrand | 1 | -66/+45 |
| 2018-08-24 | Merge branch 'restore-window-to-last-position' | Janito Vaqueiro Ferreira Filho | 2 | -73/+109 |
| 2018-08-24 | Describe window location fix in the change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-08-24 | Restore window at its previous location on Linux | Janito Vaqueiro Ferreira Filho | 1 | -73/+105 |
| 2018-08-24 | Merge branch 'typescript-stage1' | Andrej Mihajlov | 13 | -476/+544 |
| 2018-08-24 | Migrate components to TypeScript | Andrej Mihajlov | 13 | -476/+544 |
| 2018-08-24 | Merge branch 'daemon-state-refactor' | Janito Vaqueiro Ferreira Filho | 9 | -324/+1218 |
| 2018-08-23 | Use tunnel state machine in daemon | Janito Vaqueiro Ferreira Filho | 3 | -288/+140 |
| 2018-08-23 | Handle when the `TunnelStateMachine` finishes | Janito Vaqueiro Ferreira Filho | 2 | -1/+6 |
| 2018-08-23 | Handle security policy in tunnel state machine | Janito Vaqueiro Ferreira Filho | 5 | -39/+167 |
