summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Properly handle the edge case when the daemon is not able to return the locationAndrej Mihajlov1-1/+6
2019-03-01Update d.ts filesAndrej Mihajlov2-31/+96
2019-03-01Use global.setTimeout to disambiguate from window.setTimeoutAndrej Mihajlov6-9/+9
2019-03-01Correct the Electron.Event typeAndrej Mihajlov1-1/+1
2019-03-01Add lib to tsconfigAndrej Mihajlov1-0/+1
2019-03-01Update any mention of yarn workspacesAndrej Mihajlov4-9/+9
2019-03-01Correct the NodeJS typesAndrej Mihajlov2-2/+1
2019-03-01Prevent electron-builder from failing on unsatisfied peer dependenciesAndrej Mihajlov1-8/+8
2019-03-01Update gitignoreAndrej Mihajlov1-4/+1
2019-03-01Move some of the @types/* packages to devDependenciesAndrej Mihajlov1-2/+2
2019-03-01Update relative pathsAndrej Mihajlov5-59/+49
2019-03-01Move desktop to the rootAndrej Mihajlov212-115/+101
2019-03-01Fix references to @mullvad/componentsAndrej Mihajlov17-25/+26
2019-03-01Clean up the react-native CLI support filesAndrej Mihajlov3-44/+0
2019-03-01Remove @mullvad/configAndrej Mihajlov7-3075/+85
2019-03-01Move the components sources to desktop packageAndrej Mihajlov15-87/+0
2019-03-01Remove mobile and yarn-fixes workspacesAndrej Mihajlov11-283/+0
2019-03-01Merge branch 'fix-emils-bad-cpp'Emīls Piņķis4-11/+21
2019-03-01Clear DnsAgent when setting 0 DNS servers.Emīls Piņķis1-5/+15
2019-03-01Fix bad C++ in WinFWEmīls Piņķis3-6/+6
2019-02-28Merge branch 'linux-simplify-wg-routing'Emīls Piņķis10-360/+77
2019-02-28Decrease log spam about removing already removed routesEmīls Piņķis1-1/+9
2019-02-28Remove fwmark based routing for linuxEmīls Piņķis10-359/+68
2019-02-28Merge branch 'support-v6-gateway'Emīls Piņķis24-135/+212
2019-02-28Random formatting fixEmīls Piņķis2-1/+0
2019-02-28Handle 0 IPv6 DNS servers in windnsEmīls2-2/+0
2019-02-28Update winfw to properly handle v6 DNSEmīls8-64/+49
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis17-70/+165
2019-02-27Merge branch 'allow-icmp-to-gateways-when-connecting'Emīls Piņķis6-17/+104
2019-02-27Ping the gateway when connecting with wireguardEmīls Piņķis1-0/+7
2019-02-27Adjust firewall to allow ICMP traffic to selected hosts when connectingEmīls Piņķis5-17/+97
2019-02-27Merge branch 'wg-key-management'Emīls Piņķis13-138/+577
2019-02-27Update Cargo.lockEmīls Piņķis1-0/+76
2019-02-27Add key generation to CLIEmīls Piņķis1-1/+38
2019-02-27Add daemon RPCs for generating and checking keysEmīls Piņķis3-12/+217
2019-02-27Rework account historyEmīls Piņķis3-126/+187
2019-02-27Add wireguard key management RPCsEmīls Piņķis5-0/+34
2019-02-27Add key generation for wireguard::PrivateKey in talpid-typesEmīls Piņķis2-1/+27
2019-02-27Merge branch 'fix-missing-notifications'Janito Vaqueiro Ferreira Filho3-0/+11
2019-02-27Describe notifications fix in change logJanito Vaqueiro Ferreira Filho1-0/+2
2019-02-27Fix missing notificationsJanito Vaqueiro Ferreira Filho2-0/+9
2019-02-27Merge branch 'gettext'Andrej Mihajlov42-198/+1393
2019-02-27Add gettext translationsAndrej Mihajlov42-198/+1393
2019-02-27Merge branch 'improve-linux-notifications'Janito Vaqueiro Ferreira Filho3-4/+20
2019-02-27Describe notification improvements in change logJanito Vaqueiro Ferreira Filho1-0/+1
2019-02-27Show Mullvad logo in notifications on LinuxJanito Vaqueiro Ferreira Filho2-1/+15
2019-02-27Add app title to notifications on LinuxJanito Vaqueiro Ferreira Filho1-4/+5
2019-02-26Tiny changelog cleanupLinus Färnstrand1-4/+2
2019-02-22Update formatting due to new rustfmtEmīls Piņķis1-3/+3
2019-02-21Merge branch 'windns-improve-error-handling'Odd Stranne4-9/+40