summaryrefslogtreecommitdiffhomepage
path: root/ios/TunnelObfuscation
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet9-353/+0
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+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-05Run `cargo +nightly fmt`Sebastian Holmin2-4/+5
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-12-06Reflect obfuscation transport layer in the UIBug Magnet1-0/+8
2023-11-30Have the PacketTunnel use UDP-over-TCP ObfuscationBug Magnet1-2/+9
2023-08-03Use std::ffi::c_void in Rust<->iOS code instead of libc::c_voidLinus Färnstrand2-2/+1
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-4/+6
2023-07-11Add bindings for tunnel obfuscator and a testAndrej Mihajlov9-0/+334