summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Hardcode tmp path to /tmp on unixLinus Färnstrand1-0/+8
2017-09-01Declare local (temporary) BoxFutureLinus Färnstrand2-3/+7
2017-09-01Replace boxed() with Box::new()Linus Färnstrand2-19/+19
2017-08-31Upgrade to use jsonrpc-client-{core,http} 0.2Linus Färnstrand2-7/+6
2017-08-25Properly reset remote_endpoint when starting failLinus Färnstrand1-0/+1
2017-08-25Change slightly how firewall rules are setLinus Färnstrand1-6/+14
2017-08-24Silence hyper and tokio_proto in logLinus Färnstrand1-0/+2
2017-08-24Use AccountsProxy to fetch data from masterLinus Färnstrand2-11/+33
2017-08-24Initialize firewall field in correct orderLinus Färnstrand1-2/+1
2017-08-24Add AccountsProxy RPC clientLinus Färnstrand2-0/+20
2017-08-24Fix documentationLinus Färnstrand1-1/+1
2017-08-24Make connect/disconnect leverage helper methodLinus Färnstrand1-16/+8
2017-08-24Don't be too smart in send_command_to_daemonLinus Färnstrand1-16/+10
2017-08-24Refactor communication from mgmt to daemonLinus Färnstrand1-12/+22
2017-08-24Refactor sending responses to mgmt interfaceLinus Färnstrand1-9/+8
2017-08-24Import OneshotSenderLinus Färnstrand2-7/+8
2017-08-24Move account/location types to mullvad-typesLinus Färnstrand1-17/+8
2017-08-24Remove MockIpc serverLinus Färnstrand1-217/+0
2017-08-17Integrate firewall into mullvad daemonAndrej Mihajlov1-1/+28
2017-08-15Remove RemoteAddr, use SocketAddr insteadAndrej Mihajlov1-3/+7
2017-07-25Restart the tunnel when the account token changesErik Larkö2-8/+24
2017-07-25Extract management api event responses to separate methodsErik Larkö1-27/+37
2017-07-18Make set_account call return error on save failureLinus Färnstrand2-17/+16
2017-07-18Save settings in setter methodsLinus Färnstrand2-6/+10
2017-07-18Create an explicit DEFAULT_SETTINGS instanceLinus Färnstrand1-2/+4
2017-07-17Move settings changing into method on SettingsLinus Färnstrand2-16/+30
2017-07-17Read and write settings to toml fileLinus Färnstrand2-7/+107
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand6-0/+1228