summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2018-11-01Make all binaries use same version formatLinus Färnstrand1-2/+4
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-2/+1
2018-09-20Set the global allocator to the system default oneLinus Färnstrand1-0/+7
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-1/+8
2018-05-03Remove unnecessary `mullvad-cli::rpc` moduleJanito Vaqueiro Ferreira Filho1-1/+0
2018-05-03Use `mullvad-ipc-client` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-5/+5
2018-03-26Format code with newer rustfmtLinus Färnstrand1-1/+1
2018-03-22Add support for setting and getting tunnel options from cliEmīls Piņķis1-0/+1
2018-03-06Upgrade env_logger, duct, uuid and randLinus Färnstrand1-1/+1
2018-03-05Add details to RPC file is not trusted errorJanito Vaqueiro Ferreira Filho1-1/+7
Add a cause to the error with a message detailing which check failed. This gives a hint to the user what went wrong.
2017-10-26Get rid of recursion_limit in mullvad-cliLinus Färnstrand1-3/+0
2017-09-21Remove unused crate imports, silencing compilerLinus Färnstrand1-1/+0
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand1-4/+4
2017-09-13Set custom relay in cliErik Larkö1-0/+1
2017-09-08Add license metadataLinus Färnstrand1-0/+8
2017-09-04Hardcode tmp path to /tmp on unixLinus Färnstrand1-0/+2
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+51