summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/auto_connect.rs
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Fix auto-connect setting messageEmīls1-1/+1
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-4/+4
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-10/+11
2020-04-22Replace simple getters with direct field accessJanito Vaqueiro Ferreira Filho1-1/+1
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-1/+1
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-1/+1
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand1-1/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-08Manually editing full paths to be Rust2018 compatibleLinus Färnstrand1-2/+1
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-2/+2
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-1/+2
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand1-1/+1
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-4/+3
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-2/+1
2018-07-10Expose autoconnect option in CLILinus Färnstrand1-0/+58