summaryrefslogtreecommitdiffhomepage
path: root/ios/PacketTunnelCoreTests/PacketTunnelActorTests.swift
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Enable quantum resistant tunnel setting by defaultJon Petersson1-12/+45
2025-10-14Move nw path monitoring outside packet tunnel actorJon Petersson1-26/+0
2025-09-30Apply new swift format rules to codebaseSteffen1-7/+5
2025-05-27Enable Swift 6 mode for the PacketTunnel and test TargetBug Magnet1-1/+1
2025-02-21Improve PacketTunnelPathObserverBug Magnet1-1/+0
2025-02-04Update copyright string in switft filesOskar1-1/+1
2024-09-10Store the raw JSON payload from the getRelays API callJon Petersson1-1/+0
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet1-1/+1
2024-08-27Reconnect tunnel automatically after tunnel adapter errormojganii1-1/+46
2024-08-15Add DAITA into TunnelSettingsmojganii1-5/+1
2024-07-11Allow relay selector to select an entry peerJon Petersson1-1/+2
2024-06-25Replace all maximum timeout values to 60 secondsJon Petersson1-21/+22
2024-06-04Make the actor reconnect reason explicitBug Magnet1-3/+3
2024-06-04Reuse the connection attempts count logic for PQ PSK negotiationBug Magnet1-0/+31
2024-06-04Upgrade settings to associate with multi-hopmojganii1-1/+2
2024-05-21Implement PQ PSKEmīls1-1/+2
2024-04-03Modify test to match new ObservableState logicAndrew Bulhak1-1/+2
2023-12-20Fix Swiftlint warningsJon Petersson1-15/+13
2023-12-11Categorize files based on functionalitiesmojganii1-1/+1
2023-12-11Moving MullvadTransport into MullvadRESTmojganii1-1/+1
2023-11-30Have the PacketTunnel use UDP-over-TCP ObfuscationBug Magnet1-2/+3
2023-11-22Fix flaky actor testsBug Magnet1-11/+14
2023-11-20Fix flaky reconnecting testBug Magnet1-8/+13
2023-11-14remove importing namespaces partiallyMojgan1-2/+1
2023-11-10Remove offending testEmīls1-1/+6
2023-10-18Hide State and expose Observed State insteadAndrej Mihajlov1-21/+15
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-0/+436