summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon
AgeCommit message (Expand)AuthorFilesLines
2018-06-25Flush file writes when saving config and backup filesEmīls2-4/+10
2018-06-21Change Firewall trait to take a cache dir as a parameter in it's constructorEmīls Piņķis1-2/+2
2018-06-20Move integration tests to `mullvad-tests` crateJanito Vaqueiro Ferreira Filho3-289/+0
2018-06-20Use a fake resource directory for testsJanito Vaqueiro Ferreira Filho2-13/+43
2018-06-20Wait for RPC connection info file to start clientJanito Vaqueiro Ferreira Filho2-5/+59
2018-06-20Remove RPC address file after integration testJanito Vaqueiro Ferreira Filho1-1/+6
2018-06-20Refactor where external crates are importedJanito Vaqueiro Ferreira Filho2-11/+11
2018-06-19Set permissions correctly for rpc_address_file on WindowsEmīls Piņķis2-17/+18
2018-06-13Refactor out create_daemon that everyone can useLinus Färnstrand2-20/+15
2018-06-13Rename mullvad-paths methods to have get_ if they don't create dirsLinus Färnstrand2-2/+2
2018-06-13Move RPC address file computation into mullvad-pathsLinus Färnstrand4-12/+6
2018-06-13Rotate daemon log on startupLinus Färnstrand2-21/+16
2018-06-13Don't pass log args to daemon on all three desktop platformsLinus Färnstrand1-18/+0
2018-06-13Move log dir stuff to mullvad-pathsLinus Färnstrand4-78/+65
2018-06-13Rename mullvad-metadata -> mullvad-pathsLinus Färnstrand7-86/+11
2018-06-13Fix non-linux import warningLinus Färnstrand1-1/+2
2018-06-13Remove unused app_dirs from mullvad-daemonLinus Färnstrand2-3/+0
2018-06-04Remove local source of windows-service and migrate to mullvad/windows-service-rsAndrej Mihajlov2-5/+4
2018-05-31Update formatting with the latest rustfmtAndrej Mihajlov1-5/+9
2018-05-22Create tunnel log dirLinus Färnstrand1-1/+4
2018-05-18Upgrade to regex 1.0Linus Färnstrand1-1/+1
2018-05-18Remove lazy_static around Durations that are const fnsLinus Färnstrand1-10/+6
2018-05-18Make AccountHistory hold track of its own cache pathLinus Färnstrand2-37/+54
2018-05-18Run integration test with ./ as cache dirLinus Färnstrand1-1/+3
2018-05-18Add --cache-dir argument to daemonLinus Färnstrand3-6/+27
2018-05-18Make AccountHistory take cache_dir as argumentLinus Färnstrand3-32/+36
2018-05-18Allow RelaySelector to take cache_dir by argumentLinus Färnstrand2-16/+22
2018-05-18Move cache dir computation to own moduleLinus Färnstrand6-17/+27
2018-05-18Collect log directory access errorsJanito Vaqueiro Ferreira Filho1-9/+53
2018-05-18Refactor to only use `ProblemReport::add_logs`Janito Vaqueiro Ferreira Filho1-13/+9
2018-05-18Collect predefined log files in `problem-report`Janito Vaqueiro Ferreira Filho1-17/+80
2018-05-18Reword `add_log` function commentJanito Vaqueiro Ferreira Filho1-2/+2
2018-05-18Fix typo in `problem-report` help messageJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-17Remove --disable-rpc-authLinus Färnstrand5-44/+17
2018-05-17Change from to_string_lossy() to display() on pathsLinus Färnstrand5-21/+15
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand4-23/+43
2018-05-16Fix commentJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-16Create parent directories in RPC info file pathJanito Vaqueiro Ferreira Filho1-0/+12
2018-05-15Move settings to /etc on unix platformsLinus Färnstrand1-5/+11
2018-05-14Make mullvad-daemon create logging dirLinus Färnstrand1-1/+9
2018-05-14Rename daemon log to daemon.log on WindowsLinus Färnstrand1-1/+1
2018-05-14Create `mullvad-metadata` crateJanito Vaqueiro Ferreira Filho3-11/+6
2018-05-09Move `Command` import to platform-specific func.Janito Vaqueiro Ferreira Filho1-1/+2
2018-05-09Use program data directory for logs on WindowsJanito Vaqueiro Ferreira Filho2-13/+26
2018-05-09Silence tokio_reactorLinus Färnstrand1-0/+1
2018-05-07Updating formatting to be up to date with the newest rustfmtEmīls Piņķis3-9/+13
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho2-2/+2
2018-05-07Send report to server with consistent newlinesJanito Vaqueiro Ferreira Filho1-2/+12
2018-05-07Replace newlines inside log messagesJanito Vaqueiro Ferreira Filho1-0/+12
2018-05-07Use platform specific newlines in problem-reportJanito Vaqueiro Ferreira Filho1-15/+29