summaryrefslogtreecommitdiffhomepage
path: root/talpid-routing/src/windows/mod.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-2/+2
2024-04-22Fix broken lints in rustdocsSebastian Holmin1-1/+1
I ran `cargo doc` and fixed as many broken links as I could find.
2024-03-14Simplify route manager handleDavid Lönnhager1-95/+37
2024-03-11Unify stop method signature between route manager implementationsDavid Lönnhager1-7/+12
2024-03-11Simplify Windows route monitorDavid Lönnhager1-37/+21
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-23/+23
`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-01-31Simplify retry logic in connecting stateDavid Lönnhager1-0/+7
2024-01-02Fix clippy lintsDavid Lönnhager1-1/+1
2023-10-20Move talpid-windows-net into talpid-windowsDavid Lönnhager1-7/+5
2023-06-05Rework macOS routingDavid Lönnhager1-6/+4
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-1/+1
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-01-18Fix deadlock in set_tunnel_addressesDavid Lönnhager1-3/+3
2022-11-07Split up talpid-coreEmīls Piņķis1-0/+311