| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -5/+0 |
| 2020-01-21 | Add `publish = false` to all Cargo.toml files | Linus Färnstrand | 1 | -0/+1 |
| 2020-01-15 | Remove usage of Mullvad email in crate manifests | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-10-29 | Upgrade duct to 0.13 | Linus Färnstrand | 1 | -1/+1 |
| 2019-08-12 | Replace ::std with just std | Linus Färnstrand | 1 | -1/+1 |
| 2019-04-08 | Remove error-chain from mullvad-ipc-client | Linus Färnstrand | 1 | -2/+2 |
| 2019-04-03 | Don't run integration tests on Android | Janito Vaqueiro Ferreira Filho | 2 | -55/+71 |
| 2019-03-27 | Update mullvad-tests with new subscription model | Linus Färnstrand | 2 | -15/+22 |
| 2019-03-21 | Upgrade the duct dependency to 0.12 | Linus Färnstrand | 1 | -1/+1 |
| 2019-02-14 | Adjust integration tests to work after changes to talpid-core and the ipc-client | Emīls Piņķis | 2 | -30/+75 |
| 2019-02-14 | Use proper subscriptions in mullvad-ipc-client | Emīls Piņķis | 2 | -4/+5 |
| 2018-12-13 | Activate the merge_imports rustfmt feature | Linus Färnstrand | 2 | -5/+4 |
| 2018-12-13 | Upgrade mullvad-tests to Rust 2018 | Linus Färnstrand | 7 | -65/+41 |
| 2018-11-16 | Fix various clippy warnings | Linus Färnstrand | 1 | -1/+0 |
| 2018-11-15 | Listen to the RouteUp instead of the Up plugin event | Linus Färnstrand | 1 | -1/+1 |
| 2018-11-06 | Lock jsonrpc-client dependencies to commit hash | Linus Färnstrand | 1 | -2/+2 |
| 2018-11-05 | Use latest changes to openvpn-plugin library | Linus Färnstrand | 2 | -5/+4 |
| 2018-10-29 | Remove a number of #[macro_use] in favor of new way of importing | Linus Färnstrand | 1 | -2/+1 |
| 2018-09-27 | Remove everyone from authors field of libraries | Linus Färnstrand | 1 | -1/+1 |
| 2018-09-27 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 1 | -8/+13 |
| 2018-09-11 | Upgrade to newer tokio libraries | Emīls Piņķis | 2 | -9/+10 |
| 2018-09-04 | Rename rpc_address to rpc_socket | Linus Färnstrand | 1 | -4/+0 |
| 2018-08-30 | Replace `DaemonState` with `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 3 | -40/+38 |
| 2018-08-29 | Fix mullvad-tests | Emīls Piņķis | 4 | -203/+58 |
| 2018-08-10 | Upgrade duct, windres, os_pipe and rand | Linus Färnstrand | 1 | -1/+1 |
| 2018-07-23 | Enable connection tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-23 | Add macOS loopback interface to tests | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2018-07-23 | Change mock interface on Windows | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-07-23 | Enable account tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-23 | Only use Linux-specific `CLOSE_WRITE` on Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2018-07-23 | Enable startup tests on all platforms | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2018-07-23 | Don't pipe daemon output to test process | Janito Vaqueiro Ferreira Filho | 3 | -41/+7 |
| 2018-07-23 | Create `wait_for_file` helper function | Janito Vaqueiro Ferreira Filho | 1 | -10/+18 |
| 2018-07-23 | Create `wait_for_burst_of_events` helper method | Janito Vaqueiro Ferreira Filho | 1 | -8/+42 |
| 2018-07-23 | Remove attribute allowing dead code | Janito Vaqueiro Ferreira Filho | 1 | -2/+0 |
| 2018-07-06 | Use provided API server CA in integration tests | Janito Vaqueiro Ferreira Filho | 1 | -4/+16 |
| 2018-07-04 | Fix race condition on mock OpenVPN arguments file | Janito Vaqueiro Ferreira Filho | 1 | -8/+11 |
| 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-06-28 | Test disconnection | Janito Vaqueiro Ferreira Filho | 1 | -0/+36 |
| 2018-06-28 | Test if daemon tries to restore lost connection | Janito Vaqueiro Ferreira Filho | 2 | -0/+32 |
