summaryrefslogtreecommitdiffhomepage
path: root/talpid-windows/src
AgeCommit message (Collapse)AuthorFilesLines
2024-04-16Add Event::duplicateDavid Lönnhager1-2/+22
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
Removes superfluous lifetime definitions. Simplifying the code
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-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-13Fix MTU detection below min IPv6 value for windowsSebastian Holmin1-17/+4
2024-02-09Add windows MTU detection implementation.Sebastian Holmin1-0/+22
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-1/+1
2024-01-04Add workspace level lintsLinus Färnstrand1-1/+0
2023-10-20Add process module to talpid-windowsDavid Lönnhager3-22/+162
2023-10-20Move talpid-windows-net into talpid-windowsDavid Lönnhager2-5/+498
2023-10-20Move Event and Overlapped to talpid-windows crateDavid Lönnhager3-0/+136