| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-17 | Get value of data directory value at app startup | Markus Pettersson | 6 | -87/+56 | |
| 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-05-29 | Migrate to gRPC | David Göransson | 2 | -28/+27 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-04-25 | Update windows-sys | Joakim Hulthe | 1 | -5/+5 | |
| 2024-02-27 | Remove error variant behind dead feature | Joakim Hulthe | 1 | -4/+0 | |
| 2024-02-27 | Fix wrong error kind for create_dir | Joakim Hulthe | 1 | -1/+1 | |
| 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-05 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -5/+9 | |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -2/+0 | |
| 2023-11-13 | Stronger permissions for mullvad directories | unknown | 5 | -14/+261 | |
| Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation. | |||||
| 2023-08-08 | Adapt mullvad-paths to windows-sys 0.48 | Linus Färnstrand | 1 | -7/+4 | |
| 2023-04-21 | Fix misc clippy warnings for Windows | Linus Färnstrand | 1 | -2/+2 | |
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 2 | -145/+111 | |
| using mullvad-nsis | |||||
| 2023-02-27 | Use "hardcoded" app path as final fallback | David Lönnhager | 1 | -2/+19 | |
| 2023-02-27 | Impersonate any process running as local system user, not LSASS | David Lönnhager | 1 | -92/+142 | |
| 2022-11-21 | Always return the correct settings path on Windows in mullvad_paths | David Lönnhager | 3 | -1/+264 | |
| 2021-01-12 | Replace the old cache directory | David Lönnhager | 2 | -30/+17 | |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 2 | -1/+24 | |
| 2021-01-04 | Migrate from deprecated dirs dependency | David Lönnhager | 2 | -2/+2 | |
| 2020-10-12 | Add 'clear-history' subcommand to mullvad-setup | Emīls | 1 | -1/+5 | |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 1 | -6/+0 | |
| 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 | 2 | -5/+4 | |
| 2019-04-03 | Configure resources path on Android | Janito Vaqueiro Ferreira Filho | 1 | -11/+18 | |
| 2019-04-03 | Configure RPC socket path on Android | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2019-04-03 | Configure settings path on Android | Janito Vaqueiro Ferreira Filho | 2 | -7/+14 | |
| 2019-04-03 | Configure mullvad log directory on Android | Janito Vaqueiro Ferreira Filho | 1 | -6/+13 | |
| 2019-04-03 | Implement cache path for Android | Janito Vaqueiro Ferreira Filho | 2 | -7/+19 | |
| 2019-03-29 | Remove error-chain from mullvad-paths | Linus Färnstrand | 3 | -24/+22 | |
| 2018-12-12 | Upgrade mullvad-paths to Rust 2018 | Linus Färnstrand | 6 | -19/+9 | |
| 2018-12-03 | Make daemon create log dir with correct permissions | Linus Färnstrand | 4 | -4/+21 | |
| 2018-11-16 | Add log directory to help output | Linus Färnstrand | 2 | -5/+7 | |
| 2018-11-16 | Print MULLVAD_ path variable defaults in help text | Linus Färnstrand | 5 | -17/+29 | |
| 2018-11-07 | Update paths to start with crate:: etc | Linus Färnstrand | 4 | -14/+14 | |
| 2018-10-29 | Remove #[macro_use] from log crate | Linus Färnstrand | 2 | -2/+1 | |
| 2018-09-04 | Rename rpc_address to rpc_socket | Linus Färnstrand | 2 | -2/+2 | |
| 2018-08-29 | Replace address file with socket path in mullvad-paths | Emīls Piņķis | 2 | -20/+8 | |
| 2018-08-06 | use dirs instead of app_dirs | Linus Färnstrand | 5 | -69/+58 | |
| 2018-07-31 | Use local directory instead of roaming directory | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2018-07-05 | Use bundled CA | Linus Färnstrand | 2 | -1/+7 | |
| 2018-06-13 | Refactor out get_program_data_dir | Linus Färnstrand | 3 | -18/+22 | |
| 2018-06-13 | More correct errors from path functions | Linus Färnstrand | 4 | -13/+20 | |
| 2018-06-13 | Introduce metadata module | Linus Färnstrand | 5 | -12/+17 | |
| 2018-06-13 | Rename mullvad-paths methods to have get_ if they don't create dirs | Linus Färnstrand | 4 | -10/+27 | |
| 2018-06-13 | Move RPC address file computation into mullvad-paths | Linus Färnstrand | 3 | -4/+31 | |
| 2018-06-13 | Move log dir stuff to mullvad-paths | Linus Färnstrand | 2 | -0/+37 | |
| 2018-06-13 | Rename mullvad-metadata -> mullvad-paths | Linus Färnstrand | 4 | -0/+106 | |
