summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Print tunnel endpoint in CLIEmīls Piņķis1-2/+4
2019-05-28Remove proxy subcommand from tunnelEmīls Piņķis1-248/+1
2019-05-28Add bridge subcommandEmīls Piņķis2-0/+358
2019-05-28Factor out location parsing in CLIEmīls Piņķis3-75/+77
2019-05-28Print bridge constraints and settings in CLIEmīls Piņķis1-18/+25
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand7-16/+20
2019-05-14Updating version in package filesLinus Färnstrand1-1/+1
2019-05-03Updating version in package filesLinus Färnstrand1-1/+1
2019-04-24Make validate_proxy_settings a free standing functionLinus Färnstrand1-3/+3
2019-04-15Convert errors in CLI away from error-chainLinus Färnstrand4-28/+38
2019-04-08Remove error-chain from mullvad-ipc-clientLinus Färnstrand2-7/+4
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand11-26/+28
2019-04-02Updating version in package filesLinus Färnstrand1-1/+1
2019-03-29Upgrade uuid, rand & env_loggerLinus Färnstrand1-1/+1
2019-03-28Emit relay_list update events in the daemon subscriptionLinus Färnstrand1-10/+27
2019-03-28Updating version in package filesLinus Färnstrand1-1/+1
2019-03-27Change daemon to expose a single event subscriptionLinus Färnstrand1-10/+12
2019-03-26Get rid of clone/allocation in CLI location printingLinus Färnstrand1-6/+7
2019-03-26Send two GeoIP lookups, one over each IPvLinus Färnstrand1-4/+10
2019-03-21Updating version in package files2019.2-beta1Linus Färnstrand1-1/+1
2019-03-04Update daemon+CLI to use new app_version_checkLinus Färnstrand1-3/+8
2019-02-28Remove fwmark based routing for linuxEmīls Piņķis1-39/+2
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis1-7/+21
2019-02-27Add key generation to CLIEmīls Piņķis1-1/+38
2019-02-15Add Shadowsocks in CLIOdd Stranne1-1/+62
2019-02-14Use proper subscriptions in mullvad-ipc-clientEmīls Piņķis2-2/+11
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 wireguard settingsEmīls Piņķis1-28/+118
2019-02-04Allow cli to set custom wireguard relayEmīls Piņķis2-58/+151
2019-01-30Refactor mullvad typesEmīls Piņķis2-27/+44
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-29Updating version in package filesLinus Färnstrand1-1/+1
2019-01-19Remove explicitly setting the system allocatorLinus Färnstrand1-4/+1
2019-01-18Add wireguard-go support in talpid-coreEmīls Piņķis1-1/+2
2019-01-09Further improve get_current_location RPCEmīls Piņķis1-1/+7
2019-01-09Updating version metadata to 2018.6Linus Färnstrand1-1/+1
2018-12-13Dont import all enum variants into the entire module scopeLinus Färnstrand1-4/+3
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand2-6/+10
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand14-34/+12
2018-12-05Updating version in package files2018.6-beta1Linus Färnstrand1-1/+1
2018-12-04Replace let Some(_) with just is_some()Linus Färnstrand1-5/+5
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis10-10/+10
2018-11-16Fix various clippy warningsLinus Färnstrand1-1/+1
2018-11-16Implement From<&str> instead of custom from_strLinus Färnstrand1-1/+1
2018-11-15Updating version in package files to 2018.5Linus Färnstrand1-1/+1
2018-11-13Add block-when-disconnected to CLILinus Färnstrand2-2/+69
2018-11-12Updating version in package filesLinus Färnstrand1-1/+1
2018-11-08Manually editing full paths to be Rust2018 compatibleLinus Färnstrand4-11/+4
2018-11-07Update paths to start with crate:: etcLinus Färnstrand10-17/+17