summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Collapse)AuthorFilesLines
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
Will automatically remove the RPC socket file when closing.
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
2019-03-04Update daemon+CLI to use new app_version_checkLinus Färnstrand1-6/+8
2019-02-28Remove fwmark based routing for linuxEmīls Piņķis2-44/+0
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis2-3/+9
2019-02-27Add daemon RPCs for generating and checking keysEmīls Piņķis2-11/+201
2019-02-27Rework account historyEmīls Piņķis3-126/+187
2019-02-20Fix spelling mistakeOdd Stranne1-1/+1
2019-02-14Adjust relay list to support wireguard endpointsEmīls Piņķis1-19/+100
2019-02-14Change relay_list RPC to relay_list_v2Emīls Piņķis1-1/+1