summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Change "dev" to descriptive "tunnel_interface"Linus Färnstrand1-2/+2
2017-09-06Handle tunnel up event with new dev fieldLinus Färnstrand1-5/+9
2017-09-06Add milliseconds to logging formatLinus Färnstrand1-1/+1
2017-09-06Update error-chain to 0.11Linus Färnstrand2-5/+5
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ärnstrand3-9/+8
2017-08-30Add tag="v7.1.0" to jsonrpc-core depsLinus Färnstrand1-4/+4
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ärnstrand3-11/+34
2017-08-24Initialize firewall field in correct orderLinus Färnstrand1-2/+1
2017-08-24Add AccountsProxy RPC clientLinus Färnstrand3-1/+23
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-21Add path to binary crates. Required by newer cargoLinus Färnstrand1-0/+1
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ärnstrand3-7/+109
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand7-0/+1264