summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnel
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Add RelaySelectorWrapper testsJon Petersson1-62/+0
2024-07-11Add general support for multiple selected relaysJon Petersson1-2/+2
2024-07-11Allow relay selector to select an entry peerJon Petersson1-4/+1
2024-06-17Use a more appropriate protocol nameBug Magnet1-3/+3
2024-06-17Add testsBug Magnet1-13/+19
2024-06-17Add a backing off timeout when negotiating PQ PSKBug Magnet2-9/+28
2024-06-13Add multi-hop toggle to settings viewmojganii2-34/+15
2024-06-10Fix conncheck to work on staging environmentBug Magnet1-0/+2
2024-06-04Reuse the connection attempts count logic for PQ PSK negotiationBug Magnet1-1/+1
2024-06-04Upgrade settings to associate with multi-hopmojganii3-17/+77
2024-05-21Add a connection timeout check for the in-tunnel TCP connectionBug Magnet2-21/+46
2024-05-21Implement PQ PSKEmīls3-10/+115
2024-05-13Fix problem report logs being duplicatedJon Petersson1-1/+6
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-18Add preSharedKey to TunnelPeer, pass it to TunnelConfiguration if presentAndrew Bulhak1-0/+1
2024-03-11Introduce ObservedState.negotiatingKey and TunnelState.negotiatingKey, behind...Andrew Bulhak1-0/+5
2024-02-13Resurface the list of allowedIPs to make it configurableBug Magnet1-4/+1
2024-02-07Always destroy tunnel when reconfiguringEmīls1-1/+2
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-20Fix Swiftlint warningsJon Petersson1-2/+5
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-11-14remove importing namespaces partiallyMojgan3-4/+3
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 Petersson5-145/+10
2023-10-13Log same-ip on each connection attemptAndrej Mihajlov2-33/+19
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 Mihajlov22-1018/+926
2023-10-05Log if Same IP is used when starting a tunnelBug Magnet1-0/+11
2023-09-21Merge TunnelProviderMessaging into PacketTunnelCoreAndrej Mihajlov2-1/+1
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash wi...Bug Magnet5-5/+5
2023-09-20Move settings into its own frameworkAndrej Mihajlov5-0/+5
2023-09-19Fix Swiftlint warnings in PacketTunnelProviderJon Petersson1-23/+29
2023-09-19Fix reliability and time consumption of testInitialConnectionTimings testJon Petersson1-1/+2
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson1-0/+2
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson2-6/+7