| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-07-05 | Merge branch 'fix-test-race-condition' | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 |
| 2018-07-04 | Fix race condition on mock OpenVPN arguments file | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 |
| 2018-07-04 | Merge branch 'improve-linux-dns-errors' | Janito Vaqueiro Ferreira Filho | 1 | -66/+46 |
| 2018-07-04 | Create `restore_from_backup` helper function | Janito Vaqueiro Ferreira Filho | 1 | -41/+26 |
| 2018-07-03 | Refactor `update_backup` into `write_backup` | Janito Vaqueiro Ferreira Filho | 1 | -23/+14 |
| 2018-07-03 | Refactor Linux DNS errors | Janito Vaqueiro Ferreira Filho | 1 | -31/+35 |
| 2018-07-03 | Merge branch 'account-tests' | Janito Vaqueiro Ferreira Filho | 5 | -102/+267 |
| 2018-07-03 | Merge branch 'make-linux-firewall-send' | Linus Färnstrand | 1 | -5/+7 |
| 2018-07-03 | Test if account token is updated | Janito Vaqueiro Ferreira Filho | 1 | -1/+29 |
| 2018-07-03 | Test if account token is used correctly | Janito Vaqueiro Ferreira Filho | 1 | -0/+55 |
| 2018-07-03 | Move wait for file in test helper functions | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2018-07-03 | Refactor file notification monitoring in tests | Janito Vaqueiro Ferreira Filho | 3 | -62/+119 |
| 2018-07-03 | Delete mock OpenVPN command line file when exiting | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 |
| 2018-07-03 | Create `Result` type alias | Janito Vaqueiro Ferreira Filho | 1 | -7/+9 |
| 2018-07-03 | Create `search_openvpn_args` helper function | Janito Vaqueiro Ferreira Filho | 2 | -13/+24 |
| 2018-07-03 | Create `mock_openvpn` sub-module | Janito Vaqueiro Ferreira Filho | 2 | -2/+4 |
| 2018-07-03 | Change interface name used for tunnel up event | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-03 | Increase state change event timeout | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-03 | Fix mock relay list used for testing | Janito Vaqueiro Ferreira Filho | 1 | -15/+19 |
| 2018-07-03 | Don't store Table in Linux firewall to make it impl Send | Linus Färnstrand | 1 | -5/+7 |
| 2018-07-03 | Merge branch 'app-overhaul' | Andrej Mihajlov | 39 | -2051/+1578 |
| 2018-07-03 | Migrate to app.getVersion() | Andrej Mihajlov | 4 | -12/+18 |
| 2018-07-03 | Add productName to package.json and migrate to using app.getName() | Andrej Mihajlov | 3 | -15/+7 |
| 2018-07-03 | Rename daemon-connect events | Andrej Mihajlov | 3 | -6/+6 |
| 2018-07-03 | Remove the hotfix introduced in #258 | Andrej Mihajlov | 1 | -27/+0 |
| 2018-07-03 | Pass individual props instead of AccountReduxState | Andrej Mihajlov | 4 | -60/+85 |
| 2018-07-03 | Remove tests that we are not going to fix | Andrej Mihajlov | 15 | -637/+53 |
| 2018-07-03 | Fix Login tests | Andrej Mihajlov | 1 | -73/+29 |
| 2018-07-03 | Bind actions in constructor and never keep `store` | Andrej Mihajlov | 1 | -95/+83 |
| 2018-07-03 | Remove `ensureAuthenticated` in favor of authenticating once when connected | Andrej Mihajlov | 2 | -88/+58 |
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 31 | -1057/+1247 |
| 2018-07-03 | Move RPC file related stuff into RpcAddressFile | Andrej Mihajlov | 6 | -155/+166 |
| 2018-07-03 | Merge branch 'problem-report-to-crate' | Linus Färnstrand | 8 | -14/+79 |
| 2018-07-03 | Change mullvad-daemon-version to mullvad-product-version | Linus Färnstrand | 1 | -1/+1 |
| 2018-07-03 | Update Cargo.lock | Linus Färnstrand | 1 | -3/+3 |
| 2018-07-03 | Update report size calculation with new numbers | Linus Färnstrand | 1 | -3/+4 |
| 2018-07-03 | Update prepare_release.sh with bumping problem-report version | Linus Färnstrand | 1 | -2/+8 |
| 2018-07-03 | Rename daemon_version function | Linus Färnstrand | 1 | -3/+3 |
| 2018-07-03 | Improve mullvad-cli description | Linus Färnstrand | 1 | -1/+1 |
| 2018-07-03 | Move problem-report out to own crate | Linus Färnstrand | 6 | -2/+60 |
| 2018-07-02 | Merge branch 'eslint-prefer-const' | Andrej Mihajlov | 10 | -26/+27 |
| 2018-07-02 | Add option to prefer const over let for immutable variables | Andrej Mihajlov | 10 | -26/+27 |
| 2018-07-02 | Updating version in package.json2018.2-beta1 | Linus Färnstrand | 3 | -3/+3 |
| 2018-07-02 | Add changelog header for the release | Linus Färnstrand | 1 | -0/+3 |
| 2018-07-02 | Merge branch 'add-optional-text-to-problem-report-email-input' | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-02 | Add `(optional)` text to email input | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-02 | Merge branch 'fix-winapi-dependency' | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-02 | Add all used `winapi` features | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-02 | Merge branch 'log-init-errors' | Janito Vaqueiro Ferreira Filho | 2 | -7/+23 |
| 2018-07-02 | Describe log additions in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
