| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-06-25 | Flush file writes when saving config and backup files | Emīls | 2 | -4/+10 | |
| 2018-06-21 | Change Firewall trait to take a cache dir as a parameter in it's constructor | Emīls Piņķis | 1 | -2/+2 | |
| 2018-06-20 | Move integration tests to `mullvad-tests` crate | Janito Vaqueiro Ferreira Filho | 3 | -289/+0 | |
| 2018-06-20 | Use a fake resource directory for tests | Janito Vaqueiro Ferreira Filho | 2 | -13/+43 | |
| 2018-06-20 | Wait for RPC connection info file to start client | Janito Vaqueiro Ferreira Filho | 2 | -5/+59 | |
| 2018-06-20 | Remove RPC address file after integration test | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2018-06-20 | Refactor where external crates are imported | Janito Vaqueiro Ferreira Filho | 2 | -11/+11 | |
| 2018-06-19 | Set permissions correctly for rpc_address_file on Windows | Emīls Piņķis | 2 | -17/+18 | |
| 2018-06-13 | Refactor out create_daemon that everyone can use | Linus Färnstrand | 2 | -20/+15 | |
| 2018-06-13 | Rename mullvad-paths methods to have get_ if they don't create dirs | Linus Färnstrand | 2 | -2/+2 | |
| 2018-06-13 | Move RPC address file computation into mullvad-paths | Linus Färnstrand | 4 | -12/+6 | |
| 2018-06-13 | Rotate daemon log on startup | Linus Färnstrand | 2 | -21/+16 | |
| 2018-06-13 | Don't pass log args to daemon on all three desktop platforms | Linus Färnstrand | 1 | -18/+0 | |
| 2018-06-13 | Move log dir stuff to mullvad-paths | Linus Färnstrand | 4 | -78/+65 | |
| 2018-06-13 | Rename mullvad-metadata -> mullvad-paths | Linus Färnstrand | 7 | -86/+11 | |
| 2018-06-13 | Fix non-linux import warning | Linus Färnstrand | 1 | -1/+2 | |
| 2018-06-13 | Remove unused app_dirs from mullvad-daemon | Linus Färnstrand | 2 | -3/+0 | |
| 2018-06-04 | Remove local source of windows-service and migrate to mullvad/windows-service-rs | Andrej Mihajlov | 2 | -5/+4 | |
| 2018-05-31 | Update formatting with the latest rustfmt | Andrej Mihajlov | 1 | -5/+9 | |
| 2018-05-22 | Create tunnel log dir | Linus Färnstrand | 1 | -1/+4 | |
| 2018-05-18 | Upgrade to regex 1.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2018-05-18 | Remove lazy_static around Durations that are const fns | Linus Färnstrand | 1 | -10/+6 | |
| 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 | Move cache dir computation to own module | Linus Färnstrand | 6 | -17/+27 | |
| 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 | Collect predefined log files in `problem-report` | Janito Vaqueiro Ferreira Filho | 1 | -17/+80 | |
| 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-17 | Remove --disable-rpc-auth | Linus Färnstrand | 5 | -44/+17 | |
| 2018-05-17 | Change from to_string_lossy() to display() on paths | Linus Färnstrand | 5 | -21/+15 | |
| 2018-05-17 | Format with rustfmt 0.7.0 | Linus Färnstrand | 4 | -23/+43 | |
| 2018-05-16 | Fix comment | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-05-16 | Create parent directories in RPC info file path | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2018-05-15 | Move settings to /etc on unix platforms | Linus Färnstrand | 1 | -5/+11 | |
| 2018-05-14 | Make mullvad-daemon create logging dir | Linus Färnstrand | 1 | -1/+9 | |
| 2018-05-14 | Rename daemon log to daemon.log on Windows | Linus Färnstrand | 1 | -1/+1 | |
| 2018-05-14 | Create `mullvad-metadata` crate | Janito Vaqueiro Ferreira Filho | 3 | -11/+6 | |
| 2018-05-09 | Move `Command` import to platform-specific func. | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2018-05-09 | Use program data directory for logs on Windows | Janito Vaqueiro Ferreira Filho | 2 | -13/+26 | |
| Also use the same log file names as on other platforms. | |||||
| 2018-05-09 | Silence tokio_reactor | Linus Färnstrand | 1 | -0/+1 | |
| 2018-05-07 | Updating formatting to be up to date with the newest rustfmt | Emīls Piņķis | 3 | -9/+13 | |
| 2018-05-07 | Reuse RPC connection in `DaemonRpcClient` | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2018-05-07 | Send report to server with consistent newlines | Janito Vaqueiro Ferreira Filho | 1 | -2/+12 | |
| 2018-05-07 | Replace newlines inside log messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2018-05-07 | Use platform specific newlines in problem-report | Janito Vaqueiro Ferreira Filho | 1 | -15/+29 | |
