| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-11 | Categorize files based on functionalities | mojganii | 1 | -273/+0 | |
| 2023-08-29 | Introduce RESTRequestExecutor to support async flows | Andrej Mihajlov | 1 | -3/+3 | |
| 2023-08-28 | Introduce Duration type that mimicks native iOS16 Duration | Jon Petersson | 1 | -1/+1 | |
| 2023-08-24 | Return RESTTransport from TransportProvider | Andrej Mihajlov | 1 | -3/+2 | |
| 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-08-24 | Eliminate force unwrap of HTTPURLResponse | Andrej Mihajlov | 1 | -45/+17 | |
| 2023-06-27 | New swiftformat rule, enable google swift guidelines | Bug Magnet | 1 | -3/+2 | |
| 2023-06-20 | Enable reusing the shadowsocks connection once it is established | Bug Magnet | 1 | -32/+10 | |
| 2023-05-29 | Introduce MullvadTransport and move Shadowsocks there, share ↵ | Bug Magnet | 1 | -2/+2 | |
| TransportProvider implementation | |||||
| 2023-05-22 | Reformat the code for Swift 5.8 | Andrej Mihajlov | 1 | -4/+4 | |
| 2023-05-22 | Add shadowsocks-proxy crate | Emīls | 1 | -27/+29 | |
| 2023-04-12 | Add configuration to disable IP address cache for staging environment | Andrej Mihajlov | 1 | -2/+4 | |
| 2023-02-28 | Replace OperationCompletion with Result | Andrej Mihajlov | 1 | -24/+23 | |
| Error is set to OperationError.cancelled if operation is cancelled. | |||||
| 2022-11-17 | REST: replace transport registry with transport provider closure | Andrej Mihajlov | 1 | -3/+3 | |
| 2022-11-07 | Add exponential backoff with jitter | Andrej Mihajlov | 1 | -8/+23 | |
| 2022-10-20 | Move REST into separate framework | sajacl | 1 | -0/+307 | |
