summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-04Clear last used relay when using custom relayEmīls Piņķis1-3/+6
2019-02-04Add RPCs for setting wireguard settingsEmīls Piņķis2-0/+77
2019-01-30Refactor mullvad typesEmīls Piņķis3-24/+42
2019-01-18Fix import path errorsLinus Färnstrand1-2/+2
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand5-49/+4
2019-01-09Remove unused dependency in mullvad-daemon/src/relays.rsEmīls Piņķis1-1/+1
2019-01-09Further improve get_current_location RPCEmīls Piņķis2-25/+25
2018-12-19Check relay list cache age more oftenLinus Färnstrand1-9/+25
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand6-33/+48
2018-12-11Don't log messages from netlink cratesJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-03Activate the use_field_init_shorthand rustfmt optionLinus Färnstrand2-3/+3
2018-12-03Run rustfmt 1.0.0-nightlyLinus Färnstrand1-1/+3
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis3-3/+3