summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Add bridge selectorAndrej Mihajlov13-258/+529
2019-09-11Show navigation bar title a little earlierAndrej Mihajlov1-1/+1
2019-09-11Make sure ScopeBarItems maintain equal widthAndrej Mihajlov1-0/+1
2019-09-11Use liftConstraint to unpack RelaySettingsAndrej Mihajlov1-10/+10
2019-09-11Add Constraint<T> and LiftedConstraint<T> helper typesAndrej Mihajlov3-34/+25
2019-09-11Add scope selectorAndrej Mihajlov2-9/+47
2019-09-11Merge branch 'simple-android-firewall'Janito Vaqueiro Ferreira Filho12-64/+181
2019-09-10Refactor to move class name into `Error` typeJanito Vaqueiro Ferreira Filho1-15/+15
2019-09-10Open dummy tunnel interface in blocking stateJanito Vaqueiro Ferreira Filho1-0/+18
2019-09-10Add `create_tun_if_closed` method to `TunProvider`Janito Vaqueiro Ferreira Filho3-0/+18
2019-09-10Close tunnel in `DisconnectedState`Janito Vaqueiro Ferreira Filho1-0/+3
2019-09-10Add `close_tun` method to `TunProvider` traitJanito Vaqueiro Ferreira Filho3-0/+13
2019-09-10Initialize current configuration with a stubJanito Vaqueiro Ferreira Filho1-4/+21
2019-09-10Don't recreate tunnel if config is the sameJanito Vaqueiro Ferreira Filho1-29/+34
2019-09-10Derive `PartialEq` and `Eq` for `TunConfig`Janito Vaqueiro Ferreira Filho1-1/+1
2019-09-10Duplicate tunnel fd and store it in providerJanito Vaqueiro Ferreira Filho3-9/+46
2019-09-10Create `prepare_tun` helper methodJanito Vaqueiro Ferreira Filho1-20/+26
2019-09-10Change `create_tun` into `get_tun`Janito Vaqueiro Ferreira Filho5-6/+6
2019-09-10Pass a mutable reference to `dyn TunProvider`Janito Vaqueiro Ferreira Filho4-7/+7
2019-09-10Merge branch 'win-log-offline'Odd Stranne10-122/+368
2019-09-10Update logging definitions/log sink implementation in 'winnet' wrapperOdd Stranne3-24/+37
2019-09-10Add offline logging to aid troubleshootingOdd Stranne2-21/+180
2019-09-10Use formalized logging interfaces in 'winnet'Odd Stranne2-77/+73
2019-09-10Add logging adapter C++ -> COdd Stranne1-0/+52
2019-09-10Add log sink C-interfaceOdd Stranne1-0/+26
2019-09-10Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2019-09-10Merge branch 'switch-control-rx'Andrej Mihajlov6-219/+227
2019-09-09Forward ref in Cell.SwitchAndrej Mihajlov1-4/+7
2019-09-09Use ReactXP abstractions in SwitchAndrej Mihajlov5-215/+220
2019-09-09Merge branch 'optionally-print-location-in-cli'Linus Färnstrand2-2/+16
2019-09-09Don't talk to API by default in `mullvad status`Linus Färnstrand2-2/+16
2019-09-09Merge branch 'version-check-outdated'Linus Färnstrand11-26/+25
2019-09-09Add to changelogLinus Färnstrand1-0/+1
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand8-25/+11
2019-09-09Add current_is_outdated support to CLILinus Färnstrand1-1/+2
2019-09-09Add current_is_outdated flag and AppVersionInfo documentationLinus Färnstrand1-0/+11
2019-09-09Merge branch 'sticky-navigation'Andrej Mihajlov1-86/+397
2019-09-09Add support for sticky content within scrollable areaAndrej Mihajlov1-86/+397
2019-09-09Merge branch 'fix-header-alpha-mobile'Linus Färnstrand3-3/+3
2019-09-09Adjust header alpha on iOSLinus Färnstrand1-1/+1
2019-09-09Adjust header alpha 0.6->0.8 on AndroidLinus Färnstrand2-2/+2
2019-09-07Merge branch 'android-show-key-age'Emīls Piņķis6-12/+35
2019-09-07Show key age in wireguard key fragmentEmīls Piņķis3-4/+23
2019-09-07Update public key model in AndroidEmīls Piņķis3-8/+12
2019-09-07Merge branch 'android-allow-key-regeneration'Emīls Piņķis9-69/+174
2019-09-07Fix formatting in logging codeEmīls Piņķis1-1/+3
2019-09-07Update keygen model againEmīls Piņķis8-68/+171
2019-09-07Merge branch 'notification-channel'Janito Vaqueiro Ferreira Filho2-1/+23
2019-09-07Use notification channel for service notificationJanito Vaqueiro Ferreira Filho2-1/+23
2019-09-07Merge branch 'android-show-wg-key-error'Emīls Piņķis11-54/+107