summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST/AddressCache.swift
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Categorize files based on functionalitiesmojganii1-132/+0
2023-08-25Change CachedAddresses schema to invalidate cache when updating from 2023.2 t...Andrej Mihajlov1-47/+34
2023-08-25AddressCache: use mutex lock in loadFromFile() and log all errors except when...Andrej Mihajlov1-8/+15
2023-06-20Enable reusing the shadowsocks connection once it is establishedBug Magnet1-5/+0
2023-06-13Replace Caching type with FileCache<Content: Codable>Andrej Mihajlov1-40/+36
2023-06-13Cache the last used shadowsocks configuration and reuse it subsequentlyBug Magnet1-65/+24
2023-05-12Simplify the AddressCache logic, it now filters results to only keep the firs...Bug Magnet1-239/+74
2022-11-09Remove shared instancesAndrej Mihajlov1-5/+0
2022-10-31Add temporary AddressCache.sharedAndrej Mihajlov1-0/+5
2022-10-31AddressCache: add read-only modeAndrej Mihajlov1-125/+173
2022-10-20Move REST into separate frameworksajacl1-0/+305