summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/RelayCache.swift
AgeCommit message (Expand)AuthorFilesLines
2020-09-02Pass queue for completion callbacksAndrej Mihajlov1-20/+21
2020-08-13Add SwiftLogAndrej Mihajlov1-6/+10
2020-07-22Trim whitespaceAndrej Mihajlov1-1/+1
2020-07-22Fix: forgot to call resume() on relays download taskAndrej Mihajlov1-0/+2
2020-07-22Attempt to return a pre-bundled relay list in case of error decoding the rela...Andrej Mihajlov1-2/+3
2020-07-22Refactor the error matching codeAndrej Mihajlov1-1/+1
2020-07-22Migrating RelayCache to REST relaysAndrej Mihajlov1-62/+29
2020-07-22Adopt MullvadRest in RelayCacheAndrej Mihajlov1-17/+20
2020-07-08Uncombine RelayCache and bundle relays.json with the appAndrej Mihajlov1-107/+257
2020-06-02Switch to using ephemeral URLSession configurationAndrej Mihajlov1-3/+8
2020-05-08Fix commentAndrej Mihajlov1-1/+1
2020-05-08Rename MullvadAPI -> MullvadRpc and rework MullvadRpc.Error typeAndrej Mihajlov1-12/+6
2020-03-09Pick relay based on weightsAndrej Mihajlov1-1/+1
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2020-01-03Scope MullvadAPIError into MullavdAPI as Error and add response codes expect...Andrej Mihajlov1-2/+2
2019-12-04Migrate RelayCache to CombineAndrej Mihajlov1-123/+145
2019-09-23Add RelayCacheAndrej Mihajlov1-0/+228