| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-03 | Update winreg | David Lönnhager | 1 | -1/+1 | |
| 2025-09-24 | Make `dirs` a workspace dependency and upgrade to 6.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2025-09-23 | Promote `rand` to a workspace dependency in `test` workspace | Markus Pettersson | 1 | -1/+1 | |
| 2025-06-09 | Add ifconfig alias e2e test | Joakim Hulthe | 1 | -1/+3 | |
| Co-Authored-By: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-01-24 | Complete leak checker and implement in daemon | Joakim Hulthe | 1 | -1/+1 | |
| 2024-11-08 | Remove `once_cell` from `test` workspace | Markus Pettersson | 1 | -1/+0 | |
| 2024-10-18 | Set HOME env var in test runner | David Lönnhager | 1 | -0/+1 | |
| 2024-08-22 | Spawn test processes as an unprivileged user by default | David Lönnhager | 1 | -1/+1 | |
| Fixes an issue where the connection-checker is allowed to leak traffic on macOS | |||||
| 2024-08-14 | Make talpid-dbus optional in talpid-platform-metadata | David Lönnhager | 1 | -1/+1 | |
| 2024-07-16 | Add E2E test of CVE-2019-14899 mitigation | Joakim Hulthe | 1 | -1/+1 | |
| 2024-03-20 | Test leaking TCP/UDP/ICMP packets in split tunnel | Joakim Hulthe | 1 | -1/+1 | |
| 2024-03-08 | Add MTU detection integration test for Linux and Windows | Sebastian Holmin | 1 | -6/+8 | |
| Add dependency `scopeguard` for cleaning up nftables ruleset. | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -1/+1 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2024-01-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-11 | Add package metadata to crates in testing framework | Linus Färnstrand | 1 | -1/+5 | |
| Such as authors, repository, licence etc. And have all crates inherit from the workspace | |||||
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -1/+0 | |
| Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free" | |||||
| 2024-01-04 | Add workspace level linting to test workspace | Linus Färnstrand | 1 | -0/+3 | |
| 2023-12-06 | Implement RPC for reading & writing to app cache file | Markus Pettersson | 1 | -1/+1 | |
| - Implement RPC for writing to a file in a test runner / guest VM. - Implement RPC for getting app cache directory - Implement RPC for restarting the app in a test runner / guest vm - Implement RPC for starting the app in a test runner / guest vm - Implement RPC for stopping the app in a test runner / guest vm - Implement `find_cache_traces` on Window & macOS | |||||
| 2023-10-21 | Remove references to talpid-windows-net in e2e tests | David Lönnhager | 1 | -1/+1 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+58 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
