summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand1-8/+0
2020-02-05Only reconnect if using relevant tunnel protocolDavid Lönnhager1-6/+31
2020-01-29Use RPC for wg key removal when accounts are removed from historyDavid Lönnhager1-2/+6
2020-01-23Update mullvad_daemon::wireguardDavid Lönnhager1-3/+3
2020-01-15Reconnect to tunnel after WireGuard key has been replacedDavid Lönnhager1-0/+1
2020-01-14Move error handling for version checker into version_check moduleDavid Lönnhager1-16/+1
2020-01-07Use `UnboundedSender` instead of `mpsc::Sender`Janito Vaqueiro Ferreira Filho1-26/+37
2020-01-07Replace closure with sender in `VersionUpdater`Janito Vaqueiro Ferreira Filho1-7/+7
2019-12-17Improve key rotation CLIDavid Lönnhager1-5/+5
2019-12-17Refactor key rotationDavid Lönnhager1-18/+29
2019-12-17Refactor key rotationDavid Lönnhager1-38/+32
2019-12-17Reset rotation interval when the active account changesDavid Lönnhager1-3/+16
2019-12-17Format Rust codeDavid Lönnhager1-9/+18
2019-12-17Account for age of public key in wg key updatesDavid Lönnhager1-3/+20
2019-12-17Update key rotation scheduler when the interval is changedDavid Lönnhager1-0/+1
2019-12-17Add CLI interface for configuring automatic wg key rotationDavid Lönnhager1-0/+14
2019-12-17Add configurable key rotation intervalDavid Lönnhager1-0/+1
2019-12-09Change blocked state to error stateEmīls1-8/+18
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ärnstrand1-0/+9
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-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-13/+14
2019-10-08Add RPC for submitting vouchers to DaemonEmīls Piņķis1-1/+12
2019-10-07Use PRODUCT_VERSION const instead of sending it aroundLinus Färnstrand1-11/+7
2019-10-07Make management interface return cached version infoLinus Färnstrand1-25/+43
2019-10-07Implement fetching app version every 24 hours and broadcast to frontendLinus Färnstrand1-2/+17
2019-10-04Add RPC to create accounts to daemonEmīls Piņķis1-12/+76
2019-10-02Add get_www_auth_token RPC in daemonEmīls Piņķis1-0/+12
2019-09-18Ensure that only TCP relays are used when using a bridgeEmīls Piņķis1-2/+3
2019-09-05Replace existing key when generating new wireguard keyEmīls Piņķis1-4/+10
2019-09-05Update public key structure to store publishing dateEmīls Piņķis1-7/+3
2019-08-12Replace ::std with just stdLinus Färnstrand1-6/+6
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ņķis1-1/+5
2019-08-07Disable wireguard key generation on WindowsEmīls Piņķis1-0/+5
2019-07-26Use new constraints in daemonEmīls Piņķis1-10/+7
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ņķis1-0/+2
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ņķis1-1/+52