| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-09-05 | Allow printing tunnel option groups separately | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2018-09-05 | Set Enable IPv6 option as a common tunnel option | Janito Vaqueiro Ferreira Filho | 1 | -19/+30 | |
| 2018-09-05 | Print Enable IPv6 option as a common tunnel option | Janito Vaqueiro Ferreira Filho | 1 | -6/+15 | |
| 2018-09-03 | Add reason to transition to blocked state | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-09-03 | Create `BlockedState` type | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2018-08-30 | Replace `DaemonState` with `TunnelStateTransition` | Janito Vaqueiro Ferreira Filho | 1 | -18/+8 | |
| 2018-08-29 | Change mullvad-cli to use new jsonrpc client | Emīls Piņķis | 10 | -35/+33 | |
| 2018-08-15 | Simplify `relay list` command in CLI | Janito Vaqueiro Ferreira Filho | 1 | -6/+1 | |
| 2018-08-14 | Add option to enable/disable IPv6 in Mullvad CLI | Janito Vaqueiro Ferreira Filho | 1 | -12/+38 | |
| 2018-07-30 | Reformat with rustfmt 0.9.0 | Linus Färnstrand | 5 | -32/+16 | |
| 2018-07-19 | Fix clippy warnings in mullvad-types and mullvad-cli | Linus Färnstrand | 3 | -6/+5 | |
| 2018-07-10 | Expose autoconnect option in CLI | Linus Färnstrand | 2 | -0/+62 | |
| 2018-06-27 | Add `status listen` sub-command to Mullvad CLI | Janito Vaqueiro Ferreira Filho | 1 | -21/+55 | |
| 2018-06-27 | Remove the shutdown command from the CLI | Linus Färnstrand | 2 | -26/+0 | |
| 2018-05-31 | Update formatting with the latest rustfmt | Andrej Mihajlov | 1 | -1/+1 | |
| 2018-05-17 | Format with rustfmt 0.7.0 | Linus Färnstrand | 1 | -1/+3 | |
| 2018-05-07 | Reuse RPC connection in `DaemonRpcClient` | Janito Vaqueiro Ferreira Filho | 9 | -19/+21 | |
| 2018-05-03 | Remove unnecessary `mullvad-cli::rpc` module | Janito Vaqueiro Ferreira Filho | 2 | -15/+0 | |
| 2018-05-03 | Use `DaemonRpcClient` in `relay` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -8/+10 | |
| 2018-05-03 | Use `DaemonRpcClient` in `account` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -13/+15 | |
| 2018-05-03 | Use `DaemonRpcClient` in `tunnel` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -4/+7 | |
| 2018-05-03 | Use `DaemonRpcClient` in `lan` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 | |
| 2018-05-03 | Use `DaemonRpcClient` in `version` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 | |
| 2018-05-03 | Use `DaemonRpcClient::disconnect` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 | |
| 2018-05-03 | Use `DaemonRpcClient::connect` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 | |
| 2018-05-03 | Use `DaemonRpcClient` in `status` CLI command | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2018-05-03 | Use `DaemonRpcClient::shutdown` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 | |
| 2018-05-03 | Use `mullvad-ipc-client` in `mullvad-cli` | Janito Vaqueiro Ferreira Filho | 2 | -88/+12 | |
| 2018-04-10 | Format with rustfmt 0.4.1-nightly (e784712 2018-04-09) | Linus Färnstrand | 5 | -7/+7 | |
| 2018-04-04 | Switch to global windows temp directory on windows | Andrej Mihajlov | 1 | -1/+4 | |
| 2018-03-27 | Fix formatting | Emīls Piņķis | 1 | -1/+1 | |
| 2018-03-26 | Add version subcommand to CLI | Emīls Piņķis | 2 | -0/+32 | |
| 2018-03-26 | Format code with newer rustfmt | Linus Färnstrand | 7 | -7/+7 | |
| 2018-03-22 | Add support for setting and getting tunnel options from cli | Emīls Piņķis | 4 | -1/+102 | |
| 2018-03-22 | Allow passing the `--mssfix` paramter to OpenVPN based on config | Emīls Piņķis | 1 | -1/+1 | |
| 2018-03-20 | Rename TunnelParameters to TunnelEndpointData | Emīls Piņķis | 1 | -4/+4 | |
| 2018-03-06 | Upgrade env_logger, duct, uuid and rand | Linus Färnstrand | 1 | -1/+1 | |
| 2018-03-05 | Rename function to `ensure_written_by_admin` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 | |
| Instead of `check_if_rpc_file_can_be_trusted`, in order to have a less verbose name that also makes it clearer what's happening inside. | |||||
| 2018-03-05 | Tweak RFC file trust error message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-03-05 | Fix formatting issue | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2018-03-05 | Refactor read_rpc_address() function | Janito Vaqueiro Ferreira Filho | 1 | -7/+11 | |
| Separate the opening of the RPC file into a new function, in order to improve readability. | |||||
| 2018-03-05 | Add details to RPC file is not trusted error | Janito Vaqueiro Ferreira Filho | 2 | -20/+25 | |
| Add a cause to the error with a message detailing which check failed. This gives a hint to the user what went wrong. | |||||
| 2018-02-18 | Add conditional compilation to stuff not needed on Windows | Linus Färnstrand | 1 | -2/+4 | |
| 2018-01-15 | Upgrade rustfmt to 0.3.5 | Linus Färnstrand | 1 | -2/+1 | |
| 2018-01-15 | Download geoip data from am.i.mullvad on request | Linus Färnstrand | 2 | -10/+14 | |
| 2017-12-27 | Upgrade rustfmt to 0.3.4 | Linus Färnstrand | 2 | -3/+5 | |
| 2017-12-20 | Add allow_lan support to the CLI | Linus Färnstrand | 2 | -0/+59 | |
| 2017-12-04 | Upgrade rustfmt to 0.2.17 | Linus Färnstrand | 1 | -3/+2 | |
| 2017-11-17 | Add location and IP to CLI status command | Linus Färnstrand | 1 | -0/+15 | |
| 2017-11-17 | Update relay constraints to contain location etc | Linus Färnstrand | 1 | -47/+161 | |
