summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src/dns/windows/iphlpapi.rs
AgeCommit message (Expand)AuthorFilesLines
2024-09-18Keep separate tunnel state machine configs for tunnel and non-tunnel DNSDavid Lönnhager1-2/+3
2024-04-25Update windows-sysJoakim Hulthe1-4/+2
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-14/+13
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-3/+3
2023-10-20Move talpid-windows-net into talpid-windowsDavid Lönnhager1-1/+1
2023-09-11Fix incorrect comment about SetInterfaceDnsSettingsDavid Lönnhager1-1/+2
2023-08-08Explain why run-time linking is used for SetInterfaceDnsSettingsDavid Lönnhager1-0/+7
2023-08-08Fix signature on SetInterfaceDnsSettingsLinus Färnstrand1-10/+9
2023-04-21Rename Windows DNS management error variant namesLinus Färnstrand1-6/+6
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-2/+2
2023-03-01Use run-time linking for iphlpapi DNS method. Fall back on netsh if necessaryDavid Lönnhager1-4/+73
2023-03-01Add iphlpapi DNS monitorDavid Lönnhager1-0/+143