summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/RelayCacheTracker
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-4/+6
2025-08-28Fix relay features not present on cached relaysJon Petersson1-19/+18
2025-06-17Add QUIC/Masque fields and Features structure to ServerRelayAndrew Bulhak1-2/+2
2025-02-04Update copyright string in switft filesOskar2-2/+2
2025-01-24Fix crash in dispatch queue assertion with background tasksBug Magnet1-2/+2
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-5/+5
2024-11-01Fix building for Xcode 15 and 16Bug Magnet1-4/+4
2024-10-29Add shadowsocks fields to relay list response from the APIJon Petersson1-1/+2
2024-09-10Store the raw JSON payload from the getRelays API callJon Petersson1-16/+22
2024-09-05Fix the cached relays to include daita information in new app versionBug Magnet1-11/+61
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii1-1/+1
2024-06-04Upgrade settings to associate with multi-hopmojganii1-1/+1
2024-02-07Relay selector should use overridden IP addresses for relaysJon Petersson1-10/+16
2023-12-11Moving RelayCache into MullvadRESTmojganii2-2/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-4/+14
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-4/+4
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-6/+4
2023-05-29Introduce MullvadTransport and move Shadowsocks there, share TransportProvide...Bug Magnet1-4/+3
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-2/+2
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-5/+5
2023-05-03Adapt codebase to use cancellable initializerAndrej Mihajlov1-11/+4
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-21/+13
2023-01-17Add helper to create serial operation queueAndrej Mihajlov1-5/+1
2022-11-09Remove shared instancesAndrej Mihajlov2-0/+297