summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Move talpid-windows-net into talpid-windowsDavid Lönnhager1-6/+7
2023-10-12Update OpenVPN monitorDavid Lönnhager1-178/+106
2023-10-11Get rid of nested `Arc`sMarkus Pettersson1-5/+5
2023-10-11Refactor test cases which use a `tokio` runtimeMarkus Pettersson1-90/+59
2023-10-11Remove dependency on `duct`Markus Pettersson1-68/+67
2023-08-30Fix clippy lintsEmīls1-46/+57
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-5/+5
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-4/+4
2023-02-22Use netlink for openvpnDavid Lönnhager1-7/+0
2023-02-08Make async fns without awaits into regular fnsLinus Färnstrand1-0/+1
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-3/+3
2022-11-08Use fwmark for routing in openvpnEmīls Piņķis1-0/+24
2022-11-07Refactor routing codeEmīls Piņķis1-1/+1
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+1373