summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST/RESTProxyFactory.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Categorize files based on functionalitiesmojganii1-55/+0
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-3/+3
2023-08-24Return RESTTransport from TransportProviderAndrej Mihajlov1-1/+1
Ensures that RESTTransport returns consistent values throughout execution and solves the following issues: - Dynamic implementation of RESTTransport implemented by TransportProvider may yield different values (i.e RESTTransport.name) when accessed at different times during network operation execution - Current implementation of RESTTransport on TransportProvider yields "TransportProvider" before the first call to sendRequest() which is not correct behavior becuase we always log the name of transport that's being used before sending request. - When starting the app with network link conditioner blocking traffic, TransportProvider seems to print "TransportProvider" indefinitely even after the first call to sendRequest().
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-3/+3
2023-06-20Enable reusing the shadowsocks connection once it is establishedBug Magnet1-1/+1
2023-05-22Add shadowsocks-proxy crateEmīls1-1/+1
2022-11-17REST: replace transport registry with transport provider closureAndrej Mihajlov1-2/+2
2022-11-09Remove shared instancesAndrej Mihajlov1-7/+11
2022-10-20Move REST into separate frameworksajacl1-0/+51