summaryrefslogtreecommitdiffhomepage
path: root/talpid-net
AgeCommit message (Expand)AuthorFilesLines
2026-01-23Format `Cargo.toml` files using `tombi`Sebastian Holmin1-9/+8
2026-01-08Remove some unused #[allow] attributes, and replace some with #[expect]Linus Färnstrand1-2/+2
2025-12-05Clean up set_mtu/get_mtu using new ifreq newtypeMarkus Pettersson1-80/+93
2025-12-05Consolidate initialization of `ifreq` structMarkus Pettersson1-53/+55
2025-11-20Convert to raw pointers in safer ways than as *const T in Linux codeLinus Färnstrand1-2/+2
2025-07-04Fix type error for musl targetsMarkus Pettersson1-4/+18
2025-06-10Update nix to 0.30 everywhereJoakim Hulthe1-1/+1
2025-02-25Move iface_index helper to talpid-netJoakim Hulthe2-1/+19
2025-02-25Add safety comments to talpid_net::unixJoakim Hulthe1-0/+2
2025-01-24Complete leak checker and implement in daemonJoakim Hulthe1-1/+1
2024-08-20Move MTU helpers to talpid-net crateDavid Lönnhager3-0/+102