summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-09Only run one instance of daemonJanito Vaqueiro Ferreira Filho2-1/+56
2018-03-09Merge branch 'update-win32-deps'Andrej Mihajlov2-4/+5
2018-03-09Update windows-security to 0.0.2 which ships prebuilt binariesAndrej Mihajlov2-4/+5
2018-03-09Merge branch 'forks-on-mullvad-org'Erik Larkö2-9/+9
2018-03-09Move my and Andrei's forks over to the Mullvad organizationErik Larkö2-9/+9
2018-03-08Merge branch 'fix-openvpn-plugin-path'Janito Vaqueiro Ferreira Filho2-7/+24
2018-03-08Add OpenVPN plugin path fix to the changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-03-08Remove unnecessary error typesJanito Vaqueiro Ferreira Filho1-16/+15
2018-03-08Use executable path as plugin pathJanito Vaqueiro Ferreira Filho1-7/+24
2018-03-07Merge branch 'win32-tray'Andrej Mihajlov5-143/+352
2018-03-07Update window position on display changesAndrej Mihajlov1-3/+13
2018-03-07Upgrade eslint packagesAndrej Mihajlov2-65/+119
2018-03-07Add tray tooltipAndrej Mihajlov1-0/+3
2018-03-07Move a call to setHightlightMode to macOS branchAndrej Mihajlov1-2/+4
2018-03-07Upgrade to Electron 1.8.3Andrej Mihajlov1-34/+68
2018-03-07Add annotations for electron.screenAndrej Mihajlov1-0/+27
2018-03-07Move macOS patch for window.blur into separate methodAndrej Mihajlov1-15/+20
2018-03-07Compute window position based on taskbar placementAndrej Mihajlov1-35/+109
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