| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-17 | Add a Rust FFI, Disable sandboxing for scripts | Bug Magnet | 9 | -353/+0 | |
| 2024-01-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-09 | Remove version and publish cargo metadata | Linus Färnstrand | 1 | -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-05 | Run `cargo +nightly fmt` | Sebastian Holmin | 2 | -4/+5 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -0/+3 | |
| 2023-12-06 | Reflect obfuscation transport layer in the UI | Bug Magnet | 1 | -0/+8 | |
| 2023-11-30 | Have the PacketTunnel use UDP-over-TCP Obfuscation | Bug Magnet | 1 | -2/+9 | |
| 2023-08-03 | Use std::ffi::c_void in Rust<->iOS code instead of libc::c_void | Linus Färnstrand | 2 | -2/+1 | |
| 2023-07-14 | Move tokio dependency to be a workspace dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2023-07-14 | Set package fields in workspace and inherit in packages | Linus Färnstrand | 1 | -4/+6 | |
| 2023-07-11 | Add bindings for tunnel obfuscator and a test | Andrej Mihajlov | 9 | -0/+334 | |
