summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Correct well known sid check for RPC fileAndrej Mihajlov1-1/+1
2018-03-07Merge branch 'upgrade-jsonrpc'Linus Färnstrand9-334/+294
2018-03-06Update Cargo.lockLinus Färnstrand1-313/+272
2018-03-06Upgrade env_logger, duct, uuid and randLinus Färnstrand6-8/+8
2018-03-06Upgrade jsonrpc-* cratesLinus Färnstrand5-13/+14
2018-03-06Merge branch 'create-openvpn-log-backup'Janito Vaqueiro Ferreira Filho2-4/+22
2018-03-06Ignore rename error if log file doesn't existJanito Vaqueiro Ferreira Filho1-4/+6
2018-03-06Simplify log file backup creationJanito Vaqueiro Ferreira Filho1-21/+9
2018-03-06Forcibly remove old backup of tunnel log fileJanito Vaqueiro Ferreira Filho1-6/+4
2018-03-06Add tunnel log backup change in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-03-06Create backup of OpenVPN log fileJanito Vaqueiro Ferreira Filho1-4/+33
2018-03-06Merge branch 'warn-when-user-isnt-root'Janito Vaqueiro Ferreira Filho4-0/+21
2018-03-06Rename user_is_root() into running_as_admin()Janito Vaqueiro Ferreira Filho1-4/+4
2018-03-06Move user check to start of programJanito Vaqueiro Ferreira Filho2-18/+16
2018-03-06Place Unix-only dependency in `cfg(unix)`Janito Vaqueiro Ferreira Filho3-1/+3
2018-03-06Warn if user is running daemon as a non-root userJanito Vaqueiro Ferreira Filho5-0/+21
2018-03-05Merge branch 'redact-possible-account-numbers'Linus Färnstrand2-85/+98
2018-03-05Fix tests to match new redact signatureLinus Färnstrand1-6/+6
2018-03-05Fix formattingLinus Färnstrand1-7/+5
2018-03-05Add feature to changelogLinus Färnstrand1-0/+2
2018-03-05Use Cow<str> instead of String where possibleLinus Färnstrand1-14/+16
2018-03-05Compile regular expressions once into static variableLinus Färnstrand1-69/+76
2018-03-05Redact all 16 digits numbers from problem reportsLinus Färnstrand1-3/+7
2018-03-05Change String into &str where appropriateLinus Färnstrand1-5/+5
2018-03-05Merge branch 'improve-rpc-file-permission-error-message'Janito Vaqueiro Ferreira Filho3-20/+33
2018-03-05Rename function to `ensure_written_by_admin`Janito Vaqueiro Ferreira Filho1-3/+3
2018-03-05Tweak RFC file trust error messageJanito Vaqueiro Ferreira Filho1-1/+1
2018-03-05Fix formatting issueJanito Vaqueiro Ferreira Filho1-1/+4
2018-03-05Describe new error details in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-03-05Refactor read_rpc_address() functionJanito Vaqueiro Ferreira Filho1-7/+11
2018-03-05Add details to RPC file is not trusted errorJanito Vaqueiro Ferreira Filho2-20/+25
2018-03-02Merge branch 'adjust-logging-levels'Linus Färnstrand16-72/+192
2018-03-02Add feature to changelogLinus Färnstrand1-0/+1
2018-03-02Update Cargo.lockLinus Färnstrand1-12/+74
2018-03-02Upgrade log crate to 0.4Linus Färnstrand7-8/+8
2018-03-02Add coloring to stdout loggingLinus Färnstrand3-34/+69
2018-03-02Silence jsonrpc_core a bitLinus Färnstrand1-0/+2
2018-03-02Adjust logging levels and move logging to own moduleLinus Färnstrand3-44/+64
2018-03-02Adjust log levels in talpid-coreLinus Färnstrand2-2/+2
2018-03-02Merge branch 'add-disable-auth-flag'Linus Färnstrand6-23/+61
2018-03-05Merge branch 'fix-temp-dir-win32'Andrej Mihajlov2-8/+24
2018-03-05Fix the path to system temp directory on windowsAndrej Mihajlov2-8/+24
2018-03-02Add feature to changelogLinus Färnstrand1-3/+13
2018-03-02Add extra newline to .mullvad_rpc_addressLinus Färnstrand2-2/+2
2018-03-02Add --disable-rpc-auth flag to make the CLI workLinus Färnstrand3-18/+46
2018-03-02Merge branch 'fix-dom-selection-in-account-input'Andrej Mihajlov2-2/+3
2018-03-02Remove the use of arrow functionAndrej Mihajlov1-1/+1
2018-03-02Update CHANGELOGAndrej Mihajlov1-0/+1
2018-03-02Always provide a dynamic ref to be able to restore the DOM selectionAndrej Mihajlov1-1/+1
2018-03-01Merge branch 'safer-build-script'Linus Färnstrand1-10/+16