summaryrefslogtreecommitdiffhomepage
path: root/ios/TunnelProviderMessaging/URLRequestProxy.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-09-21Merge TunnelProviderMessaging into PacketTunnelCoreAndrej Mihajlov1-75/+0
2023-08-24Return RESTTransport from TransportProviderAndrej Mihajlov1-3/+5
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-20Enable reusing the shadowsocks connection once it is establishedBug Magnet1-9/+4
2023-05-29Introduce MullvadTransport and move Shadowsocks there, share ↵Bug Magnet1-1/+2
TransportProvider implementation
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-3/+3
2023-05-22Add shadowsocks-proxy crateEmīls1-24/+29
2023-02-03Extract URLRequestProxy implementationAndrej Mihajlov1-0/+72