summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-17Update relay constraints to contain location etcLinus Färnstrand1-47/+161
2017-11-08rustfmt after 0.2.15 upgradeLinus Färnstrand1-4/+6
2017-11-02Introduce Constraint<T>Linus Färnstrand1-29/+22
2017-11-02Revert misunderstanding and make the JSON a little friendlierErik Larkö1-12/+21
2017-11-02Add get_relay_constraints endpointErik Larkö1-24/+65
2017-11-02Merge rather than update constraintsErik Larkö1-1/+1
2017-11-02Set the tunnel port and protocol over the APIErik Larkö3-83/+88
2017-10-18Read RPC connection info file with BufReaderLinus Färnstrand1-1/+0
2017-10-18Add shutdown command to cliLinus Färnstrand2-0/+25
2017-09-27Add command to unset account via CLILinus Färnstrand1-3/+11
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand2-37/+47
2017-09-13Format fixesErik Larkö1-1/+2
2017-09-13Review fixesErik Larkö2-11/+9
2017-09-13Remove custom relay in cliErik Larkö1-1/+13
2017-09-13Set custom relay in cliErik Larkö2-0/+66
2017-08-24Add CLI support to query for AccountDataLinus Färnstrand1-4/+9
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand5-0/+159