summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/REST
AgeCommit message (Expand)AuthorFilesLines
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov18-631/+1545
2022-04-29REST: retrieve current endpoint instead of assuming that it stays the sameAndrej Mihajlov1-3/+5
2022-04-29REST: move retry count increment after checking for max retry attemptAndrej Mihajlov1-3/+3
2022-04-29AddressCacheStore: use simple lockAndrej Mihajlov1-11/+7
2022-04-11Improve port selection algorithmAndrej Mihajlov1-1/+1
2022-04-05NetworkOperation: subclass from ResultOperationAndrej Mihajlov2-44/+49
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 Mihajlov2-13/+16
2022-03-24Drop REST.RequestAdapterAndrej Mihajlov2-121/+89
2022-03-24Drop PromisesAndrej Mihajlov1-12/+0
2022-03-15Use WireGuardKitTypes in the main bundle to avoid loading go runtime.Andrej Mihajlov1-2/+2
2022-02-22Add period at the end of error descriptionsAndrej Mihajlov1-5/+5
2022-02-08Decode weight as UInt64Andrej Mihajlov1-1/+1
2022-02-01Break tunnel management on operationsAndrej Mihajlov1-1/+0
2021-12-21REST: handle success response codes defensivelyAndrej Mihajlov2-52/+23
2021-12-16Add API address cacheAndrej Mihajlov6-169/+559
2021-12-16SSLPinning: return `.rejectProtectionSpace` instead of `.cancelAuthentication...Andrej Mihajlov1-12/+5
2021-10-07Remove expired LE certificateDavid Lönnhager1-3/+2
2021-09-29TunnelManager: refactorAndrej Mihajlov1-1/+2
2021-09-16REST: refactorAndrej Mihajlov7-0/+756