| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-05-22 | Merge branch 'update-paths-documentation' | Linus Färnstrand | 1 | -1/+1 | |
| 2018-05-22 | Fix documentation about log paths | Linus Färnstrand | 1 | -1/+1 | |
| 2018-05-22 | Merge branch 'windows-fix-openvpn-shutdown' | Emīls Piņķis | 7 | -86/+125 | |
| 2018-05-22 | Fix shutdown behaviour on windows | Emīls | 3 | -50/+15 | |
| 2018-05-22 | Try stopping openvpn by closing it's stdin | Emīls Piņķis | 1 | -7/+30 | |
| 2018-05-22 | Gracefully stop OpenVPN subprocesses by writing to stdin | Emīls Piņķis | 8 | -116/+129 | |
| 2018-05-22 | Replace duct::Handle dependency with OpenVpnProcHandle | Emīls Piņķis | 4 | -19/+57 | |
| 2018-05-22 | Merge branch 'bundle-static-openvpn' | Linus Färnstrand | 9 | -92/+84 | |
| 2018-05-22 | Add to changelog | Linus Färnstrand | 1 | -1/+3 | |
| 2018-05-22 | Make missing OpenVPN binary/plugin error print path | Linus Färnstrand | 1 | -52/+43 | |
| 2018-05-22 | Fix bug with attaching null to OpenVPN stdio | Linus Färnstrand | 1 | -3/+3 | |
| 2018-05-22 | Update TunnelMonitor to use bundled OpenVPN only | Linus Färnstrand | 1 | -36/+24 | |
| 2018-05-22 | Create tunnel log dir | Linus Färnstrand | 1 | -1/+4 | |
| 2018-05-22 | Update electron builder to use new OpenVPN binaries | Linus Färnstrand | 1 | -2/+4 | |
| 2018-05-22 | Update README repository structure | Linus Färnstrand | 1 | -3/+9 | |
| 2018-05-22 | Remove client-binaries submodule | Linus Färnstrand | 2 | -3/+0 | |
| 2018-05-22 | Add mullvadvpn-app-binaries as submodule | Linus Färnstrand | 2 | -0/+3 | |
| 2018-05-22 | Merge branch 'move-linux-scripts' | Linus Färnstrand | 4 | -6/+7 | |
| 2018-05-22 | Move linux scripts into dist-assets | Linus Färnstrand | 4 | -6/+7 | |
| 2018-05-21 | Merge branch 'write-filesystem-paths-in-documentation' | Linus Färnstrand | 2 | -7/+56 | |
| 2018-05-21 | Add a paths section to README | Linus Färnstrand | 1 | -0/+50 | |
| 2018-05-21 | Update README regarding GUI starting backend | Linus Färnstrand | 2 | -7/+6 | |
| 2018-05-18 | Merge branch 'fix-dont-log-coordinates' | Emīls Piņķis | 1 | -1/+1 | |
| 2018-05-18 | Stop outputting location coordinates in frontend logs | Emīls Piņķis | 1 | -1/+1 | |
| 2018-05-18 | Merge branch 'organize-changelog' | Linus Färnstrand | 1 | -15/+16 | |
| 2018-05-18 | Organize changelog after platform | Linus Färnstrand | 1 | -15/+16 | |
| 2018-05-18 | Merge branch 'reduce-lazy-static-upgrade-regex' | Linus Färnstrand | 3 | -12/+30 | |
| 2018-05-18 | Upgrade to regex 1.0 | Linus Färnstrand | 2 | -2/+24 | |
| 2018-05-18 | Remove lazy_static around Durations that are const fns | Linus Färnstrand | 1 | -10/+6 | |
| 2018-05-18 | Merge branch 'move-cache-dir' | Linus Färnstrand | 11 | -87/+146 | |
| 2018-05-18 | Make AccountHistory hold track of its own cache path | Linus Färnstrand | 2 | -37/+54 | |
| 2018-05-18 | Run integration test with ./ as cache dir | Linus Färnstrand | 1 | -1/+3 | |
| 2018-05-18 | Add --cache-dir argument to daemon | Linus Färnstrand | 3 | -6/+27 | |
| 2018-05-18 | Make AccountHistory take cache_dir as argument | Linus Färnstrand | 3 | -32/+36 | |
| 2018-05-18 | Allow RelaySelector to take cache_dir by argument | Linus Färnstrand | 2 | -16/+22 | |
| 2018-05-18 | Rename API ip file to kebab-case | Linus Färnstrand | 2 | -10/+9 | |
| 2018-05-18 | Move cache dir computation to own module | Linus Färnstrand | 6 | -17/+27 | |
| 2018-05-18 | Merge branch 'collect-logs-in-problem-report' | Janito Vaqueiro Ferreira Filho | 3 | -74/+162 | |
| 2018-05-18 | Collect log directory access errors | Janito Vaqueiro Ferreira Filho | 1 | -9/+53 | |
| Instead of failing to create the report because of them. | |||||
| 2018-05-18 | Refactor to only use `ProblemReport::add_logs` | Janito Vaqueiro Ferreira Filho | 1 | -13/+9 | |
| 2018-05-18 | Move GUI log to user-specific directory on Windows | Janito Vaqueiro Ferreira Filho | 1 | -21/+11 | |
| 2018-05-18 | List `problem-report` collect changes in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2018-05-18 | Collect predefined log files in `problem-report` | Janito Vaqueiro Ferreira Filho | 2 | -51/+107 | |
| Change the binary to search for log files in hard-coded paths. Also change the GUI to only specify its own log file as an extra log to be included in the collected problem report. | |||||
| 2018-05-18 | Reword `add_log` function comment | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2018-05-18 | Fix typo in `problem-report` help message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-05-18 | Merge branch 'windows-fix-placement' | Emīls Piņķis | 1 | -4/+7 | |
| 2018-05-18 | Ignore a single tray dimension when updating window position depending | Emīls | 1 | -4/+4 | |
| on task bar placement. | |||||
| 2018-05-18 | Add minimum window size to prevent downsizing on Windows when the | Emīls | 1 | -0/+3 | |
| taskbar is moved around. | |||||
| 2018-05-17 | Merge branch 'mac-signing-instructions' | Linus Färnstrand | 3 | -14/+44 | |
| 2018-05-17 | More verbose macOS preinstall script | Linus Färnstrand | 1 | -8/+9 | |
