summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPNTests/AddressCacheTests.swift
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29Reorganise MullvadVPNTests hierarchy to match that of code under testAndrew Bulhak1-131/+0
2023-11-14remove importing namespaces partiallyMojgan1-1/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-1/+5
2023-08-25Change CachedAddresses schema to invalidate cache when updating from 2023.2 ↵Andrej Mihajlov1-20/+9
to 2023.3 We had a couple of reports pointing at persistent timeouts and SSL errors in API communication using any transport. The user that happened to be using a broken bridge IP while on 2023.2 would keep using it indefinitely after update to 2023.3 because we used to move the currently used IP to the first position in the list. After update to 2023.3 we would only use that first IP.
2023-06-13Replace Caching type with FileCache<Content: Codable>Andrej Mihajlov1-112/+77
2023-06-13Cache the last used shadowsocks configuration and reuse it subsequentlyBug Magnet1-0/+173