summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Merge branch 'add-packet-tunnel-ios'Andrej Mihajlov15-21/+1001
2019-12-09Add packet tunnel implementationAndrej Mihajlov15-21/+1001
2019-12-09Merge branch 'add-error-state'Emīls35-241/+323
2019-12-09Adjust android code to use new error stateEmīls14-50/+86
2019-12-09Adjust desktop GUI code to use new error stateEmīls11-96/+97
2019-12-09Update CLI to yell at user if the error state doesn't block trafficEmīls1-6/+15
2019-12-09Change blocked state to error stateEmīls9-89/+125
2019-12-07Merge branch 'fix-npe-in-connectivity-manager'Janito Vaqueiro Ferreira Filho2-1/+5
2019-12-06Describe `ConnectivityManager` fix in change logJanito Vaqueiro Ferreira Filho1-0/+1
2019-12-06Ignore `null` elements from `ConnectivityManager`Janito Vaqueiro Ferreira Filho1-0/+1
2019-12-06Recheck connectivity when `networkInfo` is `null`Janito Vaqueiro Ferreira Filho1-1/+3
2019-12-06Merge branch 'fix-upgrade-to-null-message'Janito Vaqueiro Ferreira Filho2-16/+20
2019-12-06Describe `null` version message fix in change logJanito Vaqueiro Ferreira Filho1-0/+4
2019-12-06Manually override `isOutdated` field when neededJanito Vaqueiro Ferreira Filho1-2/+10
2019-12-06Refactor to remove `updateUpgradeVersion` methodJanito Vaqueiro Ferreira Filho1-13/+7
2019-12-06Don't notify version update before daemon responseJanito Vaqueiro Ferreira Filho1-2/+0
2019-12-06Merge branch 'win-fix-service-config'Odd Stranne4-14/+38
2019-12-06Update changelogOdd Stranne1-0/+4
2019-12-06Configure service SID info as 'unrestricted'Odd Stranne1-3/+11
2019-12-06Register NSI as a service dependencyOdd Stranne1-0/+3
2019-12-06Update configuration on existing service during installationOdd Stranne1-7/+16
2019-12-06Bump 'windows-service-rs' revisionOdd Stranne2-4/+4
2019-12-06Merge branch 'stop-tunnel-ip-discovery-attack'Linus Färnstrand2-0/+22
2019-12-06Stop CVE-2019-14899 by dropping packets to tunnel IPLinus Färnstrand2-0/+22
2019-12-06Merge branch 'add-version-suffix-ios'Andrej Mihajlov5-12/+59
2019-12-06Adjust settings cell margins and fix disclosure tint colorAndrej Mihajlov2-8/+26
2019-12-06Add version suffix and display it under SettingsAndrej Mihajlov3-4/+33
2019-12-05Merge branch 'fix-improved-wg-port-selectiong'Emīls2-4/+3
2019-12-05Fix improved port selection for WireGuardEmīls2-4/+3
2019-12-05Merge branch 'wireup-tunnel-manager-ios'Andrej Mihajlov14-428/+152
2019-12-05Wire up Settings with the new Account facilitiesAndrej Mihajlov1-13/+2
2019-12-05Remove Optional+UnwrapAndrej Mihajlov1-23/+0
2019-12-05Remove WeakBoxAndrej Mihajlov1-17/+0
2019-12-05Use enum for SegueIdentifierAndrej Mihajlov1-3/+3
2019-12-05Adjust Login controller to the new Account facilitiesAndrej Mihajlov2-28/+16
2019-12-05Wire up AppDelegate with TunnelManagerAndrej Mihajlov3-15/+44
2019-12-05Wire up Account with TunnelManagerAndrej Mihajlov5-329/+87
2019-12-05Updating version in package files2019.10-beta2Linus Färnstrand9-15/+15
2019-12-05Add 2019.10-beta1 changelog header and small fixesLinus Färnstrand1-4/+9
2019-12-05Merge branch 'improve-wireguard-port-selection'Emīls2-0/+11
2019-12-05Improve wireguard port selectionEmīls2-0/+11
2019-12-05Merge branch 'add-tunnel-manager-ios'Andrej Mihajlov2-0/+716
2019-12-05Add NEVPNStatus+DebugAndrej Mihajlov1-0/+33
2019-12-05Add TunnelManagerAndrej Mihajlov1-0/+683
2019-12-05Merge branch 'fix-changelog-entry'Janito Vaqueiro Ferreira Filho1-4/+2
2019-12-05Fix position of change log entryJanito Vaqueiro Ferreira Filho1-4/+2
2019-12-05Merge branch 'fix-app-version-update-on-wrong-thread'Janito Vaqueiro Ferreira Filho2-1/+9
2019-12-05Describe wrong thread update fix in change logJanito Vaqueiro Ferreira Filho1-0/+3
2019-12-05Fix `NotificationBanner` update on wrong threadJanito Vaqueiro Ferreira Filho1-1/+6
2019-12-05Merge branch 'win-routing-wait'Emīls1-3/+14