| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-07 | Add missing feature in talpid-windows | David Lönnhager | 1 | -0/+1 | |
| 2025-10-03 | Bump windows-sys version to latest | David Lönnhager | 5 | -69/+91 | |
| This also refactors and documents some code | |||||
| 2025-09-04 | Add missing feature for talpid-windows | David Lönnhager | 1 | -0/+1 | |
| 2025-09-03 | Move get_system_dir to talpid-windows | David Lönnhager | 2 | -0/+21 | |
| 2025-09-03 | Move multibyte_to_wide to talpid-windows | David Lönnhager | 2 | -0/+77 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 4 | -14/+14 | |
| 2025-03-24 | Add test for is_admin_owned | David Lönnhager | 2 | -0/+38 | |
| 2025-03-24 | Add function for checking if file is owned by admin or system account | David Lönnhager | 3 | -0/+51 | |
| 2025-02-25 | Remove unnecessary impl Sync | Joakim Hulthe | 1 | -2/+0 | |
| 2025-02-25 | Fix improper pointer provenance | Joakim Hulthe | 1 | -3/+1 | |
| `&mut buffer[0] as *mut u8` will create a raw pointer that is only allowed to access the very first byte of `buffer`. `slice::as_mut_ptr` is preferred. | |||||
| 2025-02-25 | Allow undocumented_unsafe_blocks in some modules | Joakim Hulthe | 3 | -0/+6 | |
| 2025-02-25 | Add some safety comments in talpid_windows::net | Joakim Hulthe | 1 | -0/+2 | |
| 2025-02-25 | Add safety comments in talpid_windows::io | Joakim Hulthe | 1 | -0/+6 | |
| 2025-02-12 | Format workspace | Sebastian Holmin | 1 | -7/+7 | |
| The 2024 edition contains new formatting rules. All of these are not compatible with the 2021 formatting style, but most of them are. To change the formatting to be as close to the new style as possible while remaining compatible with the 2021 edition, I first ran `cargo +beta fmt` with the edition set to 2024, then, with the edition set to 2021, I ran `cargo fmt`. | |||||
| 2025-02-12 | Fix `unsafe_op_in_unsafe_fn` warning | Sebastian Holmin | 1 | -12/+14 | |
| 2025-01-24 | Complete leak checker and implement in daemon | Joakim Hulthe | 1 | -1/+1 | |
| 2024-09-25 | Add `futures` to workspace dependencies | Sebastian Holmin | 1 | -1/+1 | |
| 2024-04-16 | Add Event::duplicate | David Lönnhager | 1 | -2/+22 | |
| 2024-04-16 | Add missing `windows_sys` feature | Markus Pettersson | 1 | -0/+1 | |
| Fix `talpid-openvpn` refusing to compile for Windows due to a missing feature: `Win32_System_Com`. Fix `talpid-windows` refusing to compile for Windows due to a missing feature: `Win32_Security`. | |||||
| 2024-04-03 | Enable single-use-lifetimes rustc lint | Linus Färnstrand | 1 | -1/+1 | |
| Removes superfluous lifetime definitions. Simplifying the code | |||||
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 2 | -20/+19 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2024-02-13 | Fix MTU detection below min IPv6 value for windows | Sebastian Holmin | 1 | -17/+4 | |
| 2024-02-09 | Add windows MTU detection implementation. | Sebastian Holmin | 1 | -0/+22 | |
| 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 | 1 | -1/+1 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 2 | -1/+3 | |
| 2023-10-21 | Remove references to talpid-windows-net in e2e tests | David Lönnhager | 1 | -1/+1 | |
| 2023-10-20 | Add process module to talpid-windows | David Lönnhager | 3 | -22/+162 | |
| 2023-10-20 | Move talpid-windows-net into talpid-windows | David Lönnhager | 3 | -5/+505 | |
| 2023-10-20 | Move Event and Overlapped to talpid-windows crate | David Lönnhager | 4 | -0/+157 | |
