summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Add refactoring TODO commentDavid Lönnhager1-0/+2
2020-08-24CLI: Show a warning if the location constraints point to a relay that cannot ...David Lönnhager1-0/+41
2020-08-24Add 'mullvad relay set relay' commandDavid Lönnhager1-31/+95
2020-08-20Specify blocking failure in error stateEmīls1-1/+1
2020-08-20Remove key rotation interval calculation from management interfaceDavid Lönnhager1-4/+6
2020-08-20Remove ANY_PROTOCOL and ANY_TUNNEL from protobuf schemaDavid Lönnhager2-29/+35
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager15-101/+104
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager15-474/+840
2020-08-04Add specific firewall policy errorsDavid Lönnhager1-2/+5
2020-07-16Use talpid_types TunnelType instead of TunnelProtocolEmīls1-4/+6
2020-07-03Add RPC to clear account historyEmīls1-2/+15
2020-06-25Update CLIEmīls1-13/+11
2020-06-04Fix names conflicting with split_tunnel modules on WindowsDavid Lönnhager2-0/+6
2020-06-02Rename split modules to split_tunnelDavid Lönnhager2-6/+6
2020-06-02Conditionally compile split tunneling code for LinuxDavid Lönnhager1-3/+3
2020-06-02Add function to clear split-tunnel PIDs to CLIDavid Lönnhager1-0/+5
2020-06-02Add split tunneling CLIDavid Lönnhager2-0/+72
2020-05-14Always enable the beta program in beta versionsDavid Lönnhager2-6/+13
2020-05-07Fix a small typoAndrew Morgan1-1/+1
2020-04-29Renamed block-when-disconnected to always-require-vpn in CLIOskar Nyberg1-4/+4
2020-04-27Use new VersionInfo formatEmīls1-1/+1
2020-04-22Replace simple getters with direct field accessJanito Vaqueiro Ferreira Filho7-7/+7
2020-03-11Correctly show whether the version is up-to-date in the CLI, depending on the...David Lönnhager1-1/+9
2020-03-11Beta program option in CLIDavid Lönnhager2-0/+58
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