| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-03-07 | Correct well known sid check for RPC file | Andrej Mihajlov | 1 | -1/+1 |
| 2018-03-07 | Merge branch 'upgrade-jsonrpc' | Linus Färnstrand | 9 | -334/+294 |
| 2018-03-06 | Update Cargo.lock | Linus Färnstrand | 1 | -313/+272 |
| 2018-03-06 | Upgrade env_logger, duct, uuid and rand | Linus Färnstrand | 6 | -8/+8 |
| 2018-03-06 | Upgrade jsonrpc-* crates | Linus Färnstrand | 5 | -13/+14 |
| 2018-03-06 | Merge branch 'create-openvpn-log-backup' | Janito Vaqueiro Ferreira Filho | 2 | -4/+22 |
| 2018-03-06 | Ignore rename error if log file doesn't exist | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 |
| 2018-03-06 | Simplify log file backup creation | Janito Vaqueiro Ferreira Filho | 1 | -21/+9 |
| 2018-03-06 | Forcibly remove old backup of tunnel log file | Janito Vaqueiro Ferreira Filho | 1 | -6/+4 |
| 2018-03-06 | Add tunnel log backup change in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-06 | Create backup of OpenVPN log file | Janito Vaqueiro Ferreira Filho | 1 | -4/+33 |
| 2018-03-06 | Merge branch 'warn-when-user-isnt-root' | Janito Vaqueiro Ferreira Filho | 4 | -0/+21 |
| 2018-03-06 | Rename user_is_root() into running_as_admin() | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2018-03-06 | Move user check to start of program | Janito Vaqueiro Ferreira Filho | 2 | -18/+16 |
| 2018-03-06 | Place Unix-only dependency in `cfg(unix)` | Janito Vaqueiro Ferreira Filho | 3 | -1/+3 |
| 2018-03-06 | Warn if user is running daemon as a non-root user | Janito Vaqueiro Ferreira Filho | 5 | -0/+21 |
| 2018-03-05 | Merge branch 'redact-possible-account-numbers' | Linus Färnstrand | 2 | -85/+98 |
| 2018-03-05 | Fix tests to match new redact signature | Linus Färnstrand | 1 | -6/+6 |
| 2018-03-05 | Fix formatting | Linus Färnstrand | 1 | -7/+5 |
| 2018-03-05 | Add feature to changelog | Linus Färnstrand | 1 | -0/+2 |
| 2018-03-05 | Use Cow<str> instead of String where possible | Linus Färnstrand | 1 | -14/+16 |
| 2018-03-05 | Compile regular expressions once into static variable | Linus Färnstrand | 1 | -69/+76 |
| 2018-03-05 | Redact all 16 digits numbers from problem reports | Linus Färnstrand | 1 | -3/+7 |
| 2018-03-05 | Change String into &str where appropriate | Linus Färnstrand | 1 | -5/+5 |
| 2018-03-05 | Merge branch 'improve-rpc-file-permission-error-message' | Janito Vaqueiro Ferreira Filho | 3 | -20/+33 |
| 2018-03-05 | Rename function to `ensure_written_by_admin` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 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 | Describe new error details in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2018-03-05 | Refactor read_rpc_address() function | Janito Vaqueiro Ferreira Filho | 1 | -7/+11 |
| 2018-03-05 | Add details to RPC file is not trusted error | Janito Vaqueiro Ferreira Filho | 2 | -20/+25 |
| 2018-03-02 | Merge branch 'adjust-logging-levels' | Linus Färnstrand | 16 | -72/+192 |
| 2018-03-02 | Add feature to changelog | Linus Färnstrand | 1 | -0/+1 |
| 2018-03-02 | Update Cargo.lock | Linus Färnstrand | 1 | -12/+74 |
| 2018-03-02 | Upgrade log crate to 0.4 | Linus Färnstrand | 7 | -8/+8 |
| 2018-03-02 | Add coloring to stdout logging | Linus Färnstrand | 3 | -34/+69 |
| 2018-03-02 | Silence jsonrpc_core a bit | Linus Färnstrand | 1 | -0/+2 |
| 2018-03-02 | Adjust logging levels and move logging to own module | Linus Färnstrand | 3 | -44/+64 |
| 2018-03-02 | Adjust log levels in talpid-core | Linus Färnstrand | 2 | -2/+2 |
| 2018-03-02 | Merge branch 'add-disable-auth-flag' | Linus Färnstrand | 6 | -23/+61 |
| 2018-03-05 | Merge branch 'fix-temp-dir-win32' | Andrej Mihajlov | 2 | -8/+24 |
| 2018-03-05 | Fix the path to system temp directory on windows | Andrej Mihajlov | 2 | -8/+24 |
| 2018-03-02 | Add feature to changelog | Linus Färnstrand | 1 | -3/+13 |
| 2018-03-02 | Add extra newline to .mullvad_rpc_address | Linus Färnstrand | 2 | -2/+2 |
| 2018-03-02 | Add --disable-rpc-auth flag to make the CLI work | Linus Färnstrand | 3 | -18/+46 |
| 2018-03-02 | Merge branch 'fix-dom-selection-in-account-input' | Andrej Mihajlov | 2 | -2/+3 |
| 2018-03-02 | Remove the use of arrow function | Andrej Mihajlov | 1 | -1/+1 |
| 2018-03-02 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
| 2018-03-02 | Always provide a dynamic ref to be able to restore the DOM selection | Andrej Mihajlov | 1 | -1/+1 |
| 2018-03-01 | Merge branch 'safer-build-script' | Linus Färnstrand | 1 | -10/+16 |
