summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src/offline/windows.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-2/+2
2025-05-22Fix missing connectivity messages on WindowsDavid Lönnhager1-30/+10
2025-03-25Avoid using an unavailable ip version to connect to a relayJonatan Rhodin1-8/+2
2025-02-25Remove unused unsafe impl SendJoakim Hulthe1-2/+0
2024-03-14Simplify route manager handleDavid Lönnhager1-7/+6
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-5/+5
2024-02-09Detect available IP versionsMarkus Pettersson1-24/+59
2023-10-20Move talpid-windows-net into talpid-windowsDavid Lönnhager1-1/+1
2023-04-26Fix remaining clippy warningsDavid Lönnhager1-0/+1
2023-04-21Apply clippy --fix fixesLinus Färnstrand1-3/+3
2022-12-22Don't reset ST driver state when resuming from sleepDavid Lönnhager1-1/+1
2022-11-07Split up talpid-coreEmīls Piņķis1-9/+6
2022-10-18Port winnet from C++ to RustJonathan1-27/+33
2022-06-30Fix newly introduced clippy warningsJonathan1-1/+1
2022-06-14Generalize power management monitorDavid Lönnhager1-36/+30
2022-03-18Forward default route interface changes to the daemon, includingDavid Lönnhager1-4/+8
2022-02-02Add Windows windowing utilities moduleDavid Lönnhager1-125/+12
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-2/+0
2021-10-27Use route manager for the offline monitor on WindowsDavid Lönnhager1-31/+86
2021-09-15Pause automatic RPCs while the account is expired or invalid, and whileDavid Lönnhager1-11/+10
2020-09-01Async offline monitorDavid Lönnhager1-2/+4
2020-09-01Use new-type futures for daemon-TSM boundary and the offline monitorDavid Lönnhager1-1/+1
2020-04-27Rename old futures importEmīls1-1/+1
2020-04-16Use tristate for connectivityEmīls Piņķis1-7/+9
2020-04-16Initialize windows offline monitor to assume connectivityEmīls Piņķis1-1/+1
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand1-8/+0
2019-12-04Update logging for winnet and offline monitorOdd Stranne1-3/+3
2019-11-26Close tunnel thread when the returned sender is closed (by passing a weakref ...David Lönnhager1-9/+8
2019-11-26Fix FFI function return typeDavid Lönnhager1-3/+1
2019-10-30Refactor NetMonitorDavid Lönnhager1-4/+0
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-1/+1
2019-10-07Use callback only for offline monitor on WindowsDavid Lönnhager1-14/+5
2019-09-10Update logging definitions/log sink implementation in 'winnet' wrapperOdd Stranne1-1/+1
2019-05-21Add new windows connectivity checks to daemonEmīls Piņķis1-28/+126
2019-04-05Get rid of error-chain in talpid offline moduleLinus Färnstrand1-9/+10
2019-01-18Fix import path errorsLinus Färnstrand1-1/+1
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-13/+11
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-19/+26
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-16Wrap offline monitor handle in a fixed typeLinus Färnstrand1-1/+3
2018-11-15Use longer delay before setting up tunnel when resuming from sleepOdd Stranne1-1/+1
2018-11-14Complement 'offline' module with code for WindowsOdd Stranne1-0/+190