summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnel/PacketTunnelProvider
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Move log file header writing to LogFileOutputStreamAndrew Bulhak1-2/+2
2024-04-17Add bundle version to log headerAndrew Bulhak1-1/+1
2024-04-17Change log rotation to a quota based systemJon Petersson1-1/+1
2024-03-18Move PacketTunnelProvider extension pass the key to the ActorAndrew Bulhak1-0/+8
2024-03-11Introduce ObservedState.negotiatingKey and TunnelState.negotiatingKey, behind...Andrew Bulhak1-0/+5
2024-02-07Relay selector should use overridden IP addresses for relaysJon Petersson2-22/+36
2024-01-30Currently in use API access method should be visible in UIJon Petersson1-1/+0
2024-01-25Update API access methods functionality UI to conform with designsJon Petersson1-4/+2
2024-01-16using different API access methods when it encounters a network errormojganii1-5/+11
2023-12-11Categorize files based on functionalitiesmojganii2-2/+2
2023-12-11Moving MullvadTransport into MullvadRESTmojganii3-4/+1
2023-12-11Moving RelayCache into MullvadRESTmojganii2-2/+1
2023-11-30Have the PacketTunnel use UDP-over-TCP ObfuscationBug Magnet3-3/+8
2023-11-29Refactor packet tunnel to use only a single network path observerJon Petersson1-1/+0
2023-11-28Throttle network path updates in packet tunnelJon Petersson2-13/+19
2023-10-26Prevent iOS from stopping the tunnel if it remains in connecting state for to...Jon Petersson1-1/+15
2023-10-20Add blocked state due to account expirationJon Petersson1-0/+4
2023-10-18Hide State and expose Observed State insteadAndrej Mihajlov1-1/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson4-142/+7
2023-10-13Log same-ip on each connection attemptAndrej Mihajlov1-31/+0
2023-10-13PacketTunnelCore: Introduce SelectedRelay and remove dependency on RelaySelec...Andrej Mihajlov3-6/+12
2023-10-12Cache the transportStrategy in the UserDefaultsBug Magnet1-0/+6
2023-10-09Add UI for blocked stateJon Petersson1-2/+2
2023-10-09PacketTunnel: introduce proper state and blocked stateAndrej Mihajlov10-0/+756