| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 1 | -7/+8 | |
| 2025-07-09 | Use `io:Error::other` | Sebastian Holmin | 1 | -6/+3 | |
| 2025-02-25 | Add safety comment in talpid_routing::windows::route_manager | Joakim Hulthe | 1 | -0/+1 | |
| 2025-02-25 | Add safety comments in talpid_routing::windows::route_manager | Joakim Hulthe | 1 | -0/+2 | |
| 2025-02-12 | Format workspace | Sebastian Holmin | 1 | -8/+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 | -16/+29 | |
| 2024-02-19 | Fix redundant imports | David Lönnhager | 1 | -7/+0 | |
| 2024-01-02 | Fix clippy lints | David Lönnhager | 1 | -1/+1 | |
| 2023-10-20 | Move talpid-windows-net into talpid-windows | David Lönnhager | 1 | -3/+3 | |
| 2023-08-08 | Convert talpid-routing to windows-sys 0.48 | Linus Färnstrand | 1 | -42/+22 | |
| 2023-04-21 | Fix clippy warnings in Windows route manager | Linus Färnstrand | 1 | -8/+7 | |
| 2023-04-21 | Apply clippy --fix fixes | Linus Färnstrand | 1 | -12/+11 | |
| 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-03-27 | Fix many typos | Alexander Seiler | 1 | -9/+9 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-14 | Update windows-sys in mullvad and talpid crates | David Lönnhager | 1 | -7/+6 | |
| 2023-01-18 | Fix deadlock in set_tunnel_addresses | David Lönnhager | 1 | -6/+3 | |
| 2022-11-08 | Refactor Windows routing code | David Lönnhager | 1 | -23/+20 | |
| 2022-11-07 | Refactor routing code | Emīls Piņķis | 1 | -9/+0 | |
| Simplify routing to abstract some of the platform specific details | |||||
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 1 | -0/+885 | |
