summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AddressCache/AddressCacheTracker.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-02Remove dangling files that were previous removedAndrej Mihajlov1-201/+0
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-1/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-14/+10
2022-07-28AddressCache: drop error typeAndrej Mihajlov1-24/+17
2022-06-20Move background task handling to AppDelegateAndrej Mihajlov1-119/+108
2022-06-08Add background observerAndrej Mihajlov1-7/+3
2022-06-08Switch to AsyncOperationQueueAndrej Mihajlov1-2/+2
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov1-1/+1
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov1-5/+5
2022-04-29AddressCacheStore: use simple lockAndrej Mihajlov1-1/+1
2022-04-05AddressCacheTracker: adopt OperationCompletion.isSuccessAndrej Mihajlov1-6/+6
2022-04-05UpdateAddressCacheOperation: subclass from ResultOperationAndrej Mihajlov1-12/+14
2022-03-24Add conformance of Operation to Cancellable, drop AnyCancellableAndrej Mihajlov1-4/+2
2021-12-16Add API address cacheAndrej Mihajlov1-0/+226