summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
AgeCommit message (Expand)AuthorFilesLines
2018-06-25Upgrade error-chain to 0.12Linus Färnstrand1-1/+1
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 Filho3-90/+13
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ärnstrand2-2/+2
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-03-02Upgrade log crate to 0.4Linus Färnstrand1-1/+1
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-15Upgrade lazy_static to 1.0Linus Färnstrand1-1/+1
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-26Get rid of recursion_limit in mullvad-cliLinus Färnstrand1-3/+0
2017-10-18Read RPC connection info file with BufReaderLinus Färnstrand2-11/+8
2017-10-18Add shutdown command to cliLinus Färnstrand2-0/+25
2017-10-18Make mullvad-cli understand shared secretLinus Färnstrand1-5/+10
2017-09-27Add command to unset account via CLILinus Färnstrand1-3/+11