| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2018-08-23 | Return startup errors when spawning state machine | Janito Vaqueiro Ferreira Filho | 1 | -20/+45 |
| 2018-08-23 | Create `start_tunnel` helper function | Janito Vaqueiro Ferreira Filho | 1 | -5/+17 |
| 2018-08-23 | Implement shared values between all tunnel states | Janito Vaqueiro Ferreira Filho | 5 | -77/+148 |
| 2018-08-23 | Refactor handling closed channels | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-08-23 | Refactor tunnel monitoring by state machine | Janito Vaqueiro Ferreira Filho | 4 | -55/+86 |
| 2018-08-23 | Disconnect and reconnect if parameters change | Janito Vaqueiro Ferreira Filho | 3 | -6/+31 |
| 2018-08-23 | Create `TunnelStateMachineAction` helper type | Janito Vaqueiro Ferreira Filho | 1 | -41/+47 |
| 2018-08-23 | Notify any listeners of state changes | Janito Vaqueiro Ferreira Filho | 3 | -37/+99 |
| 2018-08-23 | Create `tunnel_state_machine` module | Janito Vaqueiro Ferreira Filho | 7 | -0/+675 |
| 2018-08-22 | Rename `TunnelCommand` into `ManagementCommand` | Janito Vaqueiro Ferreira Filho | 2 | -37/+39 |
| 2018-08-22 | Fix typo in comment | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-08-22 | Merge branch 'fix-executable-name-on-linux' | Andrej Mihajlov | 1 | -0/+4 |
