summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge branch 'unpatch-yarn'Andrej Mihajlov2-0/+25
2018-08-27Unpatch yarn on postinstallAndrej Mihajlov2-0/+25
2018-08-27Merge branch 'fix-window-position-rounding'Janito Vaqueiro Ferreira Filho1-1/+4
2018-08-27Fix window position roundingJanito Vaqueiro Ferreira Filho1-1/+4
2018-08-27Merge branch 'simpler-state-machine'Linus Färnstrand4-69/+48
2018-08-26Change tense of some logging messagesLinus Färnstrand3-3/+3
2018-08-26Make TunnelStateWrapper not implement TunnelStateLinus Färnstrand1-66/+45
2018-08-24Merge branch 'restore-window-to-last-position'Janito Vaqueiro Ferreira Filho2-73/+109
2018-08-24Describe window location fix in the change logJanito Vaqueiro Ferreira Filho1-0/+4
2018-08-24Restore window at its previous location on LinuxJanito Vaqueiro Ferreira Filho1-73/+105
2018-08-24Merge branch 'typescript-stage1'Andrej Mihajlov13-476/+544
2018-08-24Migrate components to TypeScriptAndrej Mihajlov13-476/+544
2018-08-24Merge branch 'daemon-state-refactor'Janito Vaqueiro Ferreira Filho9-324/+1218
2018-08-23Use tunnel state machine in daemonJanito Vaqueiro Ferreira Filho3-288/+140
2018-08-23Handle when the `TunnelStateMachine` finishesJanito Vaqueiro Ferreira Filho2-1/+6
2018-08-23Handle security policy in tunnel state machineJanito Vaqueiro Ferreira Filho5-39/+167
2018-08-23Return startup errors when spawning state machineJanito Vaqueiro Ferreira Filho1-20/+45
2018-08-23Create `start_tunnel` helper functionJanito Vaqueiro Ferreira Filho1-5/+17
2018-08-23Implement shared values between all tunnel statesJanito Vaqueiro Ferreira Filho5-77/+148
2018-08-23Refactor handling closed channelsJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-23Refactor tunnel monitoring by state machineJanito Vaqueiro Ferreira Filho4-55/+86
2018-08-23Disconnect and reconnect if parameters changeJanito Vaqueiro Ferreira Filho3-6/+31
2018-08-23Create `TunnelStateMachineAction` helper typeJanito Vaqueiro Ferreira Filho1-41/+47
2018-08-23Notify any listeners of state changesJanito Vaqueiro Ferreira Filho3-37/+99
2018-08-23Create `tunnel_state_machine` moduleJanito Vaqueiro Ferreira Filho7-0/+675
2018-08-22Rename `TunnelCommand` into `ManagementCommand`Janito Vaqueiro Ferreira Filho2-37/+39
2018-08-22Fix typo in commentJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-22Merge branch 'fix-executable-name-on-linux'Andrej Mihajlov1-0/+4
2018-08-22Use extraMetadata to override package.jsonAndrej Mihajlov1-0/+4
2018-08-22Merge branch 'appveyor-test-gui'Linus Färnstrand1-0/+28
2018-08-22Add appveyor config file for GUI testsLinus Färnstrand1-0/+28
2018-08-22Merge branch 'simplify-version-formatting'Linus Färnstrand1-4/+1
2018-08-22Simplify semver->product version conversionLinus Färnstrand1-4/+1
2018-08-22Merge branch 'revert-to-tokio-timer-0.1'Janito Vaqueiro Ferreira Filho3-13/+21
2018-08-22Log full relay list download error chainJanito Vaqueiro Ferreira Filho1-1/+1
2018-08-22Update usage of `rand`Janito Vaqueiro Ferreira Filho1-2/+1
2018-08-22Revert "Upgrade tokio-timer"Janito Vaqueiro Ferreira Filho3-13/+22
2018-08-22Merge branch 'fix-yarn-workspaces-windows'Andrej Mihajlov6-48/+101
2018-08-22Update electron-builderAndrej Mihajlov2-42/+52
2018-08-22Fix paths in installer.nshAndrej Mihajlov1-4/+4
2018-08-22Move chai-as-promised to devDependenciesAndrej Mihajlov1-1/+1
2018-08-22Fix EPERM on Windows by creating a junction instead of symbolic linkAndrej Mihajlov1-1/+5
2018-08-22Patch yarn workspace node_modules lookup bug on WindowsAndrej Mihajlov2-0/+39
2018-08-21Merge branch 'new-version-warning'Janito Vaqueiro Ferreira Filho10-14/+206
2018-08-20Describe new version warning in change logJanito Vaqueiro Ferreira Filho1-0/+1
2018-08-20Show warning when new version is availableJanito Vaqueiro Ferreira Filho5-6/+49
2018-08-20Add GUI RPC call to get app version infoJanito Vaqueiro Ferreira Filho1-0/+33
2018-08-20Show error message if version is inconsistentJanito Vaqueiro Ferreira Filho2-5/+33
2018-08-20Show exclamation icon if version is inconsistentJanito Vaqueiro Ferreira Filho8-12/+89
2018-08-16Add GUI RPC call to get current versionJanito Vaqueiro Ferreira Filho1-0/+10