summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src/offline/macos.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+2
2025-03-25Avoid using an unavailable ip version to connect to a relayJonatan Rhodin1-4/+1
2024-03-14Simplify route manager handleDavid Lönnhager1-3/+3
2024-03-13Log when select functions are called an unusual number of timesDavid Lönnhager1-0/+2
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-3/+3
2024-02-09Detect available IP versionsMarkus Pettersson1-37/+46
2023-10-10Synthesize offline state on macOSDavid Lönnhager1-33/+77
2023-10-09Remove pointless task in offline monitorDavid Lönnhager1-49/+19
2023-10-05Coalesce route events in macOS route monitorDavid Lönnhager1-8/+0
2023-09-19Temporarily disable macOS offline monitor debouncer. The DNS config suffers o...David Lönnhager1-8/+7
2023-06-05Update documentation for offline monitorDavid Lönnhager1-18/+5
2023-06-05Rework macOS routingDavid Lönnhager1-93/+119
2023-06-05Attempt to setup routes the other wayEmīls1-29/+53
2022-11-07Split up talpid-coreEmīls Piņķis1-3/+3
2022-06-30Fix newly introduced clippy warningsJonathan1-1/+1
2022-01-24Add docs to the offline moduleEmīls1-0/+22
2022-01-24Use route monitor to drive the offline monitorEmīls1-177/+54
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-4/+0
2021-09-15Pause automatic RPCs while the account is expired or invalid, and whileDavid Lönnhager1-9/+11
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-06-09Improve offline detectionEmīls Piņķis1-34/+161
2020-04-27Rename old futures importEmīls1-1/+1
2019-11-26Close tunnel thread when the returned sender is closed (by passing a weakref ...David Lönnhager1-5/+12
2019-10-07Use callback only for offline monitor on WindowsDavid Lönnhager1-4/+6
2019-04-05Get rid of error-chain in talpid offline moduleLinus Färnstrand1-7/+8
2019-01-18Fix import path errorsLinus Färnstrand1-1/+1
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-6/+5
2018-11-16Wrap offline monitor handle in a fixed typeLinus Färnstrand1-2/+4
2018-11-08Handle being offline on macOSLinus Färnstrand1-0/+83