summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-05Allow printing tunnel option groups separatelyJanito Vaqueiro Ferreira Filho1-1/+7
2018-09-05Set Enable IPv6 option as a common tunnel optionJanito Vaqueiro Ferreira Filho1-19/+30
2018-09-05Print Enable IPv6 option as a common tunnel optionJanito Vaqueiro Ferreira Filho1-6/+15
2018-09-03Add reason to transition to blocked stateJanito Vaqueiro Ferreira Filho1-1/+1
2018-09-03Create `BlockedState` typeJanito Vaqueiro Ferreira Filho1-0/+1
2018-08-30Replace `DaemonState` with `TunnelStateTransition`Janito Vaqueiro Ferreira Filho1-18/+8
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis10-35/+33
2018-08-15Simplify `relay list` command in CLIJanito Vaqueiro Ferreira Filho1-6/+1
2018-08-14Add option to enable/disable IPv6 in Mullvad CLIJanito Vaqueiro Ferreira Filho1-12/+38
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand5-32/+16
2018-07-19Fix clippy warnings in mullvad-types and mullvad-cliLinus Färnstrand3-6/+5
2018-07-10Expose autoconnect option in CLILinus Färnstrand2-0/+62
2018-06-27Add `status listen` sub-command to Mullvad CLIJanito Vaqueiro Ferreira Filho1-21/+55
2018-06-27Remove the shutdown command from the CLILinus Färnstrand2-26/+0
2018-05-31Update formatting with the latest rustfmtAndrej Mihajlov1-1/+1
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand1-1/+3
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho9-19/+21
2018-05-03Remove unnecessary `mullvad-cli::rpc` moduleJanito Vaqueiro Ferreira Filho2-15/+0
2018-05-03Use `DaemonRpcClient` in `relay` CLI commandJanito Vaqueiro Ferreira Filho1-8/+10
2018-05-03Use `DaemonRpcClient` in `account` CLI commandJanito Vaqueiro Ferreira Filho1-13/+15
2018-05-03Use `DaemonRpcClient` in `tunnel` CLI commandJanito Vaqueiro Ferreira Filho1-4/+7
2018-05-03Use `DaemonRpcClient` in `lan` CLI commandJanito Vaqueiro Ferreira Filho1-5/+8
2018-05-03Use `DaemonRpcClient` in `version` CLI commandJanito Vaqueiro Ferreira Filho1-4/+4
2018-05-03Use `DaemonRpcClient::disconnect` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+4
2018-05-03Use `DaemonRpcClient::connect` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+4
2018-05-03Use `DaemonRpcClient` in `status` CLI commandJanito Vaqueiro Ferreira Filho1-5/+5
2018-05-03Use `DaemonRpcClient::shutdown` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+4
2018-05-03Use `mullvad-ipc-client` in `mullvad-cli`Janito Vaqueiro Ferreira Filho2-88/+12
2018-04-10Format with rustfmt 0.4.1-nightly (e784712 2018-04-09)Linus Färnstrand5-7/+7
2018-04-04Switch to global windows temp directory on windowsAndrej Mihajlov1-1/+4
2018-03-27Fix formattingEmīls Piņķis1-1/+1
2018-03-26Add version subcommand to CLIEmīls Piņķis2-0/+32
2018-03-26Format code with newer rustfmtLinus Färnstrand7-7/+7
2018-03-22Add support for setting and getting tunnel options from cliEmīls Piņķis4-1/+102
2018-03-22Allow passing the `--mssfix` paramter to OpenVPN based on configEmīls Piņķis1-1/+1
2018-03-20Rename TunnelParameters to TunnelEndpointDataEmīls Piņķis1-4/+4
2018-03-06Upgrade env_logger, duct, uuid and randLinus Färnstrand1-1/+1
2018-03-05Rename function to `ensure_written_by_admin`Janito Vaqueiro Ferreira Filho1-3/+3
2018-03-05Tweak RFC file trust error messageJanito Vaqueiro Ferreira Filho1-1/+1
2018-03-05Fix formatting issueJanito Vaqueiro Ferreira Filho1-1/+4
2018-03-05Refactor read_rpc_address() functionJanito Vaqueiro Ferreira Filho1-7/+11
2018-03-05Add details to RPC file is not trusted errorJanito Vaqueiro Ferreira Filho2-20/+25
2018-02-18Add conditional compilation to stuff not needed on WindowsLinus Färnstrand1-2/+4
2018-01-15Upgrade rustfmt to 0.3.5Linus Färnstrand1-2/+1
2018-01-15Download geoip data from am.i.mullvad on requestLinus Färnstrand2-10/+14
2017-12-27Upgrade rustfmt to 0.3.4Linus Färnstrand2-3/+5
2017-12-20Add allow_lan support to the CLILinus Färnstrand2-0/+59
2017-12-04Upgrade rustfmt to 0.2.17Linus Färnstrand1-3/+2
2017-11-17Add location and IP to CLI status commandLinus Färnstrand1-0/+15
2017-11-17Update relay constraints to contain location etcLinus Färnstrand1-47/+161