summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Merge branch 'upgrade-rustfmt'Linus Färnstrand3-7/+7
2018-03-21Remove rustfmt 0.3.8 requirement and re-format with 0.4.1Linus Färnstrand3-7/+7
2018-03-20Merge branch 'rename-tunnel-parameters'Linus Färnstrand7-35/+37
2018-03-20Rename TunnelParameters to TunnelEndpointDataEmīls Piņķis7-35/+37
2018-03-19Merge branch 'fix-readme'Linus Färnstrand3-22/+39
2018-03-19Update crate descriptionsLinus Färnstrand2-2/+2
2018-03-19Update README to not use frontend/backend and describe daemon betterLinus Färnstrand1-17/+34
2018-03-17Change README to state we have a stable releaseLinus Färnstrand1-3/+3
2018-03-15Merge branch 'rollout-updated-addons-with-electron-binaries'Andrej Mihajlov2-14/+9
2018-03-15Update native addons that serve electron binaries (along with node binaries) ...Andrej Mihajlov2-14/+9
2018-03-09Merge branch 'prevent-multiple-daemon-instances'Janito Vaqueiro Ferreira Filho4-7/+77
2018-03-09Check for other daemon sooner during start-upJanito Vaqueiro Ferreira Filho1-5/+5
2018-03-09Separate address retrieval from RPC callJanito Vaqueiro Ferreira Filho1-7/+10
2018-03-09Fix "RPC" typo in error messageJanito Vaqueiro Ferreira Filho1-1/+1
2018-03-09Describe multiple instance prevention in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2018-03-09Separate `rpc_info` module in twoJanito Vaqueiro Ferreira Filho3-40/+48
2018-03-09Inline `other_daemon_responds()` functionJanito Vaqueiro Ferreira Filho1-12/+6
2018-03-09Halt on failure of removal of existing RPC fileJanito Vaqueiro Ferreira Filho1-4/+13
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