| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-13 | Remove mullvad-tests | Emīls Piņķis | 3 | -543/+0 | |
| 2020-07-29 | Fix mullvad-tests crate not building due to changed types, old IPC client, etc. | David Lönnhager | 1 | -32/+56 | |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -5/+0 | |
| 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-02-14 | Use proper subscriptions in mullvad-ipc-client | Emīls Piņķis | 1 | -2/+2 | |
| 2018-12-13 | Activate the merge_imports rustfmt feature | Linus Färnstrand | 1 | -3/+3 | |
| 2018-12-13 | Upgrade mullvad-tests to Rust 2018 | Linus Färnstrand | 3 | -41/+29 | |
| 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-05 | Use latest changes to openvpn-plugin library | Linus Färnstrand | 1 | -4/+3 | |
| 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 | Reformat with rustfmt 0.99.5 | Linus Färnstrand | 1 | -8/+13 | |
| 2018-09-11 | Upgrade to newer tokio libraries | Emīls Piņķis | 1 | -8/+9 | |
| 2018-09-04 | Rename rpc_address to rpc_socket | Linus Färnstrand | 1 | -4/+0 | |
| 2018-08-29 | Fix mullvad-tests | Emīls Piņķis | 1 | -42/+48 | |
| 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 | Only use Linux-specific `CLOSE_WRITE` on Linux | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2018-07-23 | Don't pipe daemon output to test process | Janito Vaqueiro Ferreira Filho | 1 | -37/+3 | |
| 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-03 | Refactor file notification monitoring in tests | Janito Vaqueiro Ferreira Filho | 2 | -52/+102 | |
| Create a `PathWatcher` helper type that presents itself as an `Iterator` over events on a specified path. It also allows setting a timeout for waiting for each event, so that it doesn't block indefinately. Although it watches a specific path, in reality it watches the path's parent directory, so that it can continue watching the file if it gets removed and recreated. | |||||
| 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 | 1 | -0/+21 | |
| 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 | |
| A real interface must be used or otherwise the firewall code fails. | |||||
| 2018-07-03 | Fix mock relay list used for testing | Janito Vaqueiro Ferreira Filho | 1 | -15/+19 | |
| Remove trailing commas and use a real city that matches the default constraints, but with a mock relay. | |||||
| 2018-06-28 | Test if daemon tries to restore lost connection | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2018-06-28 | Close mock OpenVPN when stdin is closed | Janito Vaqueiro Ferreira Filho | 1 | -15/+30 | |
| Change `wait_for_file_to_be_deleted` to not panic, otherwise the main thread doesn't get notified that it should close. | |||||
| 2018-06-26 | Test different plugin authentication credentials | Janito Vaqueiro Ferreira Filho | 1 | -2/+15 | |
| 2018-06-26 | Create client RPC to mock OpenVPN plugin events | Janito Vaqueiro Ferreira Filho | 1 | -4/+43 | |
| 2018-06-20 | Use a separate cache directory for tests | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 | |
| 2018-06-20 | Use fake RPC address file for testing | Janito Vaqueiro Ferreira Filho | 1 | -13/+30 | |
| 2018-06-20 | Use a fake settings directory for testing | Janito Vaqueiro Ferreira Filho | 1 | -3/+6 | |
| 2018-06-20 | Use mock OpenVPN in daemon integration tests | Janito Vaqueiro Ferreira Filho | 1 | -3/+34 | |
| 2018-06-20 | Move test `common` module to `mullvad-tests` lib. | Janito Vaqueiro Ferreira Filho | 1 | -0/+219 | |
| 2018-06-20 | Create initial mock executable | Janito Vaqueiro Ferreira Filho | 1 | -0/+58 | |
| Simply creates a special file in the current working directory, prints its command line arguments into it and waits for it to be removed so it finishes. | |||||
| 2018-06-20 | Create initial `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
