summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AddressCacheTracker
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-8/+10
2025-02-21Implement an FFI to fetch API IP addresses using mullvad-apiJon Petersson1-1/+0
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-24Fix crash in dispatch queue assertion with background tasksBug Magnet1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-2/+2
2024-11-01Fix building for Xcode 15 and 16Bug Magnet1-4/+4
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii1-1/+1
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-2/+2
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-2/+2
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-6/+6
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-5/+5
2023-05-03Fix CI issuesAndrej Mihajlov1-2/+2
2023-05-03Adapt codebase to use cancellable initializerAndrej Mihajlov1-6/+2
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+191