summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-08-26Merge branch 'auto-connect-and-launch-on-startup-tests-fail-des-2316'Tobias Järvelöv3-46/+32
2025-08-26Fix unintentional rename of desktop fileDavid Lönnhager1-1/+2
2025-08-26Refactor vpn settings tests to not assert in helper functionsOliver1-30/+26
2025-08-26Move tests to correct describe blockOliver1-6/+5
2025-08-26Fix missing enable in launch on startup and auto connect testsOliver1-2/+4
2025-08-26Wait for switches to update in vpn settings testsOliver2-20/+8
2025-08-26Merge branch 'remove-explicit-xcode-selection-from-ci-ios-1266'Bug Magnet4-17/+1
2025-08-26Remove hotfix to force Xcode 16dot4Bug Magnet4-17/+1
2025-08-26Enable rust api client for all buildsSteffen2-30/+0
2025-08-26Merge branch 'fix-dynamic-size-issues-ios'Bug Magnet7-32/+39
2025-08-26Fix dynamic size issuesmojganii7-32/+39
2025-08-25Merge branch 'local-dns-fix-random-loopback-range'Joakim Hulthe3-7/+12
2025-08-25Do not bind DNS resolver to special loopback addrsJoakim Hulthe3-7/+12
Make sure we don't use 127.255.255.255/8 for the local DNS resolver, as that is a broadcast address.
2025-08-25Merge branch 'backport-2025.9-changes'David Lönnhager2-7/+9
2025-08-25Update desktop app version to 2025.9-beta1David Lönnhager1-1/+1
2025-08-25Update desktop app changelog with 2025.9-beta1 sectionDavid Lönnhager1-6/+8
2025-08-25Merge branch 'fix-ip-override-tests'David Lönnhager1-4/+14
2025-08-25Force IPv4 in IP override testDavid Lönnhager1-2/+5
2025-08-25Make port constrained in IP override testsDavid Lönnhager1-4/+11
2025-08-25Merge branch 'fix-xcode-crash'Bug Magnet1-4/+0
2025-08-25Remove references that make Xcode crash with quick open actionsBug Magnet1-4/+0
2025-08-22Merge branch 'fix-openvpn-quic-select'David Lönnhager2-12/+26
2025-08-22Do not filter out all OpenVPN relays when QUIC is enabledDavid Lönnhager1-12/+13
2025-08-22Add regression test for enabling both OpenVPN and QUICDavid Lönnhager1-0/+13
2025-08-22Merge branch 'fix-quic-ipv6'Joakim Hulthe1-1/+1
2025-08-22Use correct addr when figuring out if QUIC uses IPv6Joakim Hulthe1-1/+1
2025-08-22Merge branch ↵Jonatan Rhodin28-44/+107
'connect-on-start-up-does-not-seems-to-work-if-app-installed-droid-2132'
2025-08-22Improve connect on start up informationJonatan Rhodin28-44/+107
2025-08-22Merge branch 'revert-pinning-of-rust-nightly-compiler-des-2365'Markus Pettersson1-3/+1
2025-08-22Revert "Pin Rust nightly compiler to 2025-08-11"Markus Pettersson1-3/+1
This reverts commit 9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7.
2025-08-21Merge branch 'fix-multihop-entry-leak'David Lönnhager17-60/+497
2025-08-21Update changelogDavid Lönnhager1-0/+6
2025-08-21Fix incorrect condition layers in WinFwDavid Lönnhager1-3/+2
2025-08-21Fix ignored errors when adding filters in WinFwDavid Lönnhager2-24/+30
2025-08-21Block traffic to exit hop from non-relay client process in WinFwDavid Lönnhager16-39/+465
This fixes an issue where traffic could leak unencrypted from the entry hop to the exit hop IP when using multihop
2025-08-21Merge branch 'e2e-ubuntu-remove-unattended-upgrades'Markus Pettersson1-0/+8
2025-08-21Add instruction to remove `unattended-upgrades` from Ubuntu test VMsMarkus Pettersson1-0/+8
2025-08-21Merge branch 'investigate-purchases-not-being-credited-droid-2086'Jonatan Rhodin2-11/+37
2025-08-21Add verify play purchase failed loggingKalle Lindström1-2/+9
2025-08-21Add logging to verify play purchaseJonatan Rhodin1-8/+27
2025-08-21Fix expected status code for verify play purchaseJonatan Rhodin1-1/+1
2025-08-21Merge branch 'fix-quic-mtu'David Lönnhager1-55/+69
2025-08-21Set QUIC MTU based on route onlyDavid Lönnhager1-55/+69
2025-08-19Merge branch 'crash-in-toexpirydatestring-droid-2142'Kalle Lindström1-1/+11
2025-08-19Catch exception in toExpiryDateString()Kalle Lindström1-1/+11
2025-08-19Merge branch 'macos26-eslogger-fixes'Joakim Hulthe8-4/+230
2025-08-19Update changelog with macOS 26 fixesJoakim Hulthe1-0/+5
2025-08-19Support deserializing ESMessage version 10Joakim Hulthe7-16/+176
2025-08-19Add test for ESMessage::deserializeJoakim Hulthe4-0/+48
2025-08-19Check eslogger PIDs before using themJoakim Hulthe1-2/+15