summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/TunnelManager/LoadTunnelConfigurationOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+2
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-1/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-1/+1
2023-10-13Prevent logging error when settings are not found in KeychainAndrej Mihajlov1-1/+2
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash wi...Bug Magnet1-1/+1
2023-09-20Move settings into its own frameworkAndrej Mihajlov1-0/+1
2023-08-08Add a generic version of tunnel settingsBug Magnet1-2/+2
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-2/+2
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-2/+2
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-2/+2
2022-12-08Wrap system tunnel management into TunnelStoreAndrej Mihajlov1-16/+2
2022-11-23Add version and migration to settings.sajacl1-30/+4
2022-10-21Move KeychainError to MullvadTypesAndrej Mihajlov1-0/+1
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-1/+1
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-5/+5
2022-08-03Format source code with swiftformatAndrej Mihajlov1-1/+2
2022-08-01Add device stateAndrej Mihajlov1-57/+85
2022-06-20Move background task handling to AppDelegateAndrej Mihajlov1-72/+48
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov1-0/+128