summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/relay.rs
AgeCommit message (Expand)AuthorFilesLines
2019-07-26Update CLIEmīls Piņķis1-8/+8
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand1-1/+1
2019-05-28Factor out location parsing in CLIEmīls Piņķis1-75/+7
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-2/+2
2019-04-15Convert errors in CLI away from error-chainLinus Färnstrand1-5/+5
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-7/+7
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis1-7/+21
2019-02-14Update CLI to set wireguard constraintsEmīls Piņķis1-14/+38
2019-02-04Fix wireguard config bugEmīls Piņķis1-2/+0
2019-02-04Allow cli to set custom wireguard relayEmīls Piņķis1-57/+149
2019-01-30Refactor mullvad typesEmīls Piņķis1-11/+28
2019-01-18Add wireguard-go support in talpid-coreEmīls Piņķis1-1/+2
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-4/+6
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-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-11-05Add CLI command for making daemon update relay listLinus Färnstrand1-4/+16
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-10-10Make relay constraints and parameters pretty printableLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-13/+26
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand1-1/+1
2018-09-05Allow setting hostname in location constraintsLinus Färnstrand1-6/+26
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-5/+4
2018-08-15Simplify `relay list` command in CLIJanito Vaqueiro Ferreira Filho1-6/+1
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-18/+9
2018-07-19Fix clippy warnings in mullvad-types and mullvad-cliLinus 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 Filho1-8/+10
2018-05-03Use `DaemonRpcClient` in `relay` CLI commandJanito Vaqueiro Ferreira Filho1-8/+10
2018-04-10Format with rustfmt 0.4.1-nightly (e784712 2018-04-09)Linus Färnstrand1-1/+1
2018-03-26Format code with newer rustfmtLinus Färnstrand1-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ärnstrand1-1/+4
2017-12-04Upgrade rustfmt to 0.2.17Linus Färnstrand1-3/+2
2017-11-17Update relay constraints to contain location etcLinus Färnstrand1-47/+161
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ö1-0/+85