summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/REST/RESTClient.swift
AgeCommit message (Expand)AuthorFilesLines
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov1-524/+0
2022-04-05NetworkOperation: subclass from ResultOperationAndrej Mihajlov1-17/+34
2022-03-24Add conformance of Operation to Cancellable, drop AnyCancellableAndrej Mihajlov1-14/+12
2022-03-24Assign names to network operations so it's easier to distinguish them in logsAndrej Mihajlov1-11/+12
2022-03-24Drop REST.RequestAdapterAndrej Mihajlov1-92/+89
2022-03-15Use WireGuardKitTypes in the main bundle to avoid loading go runtime.Andrej Mihajlov1-2/+2
2022-02-01Break tunnel management on operationsAndrej Mihajlov1-1/+0
2021-12-21REST: handle success response codes defensivelyAndrej Mihajlov1-27/+19
2021-12-16Add API address cacheAndrej Mihajlov1-167/+278
2021-10-07Remove expired LE certificateDavid Lönnhager1-3/+2
2021-09-29TunnelManager: refactorAndrej Mihajlov1-1/+2
2021-09-16REST: refactorAndrej Mihajlov1-0/+409