summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds
AgeCommit message (Collapse)AuthorFilesLines
2018-10-10Make relay constraints and parameters pretty printableLinus Färnstrand1-1/+1
2018-10-05Don't rely on exit ip in relay_listLinus Färnstrand1-1/+3
Instead, show the hostname in the UI
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand5-23/+46
2018-09-19Include after disconnect action in new state eventJanito Vaqueiro Ferreira Filho1-1/+1
2018-09-17Remove `Copy` impl. for `TunnelStateTransition`Janito Vaqueiro Ferreira Filho1-3/+3
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand5-6/+6
2018-09-07Make management interface connect return error on missing account tokenLinus Färnstrand1-2/+4
2018-09-05Allow setting hostname in location constraintsLinus Färnstrand1-6/+26
2018-09-05Reword CLI message after `enable_ipv6` is setJanito Vaqueiro Ferreira Filho1-1/+1
2018-09-05Move `enable_ipv6` to `TunnelOptions`Janito Vaqueiro Ferreira Filho1-5/+1
2018-09-05Change IPC to Enable IPv6 tunnel optionJanito Vaqueiro Ferreira Filho1-1/+1
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ņķis9-34/+25
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-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-04-10Format with rustfmt 0.4.1-nightly (e784712 2018-04-09)Linus Färnstrand5-7/+7
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ärnstrand5-5/+5
2018-03-22Add support for setting and getting tunnel options from cliEmīls Piņķis3-1/+101
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-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