summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/TunnelManager/SendTunnelProviderMessageOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-1/+1
2024-11-01Fix building for Xcode 15 and 16Bug Magnet1-50/+2
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii1-9/+9
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-4/+4
2023-09-21Merge TunnelProviderMessaging into PacketTunnelCoreAndrej Mihajlov1-1/+1
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-8/+8
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-3/+3
2023-04-14Make sure that cancellation does not fire until operation is executingAndrej Mihajlov1-3/+1
2023-03-06Add background observer for IPC operationsAndrej Mihajlov1-2/+27
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-9/+9
2023-01-18Reference Swift.Error as Error where disambiguation is no longer neededAndrej Mihajlov1-1/+1
2022-10-21Move common code into two new targets: RelaySelector, TunnelProviderMessagingAndrej Mihajlov1-0/+1
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-0/+1
2022-10-13Add transport support in REST APISajad Vishkai1-13/+20
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-3/+12
2022-08-03Format source code with swiftformatAndrej Mihajlov1-4/+3
2022-07-28Rework tunnel IPCAndrej Mihajlov1-0/+265