summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPNTests/MullvadREST
AgeCommit message (Expand)AuthorFilesLines
2025-10-24Fetch current location on first startJon Petersson1-10/+2
2025-10-08Do not override ip on certain obfuscationsJon Petersson1-1/+1
2025-09-30Apply new swift format rules to codebaseSteffen12-128/+161
2025-09-16Reject unsupported obfuscation only in auto caseEmīls1-1/+1
2025-09-16Bypass obfuscation when not supportedBug Magnet4-35/+127
2025-09-05Fix relay selector selection order and obfuscationJon Petersson3-164/+160
2025-07-08Update FFI to handle new QUIC paramsJon Petersson1-3/+27
2025-06-26Update RelaySelector to handle extra addressesJon Petersson1-2/+0
2025-06-17Add QUIC/Masque fields and Features structure to ServerRelayAndrew Bulhak1-1/+4
2025-05-23Add UITests for QUIC, add ability to block Wireguard trafficBug Magnet1-0/+18
2025-05-20Fix duplicate call to cache to validate portSteffen Ernst1-1/+1
2025-05-20Remove port 443 from automatic connection attemptSteffen Ernst2-17/+4
2025-05-20Handle port 443 removal and show blocked state bannerSteffen Ernst1-0/+76
2025-04-15Fix namespace clashing in rust codemojganii1-3/+3
2025-04-15Improve sendProblemReport based on feedbacksmojganii1-16/+12
2025-04-15Add test for validating string for meta datamojganii1-0/+71
2025-03-18Add test for filtermojganii7-251/+10
2025-03-17Fix the issue in smart routing when selecting one to many relaysmojganii1-3/+11
2025-02-04Update copyright string in switft filesOskar12-12/+12
2025-01-28Change AnyRelay Location from a String to a custom typeAndrew Bulhak1-5/+4
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-3/+3
2024-12-13Fix relay selector to force blocked state with daita and obfuscation onJon Petersson2-5/+38
2024-12-03Enable custom Shadowsocks port selection on entry servers in multihopJon Petersson2-3/+3
2024-11-28Apply the obfuscation port to the entry configuration onlyJon Petersson2-11/+72
2024-11-27Update automatic port selection algorithmBug Magnet2-23/+6
2024-11-13Update relay selector for shadowsocks obfuscationJon Petersson4-7/+320
2024-10-29Add shadowsocks fields to relay list response from the APIJon Petersson3-11/+22
2024-10-23Fix relay selector for smart routingJon Petersson1-1/+21
2024-10-18Set filters on the FilterView when they are shown or hiddenBug Magnet2-6/+5
2024-10-18Fix crash when closing add/edit custom list viewJon Petersson2-8/+6
2024-10-08Fix smart routing to select the closest relay with DaitaJon Petersson4-19/+225
2024-10-02Add smart routing to daita settings dataJon Petersson3-10/+10
2024-09-10Store the raw JSON payload from the getRelays API callJon Petersson2-13/+24
2024-09-05Do not instantiate tunnel settings in RelaySelectorWrapperBug Magnet1-64/+44
2024-08-22List only DAITA entry locations if multihop and DAITA are enabledJon Petersson1-1/+1
2024-08-21Allow relay selector to filter DAITA enabled relaysJon Petersson5-14/+222
2024-08-15Add DAITA into TunnelSettingsmojganii2-21/+18
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii1-2/+2
2024-07-11Add RelaySelectorWrapper testsJon Petersson3-0/+279
2024-07-11Allow relay selector to select an entry peerJon Petersson1-75/+32
2024-06-13Add multi-hop toggle to settings viewmojganii1-28/+25
2024-06-04Upgrade settings to associate with multi-hopmojganii2-48/+223
2024-05-13Mock data for snapshot testmojganii5-215/+0
2024-04-29Reorganise MullvadVPNTests hierarchy to match that of code under testAndrew Bulhak10-0/+918