summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner/src/net.rs
AgeCommit message (Expand)AuthorFilesLines
2026-01-15Fix undocumented unsafe by replacing libc::if_nametoindexMarkus Pettersson1-10/+17
2026-01-15Add safety comments to unsafe codeMarkus Pettersson1-0/+1
2025-11-25Fix clippy warnings in test-runnerJoakim Hulthe1-3/+6
2025-11-20Convert to raw pointers in safer ways than as *const T in Linux codeLinus Färnstrand1-1/+1
2025-11-17Collapse collapsible if-statementsMarkus Pettersson1-6/+5
2025-09-15Allow test-runner to be built against muslJoakim Hulthe1-1/+1
2025-07-10Run `cargo fmt` in test-repoSebastian Holmin1-1/+1
2024-11-08Remove `once_cell` from `test` workspaceMarkus Pettersson1-2/+2
2024-07-16Add E2E test of CVE-2019-14899 mitigationJoakim Hulthe1-3/+37
2024-03-08Add MTU detection integration test for Linux and WindowsSebastian Holmin1-69/+77
2023-12-15[Clippy] Fix unused `async`Markus Pettersson1-2/+2
2023-12-06Implement RPC for reading & writing to app cache fileMarkus Pettersson1-2/+2
2023-11-22Obtain tunnel interface from management interface in testsDavid Lönnhager1-108/+46
2023-10-21Remove references to talpid-windows-net in e2e testsDavid Lönnhager1-6/+6
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+353