| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-20 | Replace hand-rolled encoding of filepath as UTF-16 using widestring | Markus Pettersson | 1 | -0/+4 | |
| 2025-05-28 | Add in app upgrades to the daemon | Sebastian Holmin | 1 | -0/+17 | |
| --------- Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2025-05-19 | Rename create_dir_and_return and add documentation | David Lönnhager | 1 | -2/+2 | |
| 2025-05-19 | Move unix-specific code to own module in mullvad-paths | David Lönnhager | 1 | -95/+13 | |
| 2025-05-19 | Delete mullvad directories if their permissions are unexpected | David Lönnhager | 1 | -7/+75 | |
| 2025-05-19 | Remove pointless closure in mullvad_paths | David Lönnhager | 1 | -10/+2 | |
| 2024-06-17 | Get value of data directory value at app startup | Markus Pettersson | 1 | -5/+7 | |
| Remove `APP_PATH` from `mullvad-paths` on Android since it should not be a constant value. Instead, it is passed down from the Android app startup. As it turns out, it is really ever used for pointing to the RPC socket in use. | |||||
| 2024-02-27 | Remove error variant behind dead feature | Joakim Hulthe | 1 | -4/+0 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -11/+11 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -2/+0 | |
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 1 | -1/+21 | |
| Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation. | |||||
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 1 | -1/+1 | |
| using mullvad-nsis | |||||
| 2022-11-21 | Always return the correct settings path on Windows in mullvad_paths | David Lönnhager | 1 | -0/+3 | |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 1 | -1/+1 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 1 | -1/+1 | |
| 2020-10-12 | Add 'clear-history' subcommand to mullvad-setup | Emīls | 1 | -1/+5 | |
| 2019-10-17 | Upgrade err-derive to 0.2.1 | Linus Färnstrand | 1 | -2/+2 | |
| 2019-04-04 | Add #![deny(rust_2018_idioms)] to all crates and fix warnings | Linus Färnstrand | 1 | -0/+2 | |
| 2019-04-03 | Configure settings path on Android | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-04-03 | Implement cache path for Android | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2019-03-29 | Remove error-chain from mullvad-paths | Linus Färnstrand | 1 | -21/+20 | |
| 2018-12-12 | Upgrade mullvad-paths to Rust 2018 | Linus Färnstrand | 1 | -5/+1 | |
| 2018-12-03 | Make daemon create log dir with correct permissions | Linus Färnstrand | 1 | -1/+12 | |
| 2018-11-16 | Add log directory to help output | Linus Färnstrand | 1 | -1/+1 | |
| 2018-11-16 | Print MULLVAD_ path variable defaults in help text | Linus Färnstrand | 1 | -4/+4 | |
| 2018-11-07 | Update paths to start with crate:: etc | Linus Färnstrand | 1 | -5/+5 | |
| 2018-10-29 | Remove #[macro_use] from log crate | Linus Färnstrand | 1 | -1/+0 | |
| 2018-09-04 | Rename rpc_address to rpc_socket | Linus Färnstrand | 1 | -2/+2 | |
| 2018-08-29 | Replace address file with socket path in mullvad-paths | Emīls Piņķis | 1 | -1/+1 | |
| 2018-08-06 | use dirs instead of app_dirs | Linus Färnstrand | 1 | -17/+17 | |
| 2018-07-05 | Use bundled CA | Linus Färnstrand | 1 | -1/+1 | |
| 2018-06-13 | Refactor out get_program_data_dir | Linus Färnstrand | 1 | -12/+20 | |
| 2018-06-13 | More correct errors from path functions | Linus Färnstrand | 1 | -1/+8 | |
| 2018-06-13 | Introduce metadata module | Linus Färnstrand | 1 | -8/+13 | |
| 2018-06-13 | Rename mullvad-paths methods to have get_ if they don't create dirs | Linus Färnstrand | 1 | -2/+2 | |
| 2018-06-13 | Move RPC address file computation into mullvad-paths | Linus Färnstrand | 1 | -0/+3 | |
| 2018-06-13 | Move log dir stuff to mullvad-paths | Linus Färnstrand | 1 | -0/+4 | |
| 2018-06-13 | Rename mullvad-metadata -> mullvad-paths | Linus Färnstrand | 1 | -0/+31 | |
