summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST/Transport/Shadowsocks
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen2-5/+7
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
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-08-06Fix some linting warningsmojganii1-1/+1
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson2-31/+5
2025-02-04Update copyright string in switft filesOskar5-5/+5
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet5-9/+9
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-hopmojganii3-23/+110
2024-01-23reusing existing connection for upcoming requests if it is still validmojganii1-1/+1
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 errormojganii1-0/+73
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-12-22moving AccessMethodRepository into MullvadSettingsmojganii2-7/+8
2023-12-11Categorize files based on functionalitiesmojganii14-0/+729