summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn/src
AgeCommit message (Collapse)AuthorFilesLines
2023-04-21Apply clippy --fix fixesLinus Färnstrand2-5/+5
This commit does not contain everything that `cargo clippy --fix` changed on Windows. But the least controversial and simplest subset. The remaining fixes I felt could use some manual cleanup also.
2023-04-20Update shadowsocks to 1.15.3Emīls1-3/+9
2023-02-22Use netlink for openvpnDavid Lönnhager2-20/+0
2023-02-08Make async fns without awaits into regular fnsLinus Färnstrand1-0/+1
2023-02-01Replace atty with is-terminal in talpid-openvpnLinus Färnstrand1-3/+4
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
Simplify routing to abstract some of the platform specific details
2022-11-07Split up talpid-coreEmīls Piņķis9-0/+2656