| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-04-16 | Add Event::duplicate | David Lönnhager | 1 | -2/+22 | |
| 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 | 1 | -19/+18 | |
| `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-05 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -1/+1 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -1/+0 | |
| 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 | 2 | -5/+498 | |
| 2023-10-20 | Move Event and Overlapped to talpid-windows crate | David Lönnhager | 3 | -0/+136 | |
