| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-13 | Remove mullvad-tests | Emīls Piņķis | 8 | -957/+0 | |
| 2021-11-08 | Set all Rust crates to edition 2021 | Linus Färnstrand | 1 | -1/+1 | |
| 2021-07-13 | Update tonic and prost | David Lönnhager | 1 | -3/+3 | |
| 2021-07-13 | Update tokio dependencies | David Lönnhager | 1 | -6/+6 | |
| 2021-01-14 | Bump parity-tokio-ipc to 0.8 | David Lönnhager | 1 | -1/+1 | |
| 2020-09-04 | Update dependencies | David Lönnhager | 1 | -1/+1 | |
| * Update semver-compatible dependencies using 'cargo update'. * Other updates: base64, tonic-build, netlink-packet-route, netlink-sys, rtnetlink, uuid. * Removed futures 0.1 from mullvad-cli. | |||||
| 2020-08-20 | Bump tonic from 0.2 to 0.3 | David Lönnhager | 1 | -1/+1 | |
| 2020-08-20 | Use gRPC for management interface in backend and CLI | David Lönnhager | 1 | -2/+0 | |
| 2020-07-29 | Fix mullvad-tests crate not building due to changed types, old IPC client, etc. | David Lönnhager | 5 | -52/+132 | |
| 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 | |
| What sometimes happened was that the assertion that the file existed was successful, but the file hadn't finished being written to, so an attempt to read data from it failed. | |||||
| 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 | |
| Make the `get_plugin_arguments` function more specific. | |||||
| 2018-07-03 | Refactor file notification monitoring in tests | Janito Vaqueiro Ferreira Filho | 3 | -62/+119 | |
| 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. | |||||
