summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-28Use platform specific `TunProvider`Janito Vaqueiro Ferreira Filho1-3/+2
2019-05-28Allow setting a custom `TunProvider`Janito Vaqueiro Ferreira Filho1-2/+7
2019-05-28Provide `TunProvider` from daemon to wireguardJanito Vaqueiro Ferreira Filho1-0/+2
2019-05-28Disable bridges for UDP tunnels in auto modeEmīls Piņķis1-0/+6
2019-05-28Change SetOpenVpnProxy to SetBridgeSettingsEmīls Piņķis2-51/+45
2019-05-28Remove proxy settings from openvpn::TunnelOptionsEmīls Piņķis1-3/+4
2019-05-28Add managamenent command to set bridge stateEmīls Piņķis2-1/+51
2019-05-28Silence the logging around relay_list downloadsLinus Färnstrand1-7/+2
2019-05-27Pick bridges from the relay listEmīls Piņķis2-46/+176
2019-05-22Move `log_version` function to `version` moduleJanito Vaqueiro Ferreira Filho2-10/+10
2019-05-21Allow daemon to use generic `EventListener`sJanito Vaqueiro Ferreira Filho2-80/+133
2019-05-20Remove `Mullvad` in management interface logsJanito Vaqueiro Ferreira Filho1-5/+2
2019-05-17Change management interface shutdown log levelJanito Vaqueiro Ferreira Filho1-1/+1
2019-05-17Stop management interface when exitingJanito Vaqueiro Ferreira Filho2-27/+14
2019-05-17Create method to obtain a `DaemonCommandSender`Janito Vaqueiro Ferreira Filho1-1/+21
2019-05-16Move `version` module to libraryJanito Vaqueiro Ferreira Filho2-2/+2
2019-05-16Move `logging` module to libraryJanito Vaqueiro Ferreira Filho2-2/+2
2019-05-09Add 'netlink_sys' to the list of silenced cratesEmīls Piņķis1-0/+1
2019-05-08Remove stated WMI dependency in daemonOdd Stranne1-2/+0
2019-04-25Silence netlink_proto in the mullvad-daemon loggerLinus Färnstrand1-0/+1
2019-04-24No brackets on RelaySelector time format stringLinus Färnstrand1-1/+1
2019-04-12Fix windows error mappingLinus Färnstrand1-3/+3
2019-04-12Make get_service_info infallibleLinus Färnstrand1-4/+4
2019-04-12Fix error handling in system_serviceLinus Färnstrand3-27/+43
2019-04-12Get rid of last remains of error-chain in mullvad-daemonLinus Färnstrand3-54/+30
2019-04-12Get rid of error-chain in mullvad-daemon main libLinus Färnstrand2-84/+101
2019-04-11Get rid of error-chain in relays moduleLinus Färnstrand1-45/+54
2019-04-11Get rid of error-chain in account_historyLinus Färnstrand2-29/+25
2019-04-11Get rid of error-chain in logging moduleLinus Färnstrand1-17/+22
2019-04-11Get rid of error-chain in shutdown moduleLinus Färnstrand1-13/+7
2019-04-08Remove error-chain from mullvad-ipc-clientLinus Färnstrand1-3/+1
2019-04-08Call ErrorExt::display_chain in simpler wayLinus Färnstrand1-13/+10
2019-04-08Update mullvad-daemon::geoip module to not use error-chainLinus Färnstrand2-14/+22
2019-04-08Getting rid of error-chain in mullvad-rpcLinus Färnstrand1-3/+1
2019-04-04Get rid of error-chain in mullvad-types and talpid-typesLinus Färnstrand2-14/+18
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand5-8/+12
2019-04-03Include Android platform for version RPC callJanito Vaqueiro Ferreira Filho1-0/+2
2019-04-01Get rid of error-chain in talpid-core state machineLinus Färnstrand1-1/+3
2019-04-01Create better error type for talpid_core::loggingLinus Färnstrand1-3/+1
2019-03-29Replace error-chain with err-derive in talpid-ipcLinus Färnstrand1-1/+1
2019-03-29Upgrade uuid, rand & env_loggerLinus Färnstrand1-7/+9
2019-03-28Emit relay_list update events in the daemon subscriptionLinus Färnstrand3-17/+51
2019-03-28Rename older DaemonEvent to InternalDaemonEventLinus Färnstrand1-18/+18
2019-03-28Fix ownership of Settings in notify_settingsLinus Färnstrand2-11/+11
2019-03-27Change daemon to expose a single event subscriptionLinus Färnstrand1-93/+46
2019-03-26Send two GeoIP lookups, one over each IPvLinus Färnstrand2-5/+36
2019-03-26Update result signaturesLinus Färnstrand1-6/+5
2019-03-22Pick the most up-to-date relay list fileEmīls Piņķis1-8/+21
2019-03-08Stop clearing relays from relay list in daemonEmīls Piņķis1-1/+0
2019-03-05Fix deserialization of old account historyEmīls Piņķis1-1/+7