summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Gradually increase retry interval for wireguard tunnelsDavid Lönnhager4-9/+37
2022-01-03Merge branch 'fix-minimized-window-notifications'Oskar Nyberg2-1/+2
2022-01-03Fix window visibility checkOskar Nyberg2-1/+2
2022-01-03Merge branch 'change-custom-dns-icon'Oskar Nyberg2-5/+8
2022-01-03Make custom dns textarea fill space until buttonOskar Nyberg1-2/+2
2022-01-03Change custom dns save iconOskar Nyberg2-3/+6
2022-01-03Merge branch 'add-wg-multihop'Oskar Nyberg46-501/+1148
2022-01-03Memoize modified location list to prevent it from being calculated every renderOskar Nyberg1-3/+41
2022-01-03Add WireGuard multihop changelog entryOskar Nyberg1-0/+1
2022-01-03Update translationsOskar Nyberg1-12/+50
2022-01-03Add translator descriptionsOskar Nyberg3-14/+30
2022-01-03Edit translation contexts to avoid retranslationOskar Nyberg19-114/+95
2022-01-03Use same exit and entry translationsOskar Nyberg1-2/+2
2022-01-03Wrap hostname line in connection panel marqueeOskar Nyberg2-3/+6
2022-01-03Disable server that is used as other endpointOskar Nyberg8-41/+222
2022-01-03Keep bridge mode setting on when switching to wireguardOskar Nyberg1-3/+1
2022-01-03Show correct set of relays depending on tunnel protocol and multihopOskar Nyberg1-16/+9
2022-01-03Add entry server in connection panel hostname labelOskar Nyberg4-3/+14
2022-01-03Add confirmation when setting bridge state to onOskar Nyberg1-7/+46
2022-01-03Add entry location selection in SelectLocationOskar Nyberg4-101/+168
2022-01-03Add wireguard multihop gui settingOskar Nyberg5-188/+337
2022-01-03Rename ExitLocations component to LocationsOskar Nyberg1-7/+5
2022-01-03Show correct in IP when using multihopOskar Nyberg2-2/+37
2022-01-03Add entry location to relay-settings-builderOskar Nyberg2-0/+55
2022-01-03Add entry location to wireguard constraintsOskar Nyberg5-2/+46
2022-01-03Merge branch 'build.sh-support-rust-debug-builds'Linus Färnstrand10-155/+197
2022-01-03Only use --locked in releases, not all signed buildsLinus Färnstrand1-3/+3
2021-12-30Better names for src/dst when copying binariesLinus Färnstrand1-12/+13
2021-12-30Log signing of binaries on WindowsLinus Färnstrand1-0/+1
2021-12-30Update documentation and build server script for new argumentsLinus Färnstrand2-3/+4
2021-12-30Make build-apk.sh use cargo run directly to get relay list etcLinus Färnstrand4-16/+4
2021-12-30Always build C++ in Release modeLinus Färnstrand1-2/+4
2021-12-30Improve build script to build debug by default and be more flexibleLinus Färnstrand4-132/+181
2021-12-30Remove `+stable` from cargo args. Build with default toolchainLinus Färnstrand5-9/+9
2021-12-30Merge branch 'better-build.sh-logging'Linus Färnstrand1-32/+62
2021-12-29Add comment to build function in build.shLinus Färnstrand1-0/+2
2021-12-29Add logging functions and use them in build.shLinus Färnstrand1-32/+60
2021-12-29Merge branch 'not-universal-build-by-default'Linus Färnstrand4-21/+18
2021-12-29Make build.sh produce single architecture pkg by default (--universal)Linus Färnstrand4-21/+18
2021-12-29Merge branch 'cleanup-build.sh'Linus Färnstrand1-16/+13
2021-12-27Remove buildTargets function and just call that code directlyLinus Färnstrand1-13/+10
2021-12-27Remove () from functions to better follow coding guidelinesLinus Färnstrand1-4/+4
2021-12-22Merge branch 'prevent-bundling-non-needed-dependencies'Oskar Nyberg1-2/+7
2021-12-22Prevent bundling dependencies not used in productionOskar Nyberg1-2/+7
2021-12-21Merge branch 'defensive-rest-handling'Andrej Mihajlov2-52/+23
2021-12-21REST: handle success response codes defensivelyAndrej Mihajlov2-52/+23
2021-12-21Merge branch 'add-killswitch-info'Oskar Nyberg8-227/+292
2021-12-21Add kill switch info strings to messages.potOskar Nyberg1-0/+8
2021-12-21Add kill switch info feature to the changelogOskar Nyberg1-0/+2
2021-12-21Add kill switch information dialogOskar Nyberg1-224/+271