summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST/Transport
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen16-105/+126
2025-09-22Fix building the project for the screenshots configurationBug Magnet1-0/+1
2025-09-19Add routine that clears shadowsocks caches on API rotation and failureBug Magnet1-0/+26
2025-09-08Remove ProxyConfigurationTransportProviderBug Magnet1-66/+0
2025-08-12Separate access method rotation request from stateSteffen1-2/+6
2025-08-06Fix some linting warningsmojganii3-4/+9
2025-06-05Fix typosomahs1-1/+1
2025-05-08Add storekit 2 functions to mullvad apiSteffen Ernst1-3/+3
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson4-32/+29
2025-04-15Call sendProblemReport from Rust in Swiftmojganii1-1/+0
2025-03-31Move Mullvad API functions to new fileJon Petersson1-1/+2
2025-03-31Tie rust and Swift side togetherJon Petersson1-1/+2
2025-03-03Send API requests across app/packet tunnel boundaryJon Petersson2-0/+88
2025-02-18Fix access method rotation after dns proxy failureSteffen Ernst1-1/+12
2025-02-04Update copyright string in switft filesOskar18-18/+18
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet26-64/+65
2024-11-26Add encrypted DNS proxy domain as part of configBug Magnet1-1/+1
2024-10-14Check AddressCache as well when overriding hostname for SSL validationBug Magnet1-1/+1
2024-09-30Share the same instance of EncrytedDNSProxy everywhereBug Magnet2-6/+13
2024-09-26Use the encrypted DNS FFI as a transport providerEmīls3-13/+64
2024-09-25Add UI for encrypted dns proxymojganii4-5/+55
2024-09-18Fix some build warningsmojganii1-1/+1
2024-09-10Store the raw JSON payload from the getRelays API callJon Petersson1-1/+1
2024-08-15Add DAITA into TunnelSettingsmojganii2-41/+30
2024-07-17Add a Rust FFI, Disable sandboxing for scriptsBug Magnet12-596/+1
2024-07-11Add RelaySelectorWrapper testsJon Petersson1-3/+1
2024-06-13Add multi-hop toggle to settings viewmojganii2-25/+31
2024-06-04Upgrade settings to associate with multi-hopmojganii4-24/+111
2024-03-22Fix not showing the correct api access method in use on app reinstallJon Petersson1-6/+4
2024-01-30Currently in use API access method should be visible in UIJon Petersson3-50/+8
2024-01-24Enable testing API access with a given configurationBug Magnet2-0/+59
2024-01-23removing socks5 authentication check from the TransportStrategy layermojganii1-10/+5
2024-01-23reusing existing connection for upcoming requests if it is still validmojganii5-28/+56
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-16using different API access methods when it encounters a network errormojganii5-136/+264
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
2024-01-08Add username password commandBug Magnet10-24/+201
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-12-22moving AccessMethodRepository into MullvadSettingsmojganii6-28/+27
2023-12-12Add socks5 forwarding proxyAndrej Mihajlov23-1/+1468
2023-12-11Categorize files based on functionalitiesmojganii19-0/+1055