summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Rename 'key generate' to 'key regenerate' in the CLIDavid Lönnhager1-2/+2
2019-12-17Improve key rotation CLIDavid Lönnhager1-17/+17
2019-12-17Format Rust codeDavid Lönnhager1-2/+5
2019-12-17Add CLI interface for configuring automatic wg key rotationDavid Lönnhager1-0/+47
2019-12-09Update CLI to yell at user if the error state doesn't block trafficEmīls1-6/+15
2019-11-27Add reconnect to cliLinus Färnstrand2-8/+34
2019-11-27Add tunnel-protocol subcomand to CLIEmīls1-4/+28
2019-10-08Add CLI subcommand to submit vouchersEmīls Piņķis1-1/+56
2019-10-07Implement fetching app version every 24 hours and broadcast to frontendLinus Färnstrand1-0/+5
2019-10-04Add CLI subcommand to create new accountsEmīls Piņķis1-0/+13
2019-09-17Sort countries, cities and relays with natural sorting in CLILinus Färnstrand2-6/+6
2019-09-17Display age of creation for WireGuard key in CLIEmīls Piņķis1-1/+5
2019-09-16Require the "mullvad relay set custom" command to have a subcommandLinus Färnstrand1-0/+1
2019-09-13Sort bridge/relay list output on hostname as well in CLILinus Färnstrand2-2/+6
2019-09-13Print out relay hostnames in CLI relay/bridge list commandLinus Färnstrand2-0/+17
2019-09-13Sort countries/cities on lowercase names in CLILinus Färnstrand2-6/+16
2019-09-13Filter relays on the new "active" flag in the CLILinus Färnstrand2-1/+27
2019-09-09Don't talk to API by default in `mullvad status`Linus Färnstrand1-2/+15
2019-09-09Add current_is_outdated support to CLILinus Färnstrand1-1/+2
2019-09-02Change WireGuard keys to singular keyLinus Färnstrand1-1/+1
2019-08-12Replace ::std with just stdLinus Färnstrand1-2/+2
2019-07-26Update CLIEmīls Piņķis1-8/+8
2019-07-22Add factory-reset command to CLIEmīls Piņķis2-0/+48
2019-07-16Mark bridge state as required argumentLinus Färnstrand1-0/+1
2019-07-05Fix typo in CLI (brigde to bridge)Emīls Piņķis1-1/+1
2019-06-28Rename `StateTransition` event into `TunnelState`Janito Vaqueiro Ferreira Filho1-1/+1
2019-06-28Include location in `TunnelState`Janito Vaqueiro Ferreira Filho1-2/+2
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho1-4/+4
2019-06-28Replace `TunnelState` alias with a new typeJanito Vaqueiro Ferreira Filho1-3/+3
2019-06-28Use `TunnelState` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+2
2019-06-26Print keygen result in CLIEmīls Piņķis2-1/+10
2019-06-14Add linux specific message about firewall errors in CLIEmīls Piņķis1-0/+5
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand2-3/+3
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ņķis1-75/+7
2019-05-28Print bridge constraints and settings in CLIEmīls Piņķis1-18/+25
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand6-15/+15
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ärnstrand2-8/+8
2019-04-08Remove error-chain from mullvad-ipc-clientLinus Färnstrand1-1/+1
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand10-25/+25
2019-03-28Emit relay_list update events in the daemon subscriptionLinus Färnstrand1-10/+27
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-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