summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
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-05Fix improved port selection for WireGuardEmīls1-4/+1
2019-12-05Improve wireguard port selectionEmīls1-0/+9
2019-12-04Update logging for winutilOdd Stranne1-20/+7
2019-12-04Use simpler unbounded_send to send tunnel commandsLinus Färnstrand1-3/+2
2019-12-04Fix channel closed when sending tunnel commandJanito Vaqueiro Ferreira Filho1-1/+1
2019-12-03Use `PlatformTunProvider` directlyJanito Vaqueiro Ferreira Filho1-0/+1
2019-12-03Move `VpnServiceProvider` to `talpid-core`Janito Vaqueiro Ferreira Filho1-12/+9
2019-12-03Make `TunProvider`s have the same constructor nameJanito Vaqueiro Ferreira Filho1-1/+1
2019-12-03Use function argument attributes for `TunProvider`Janito Vaqueiro Ferreira Filho1-6/+14
2019-11-27Implement reconnect support in daemonLinus Färnstrand2-2/+23
2019-11-26Close tunnel thread when the returned sender is closed (by passing a weakref ...David Lönnhager1-8/+13
2019-11-25Enable key autogenerationEmīls Piņķis1-5/+0
2019-11-22Fix spelling/formattingLinus Färnstrand1-1/+1
2019-11-22Simpler code for converting ExceptionCode to a stringLinus Färnstrand1-69/+38
2019-11-21Reformat Rust codeDavid Lönnhager1-29/+39
2019-11-21Return Result instead of panicking in windows_exception_loggingDavid Lönnhager1-19/+20
2019-11-21Log additional unhandled exception informationDavid Lönnhager1-23/+38
2019-11-21Clarify where unhandled exception occurredDavid Lönnhager1-1/+1
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