summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Log exception error codes as stringsDavid Lönnhager1-8/+61
2019-11-21Log registers for unhandled exceptionsDavid Lönnhager1-6/+80
2019-11-21Log unhandled SEH exceptions on WindowsDavid Lönnhager2-0/+155
2019-11-19Save time as durations instead of integersLinus Färnstrand1-8/+5
2019-11-19Fix formattingEmīls1-1/+3
2019-11-19Change service recovery settingsOdd Stranne1-5/+19
2019-10-29Remove duplicated verbose logging of state changesLinus Färnstrand1-1/+0
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand9-34/+39
2019-10-10Bump next_update_time after all version checks and logLinus Färnstrand1-2/+2
2019-10-08Add RPC for submitting vouchers to DaemonEmīls Piņķis2-2/+36
2019-10-07Move error type to top of moduleLinus Färnstrand1-24/+26
2019-10-07Rewrite custom Future with loop{}Linus Färnstrand1-37/+41
2019-10-07Fix VersionUpdater future implementationLinus Färnstrand1-67/+55
2019-10-07Use PRODUCT_VERSION const instead of sending it aroundLinus Färnstrand3-22/+10
2019-10-07Fix documentationLinus Färnstrand1-2/+3
2019-10-07Make management interface return cached version infoLinus Färnstrand3-77/+60
2019-10-07Implement fetching app version every 24 hours and broadcast to frontendLinus Färnstrand3-2/+233
2019-10-04Add RPC to create accounts to daemonEmīls Piņķis2-12/+94
2019-10-02Add get_www_auth_token RPC in daemonEmīls Piņķis2-0/+35
2019-09-30Fix relay update CLI command to always trigger downloadLinus Färnstrand1-12/+11
2019-09-18Ensure that only TCP relays are used when using a bridgeEmīls Piņķis2-2/+10
2019-09-13Log which bridge is selected in the daemonLinus Färnstrand1-1/+12
2019-09-13Only consider active relays in relay selection algorithmLinus Färnstrand1-0/+3
2019-09-13Update daemon to handle relay_list_v3Linus Färnstrand1-1/+1
2019-09-07Fix formatting in logging codeEmīls Piņķis1-1/+3
2019-09-06Log to logcat in debug buildsEmīls Piņķis1-1/+7
2019-09-05Replace existing key when generating new wireguard keyEmīls Piņķis2-13/+56
2019-09-05Save account cache after reading itEmīls Piņķis1-1/+5
2019-09-05Update public key structure to store publishing dateEmīls Piņķis2-11/+7
2019-08-12Replace ::std with just stdLinus Färnstrand2-7/+7
2019-08-11Change TunnelParametersGenerator to return errorsEmīls Piņķis1-34/+58
2019-08-09Move bridge/tunnel constraint compatibility check to mullvad-typesEmīls Piņķis1-26/+2
2019-08-09Apply auto constraints when proxy is forced onEmīls Piņķis1-2/+2
2019-08-09Use bridge state to determine preferred relay constraintsEmīls Piņķis2-5/+16
2019-08-07Disable wireguard key generation on WindowsEmīls Piņķis1-0/+5
2019-08-07Fix relay auto-selectionEmīls Piņķis1-34/+49
2019-07-29Remove unnecessary attributesJanito Vaqueiro Ferreira Filho1-8/+0
2019-07-26Use new constraints in daemonEmīls Piņķis2-61/+88
2019-07-25Specify recovery actions for daemon on WindowsEmīls Piņķis1-10/+53
2019-07-25Rework factory-reset in daemonEmīls Piņķis1-22/+102
2019-07-25Add shutdown callbacks to daemonEmīls Piņķis1-3/+10
2019-07-25Disable factory-reset RPC on AndroidEmīls Piņķis3-6/+17
2019-07-25Initiate daemon shutdown when doing a factory resetEmīls Piņķis1-4/+6
2019-07-22Add factory_reset RPC to daemonEmīls Piņķis3-1/+75
2019-07-10Get rid of one layer of boxingLinus Färnstrand1-4/+7
2019-07-10Use parking_lot::Mutex in relay list lockingLinus Färnstrand1-18/+9
2019-07-10Use parking_lot for some mullvad-daemon locksLinus Färnstrand1-8/+6
2019-07-05Fix daemon to always broadcast new public keyEmīls Piņķis1-1/+3
2019-07-01Simplify match armJanito Vaqueiro Ferreira Filho1-5/+1
2019-07-01Make relay location broadcast optionalJanito Vaqueiro Ferreira Filho1-8/+4