summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Update changelogEmīls Piņķis1-0/+6
2018-07-05Add Cargo.lockEmīls Piņķis1-103/+51
2018-07-05Updated README.md to instruct how to build things with OpenSSL on WindowsEmīls1-0/+11
2018-07-05Fix Appveyor's OpenSSL include pathEmīls1-2/+6
2018-07-05Bump binaries submodule to masterEmīls Piņķis1-0/+0
2018-07-05Update binaries submodule to point to a commit that has prebuilt windows open...Emīls1-0/+0
2018-07-05Move patch section to workspace manifestEmīls1-0/+3
2018-07-05Use bundled CALinus Färnstrand10-65/+87
2018-07-05Add Let's encrypt root CA to dist-assetsLinus Färnstrand2-0/+22
2018-07-05Remove special connect() constructor for problem reportLinus Färnstrand2-7/+5
2018-07-05Statically link towards custom OpenSSLLinus Färnstrand1-1/+7
2018-07-05Merge branch 'tray-icon-windows'Andrej Mihajlov5-35/+45
2018-07-05Update changesAndrej Mihajlov1-0/+3
2018-07-05Fix number of bugs in tray icon handling on WindowsAndrej Mihajlov1-26/+32
2018-07-05Upgrade prettier and add cross-env for it to work on WindowsAndrej Mihajlov2-6/+6
2018-07-05Fix windows -> win32Andrej Mihajlov1-2/+2
2018-07-05Remove window from taskbarAndrej Mihajlov1-0/+1
2018-07-05Remove unused electron importAndrej Mihajlov1-3/+3
2018-07-05Merge branch 'remove-backend'Andrej Mihajlov20-774/+700
2018-07-05Update changelogAndrej Mihajlov1-0/+3
2018-07-05Remove duplicate keys for blue80 from config.jsonAndrej Mihajlov1-2/+0
2018-07-05Use editable instead of disabled in AccountInput and shallow compare all propsAndrej Mihajlov2-7/+9
2018-07-05Upgrade reactxp to 1.3.0Andrej Mihajlov2-40/+41
2018-07-05Replace Backend with AppRendererAndrej Mihajlov14-725/+647
2018-07-05Merge branch 'fix-test-race-condition'Janito Vaqueiro Ferreira Filho1-8/+11
2018-07-04Fix race condition on mock OpenVPN arguments fileJanito Vaqueiro Ferreira Filho1-8/+11
2018-07-04Merge branch 'improve-linux-dns-errors'Janito Vaqueiro Ferreira Filho1-66/+46
2018-07-04Create `restore_from_backup` helper functionJanito Vaqueiro Ferreira Filho1-41/+26
2018-07-03Refactor `update_backup` into `write_backup`Janito Vaqueiro Ferreira Filho1-23/+14
2018-07-03Refactor Linux DNS errorsJanito Vaqueiro Ferreira Filho1-31/+35
2018-07-03Merge branch 'account-tests'Janito Vaqueiro Ferreira Filho5-102/+267
2018-07-03Merge branch 'make-linux-firewall-send'Linus Färnstrand1-5/+7
2018-07-03Test if account token is updatedJanito Vaqueiro Ferreira Filho1-1/+29
2018-07-03Test if account token is used correctlyJanito Vaqueiro Ferreira Filho1-0/+55
2018-07-03Move wait for file in test helper functionsJanito Vaqueiro Ferreira Filho1-8/+8
2018-07-03Refactor file notification monitoring in testsJanito Vaqueiro Ferreira Filho3-62/+119
2018-07-03Delete mock OpenVPN command line file when exitingJanito Vaqueiro Ferreira Filho1-2/+8
2018-07-03Create `Result` type aliasJanito Vaqueiro Ferreira Filho1-7/+9
2018-07-03Create `search_openvpn_args` helper functionJanito Vaqueiro Ferreira Filho2-13/+24
2018-07-03Create `mock_openvpn` sub-moduleJanito Vaqueiro Ferreira Filho2-2/+4
2018-07-03Change interface name used for tunnel up eventJanito Vaqueiro Ferreira Filho1-1/+1
2018-07-03Increase state change event timeoutJanito Vaqueiro Ferreira Filho1-1/+1
2018-07-03Fix mock relay list used for testingJanito Vaqueiro Ferreira Filho1-15/+19
2018-07-03Don't store Table in Linux firewall to make it impl SendLinus Färnstrand1-5/+7
2018-07-03Merge branch 'app-overhaul'Andrej Mihajlov39-2051/+1578
2018-07-03Migrate to app.getVersion()Andrej Mihajlov4-12/+18
2018-07-03Add productName to package.json and migrate to using app.getName()Andrej Mihajlov3-15/+7
2018-07-03Rename daemon-connect eventsAndrej Mihajlov3-6/+6
2018-07-03Remove the hotfix introduced in #258Andrej Mihajlov1-27/+0
2018-07-03Pass individual props instead of AccountReduxStateAndrej Mihajlov4-60/+85