| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-11 | Categorize files based on functionalities | mojganii | 1 | -55/+0 | |
| 2023-10-16 | Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler. | Jon Petersson | 1 | -3/+3 | |
| 2023-08-24 | Return RESTTransport from TransportProvider | Andrej Mihajlov | 1 | -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-27 | New swiftformat rule, enable google swift guidelines | Bug Magnet | 1 | -3/+3 | |
| 2023-06-20 | Enable reusing the shadowsocks connection once it is established | Bug Magnet | 1 | -1/+1 | |
| 2023-05-22 | Add shadowsocks-proxy crate | Emīls | 1 | -1/+1 | |
| 2022-11-17 | REST: replace transport registry with transport provider closure | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-11-09 | Remove shared instances | Andrej Mihajlov | 1 | -7/+11 | |
| 2022-10-20 | Move REST into separate framework | sajacl | 1 | -0/+51 | |
