summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Operations
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Store next private key when rotating the keyAndrej Mihajlov1-0/+11
2022-02-01Add IPC timeoutAndrej Mihajlov1-0/+11
2022-02-01Break tunnel management on operationsAndrej Mihajlov1-0/+33
2021-12-16Add API address cacheAndrej Mihajlov1-2/+0
2021-09-30Operations: let operation subclasses handle early cancellation within main()Andrej Mihajlov5-31/+66
2021-09-16AppStorePaymentManager: refactorAndrej Mihajlov1-0/+95
2021-09-15AlertPresenter: refactorAndrej Mihajlov1-0/+77
2021-09-15AppStoreReceipt: refactorAndrej Mihajlov1-0/+46
2021-09-15Promise: add operation queue extensionAndrej Mihajlov1-36/+82
2021-09-15Operations: simplify AsyncOperation, remove advanced featuresAndrej Mihajlov14-734/+27
2021-03-19SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraintsAndrej Mihajlov2-0/+7
2021-03-19Add willExecute observer to operationsAndrej Mihajlov3-2/+22
2021-02-11Integrate WireGuardKitAndrej Mihajlov1-1/+1
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property acce...Andrej Mihajlov1-16/+29
2020-08-13Fix Swift compiler segfault in release buildAndrej Mihajlov1-1/+1
2020-07-22Accept queue in OperationBlockObserverAndrej Mihajlov2-7/+26
2020-07-06Add operationsAndrej Mihajlov15-0/+826