summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Remove ANY_PROTOCOL and ANY_TUNNEL from protobuf schemaDavid Lönnhager1-33/+49
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager4-570/+283
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager7-692/+1743
2020-08-14Upgrade clap to 2.33.3 and remove deprecated warning hackLinus Färnstrand1-5/+1
2020-08-13Improve error handling for settings migrationDavid Lönnhager1-42/+60
2020-08-13Check ownership of windows.old rather than the specific appdata directoryDavid Lönnhager1-12/+9
2020-08-13Skip migration if settings path is overriddenDavid Lönnhager1-0/+8
2020-08-13Convert Windows update migration code to RustDavid Lönnhager1-51/+169
2020-07-29Use new futures for relay list fetchingEmīls2-90/+146
2020-07-29Block on futures in the daemonEmīls1-0/+7
2020-07-21Use futures::future::abortable insteadEmīls2-16/+16
2020-07-21Move Cancellable et al to talpid-coreEmīls2-5/+4
2020-07-16Issue a delayed reconnect when after key rotationEmīls1-23/+34
2020-07-16Use talpid_types TunnelType instead of TunnelProtocolEmīls1-22/+18
2020-07-10Ignore deprecation warning in clap macro invocationLinus Färnstrand1-6/+9
2020-07-03Add RPC to clear account historyEmīls2-0/+29
2020-07-03Use new style future for wireguard keysEmīls3-322/+214
2020-06-25Parse version info to check if version is too newEmīls7-111/+372
2020-06-18Bump windows-service-rsDavid Lönnhager1-0/+1
2020-06-16Silence h2 crate in logDavid Lönnhager1-0/+1
2020-06-16Report key generation failuresEmīls Piņķis2-31/+60
2020-06-11Pass a single relay client path to WinFwDavid Lönnhager1-12/+0
2020-06-10Do not delete the account history during path migration if the settings direc...David Lönnhager1-20/+11
2020-06-09Update Rust code to work with set of approved applications for relay accessOdd Stranne1-0/+11
2020-06-05Fix small lint with daemonEmīls Piņķis1-1/+1
2020-06-02Rename split modules to split_tunnelDavid Lönnhager1-4/+4
2020-06-02Conditionally compile split tunneling code for LinuxDavid Lönnhager2-43/+43
2020-06-02Encapsulate functions in splitDavid Lönnhager1-4/+9
2020-06-02Add IPC call for split::clear_pids()David Lönnhager2-0/+33
2020-06-02Add IPC functions for managing split tunnelingDavid Lönnhager2-0/+100
2020-05-15Increase both relay list and wg key rotation retry interval to 15 minLinus Färnstrand2-3/+3
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager2-5/+3
2020-05-11Simplify Windows update code in daemon settingsDavid Lönnhager1-33/+37
2020-05-11Handle different errors when loading settingsDavid Lönnhager1-13/+21
2020-05-11Simplify read of settingsDavid Lönnhager1-17/+7
2020-05-07Use embeded TLS certificatesEmīls1-2/+1
2020-04-28Migrate the account history file locationJanito Vaqueiro Ferreira Filho2-0/+30
2020-04-28Use settings directory to store account historyJanito Vaqueiro Ferreira Filho2-3/+3
2020-04-27Reset RPC requests when changing tunnel statesEmīls1-1/+15
2020-04-27Use HTTP RPCs in daemonEmīls8-162/+219
2020-04-27Ignore rustls debug messages in daemonEmīls1-0/+1
2020-04-22Change log output from `error` to `info`Janito Vaqueiro Ferreira Filho1-1/+1
2020-04-22Save settings after migrationJanito Vaqueiro Ferreira Filho1-18/+24
2020-04-22Use resource dir to store settings file on AndroidJanito Vaqueiro Ferreira Filho3-25/+29
2020-04-22Move `save` method to `SettingsPersister`Janito Vaqueiro Ferreira Filho1-10/+30
2020-04-22Save data after changes in `SettingsPersister`Janito Vaqueiro Ferreira Filho1-18/+63
2020-04-22Move `reset` method to `SettingsPersister`Janito Vaqueiro Ferreira Filho1-1/+19
2020-04-22Remove `Settings::load` methodJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-22Create custom `Error` typeJanito Vaqueiro Ferreira Filho1-15/+21
2020-04-22Replace simple getters with direct field accessJanito Vaqueiro Ferreira Filho1-9/+9