summaryrefslogtreecommitdiffhomepage
path: root/mullvad-paths
AgeCommit message (Collapse)AuthorFilesLines
2024-06-17Get value of data directory value at app startupMarkus Pettersson7-89/+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-29Migrate to gRPCDavid Göransson2-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-25Update windows-sysJoakim Hulthe1-5/+5
2024-02-27Remove error variant behind dead featureJoakim Hulthe1-4/+0
2024-02-27Fix wrong error kind for create_dirJoakim Hulthe1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe2-12/+12
`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-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-5/+9
2024-01-04Add workspace level lintsLinus Färnstrand2-2/+3
2023-11-13Stronger permissions for mullvad directoriesunknown6-14/+263
Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation.
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-08Adapt mullvad-paths to windows-sys 0.48Linus Färnstrand1-7/+4
2023-08-01Move windows-sys to a workspace dependencyLinus Färnstrand1-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-04-21Fix misc clippy warnings for WindowsLinus Färnstrand1-2/+2
2023-03-14Update windows-sys in mullvad and talpid cratesDavid Lönnhager1-1/+1
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager3-145/+113
using mullvad-nsis
2023-02-27Use "hardcoded" app path as final fallbackDavid Lönnhager1-2/+19
2023-02-27Impersonate any process running as local system user, not LSASSDavid Lönnhager1-92/+142
2023-01-12Remove Rust dependencies from Android that were unusedLinus Färnstrand1-0/+2
2023-01-10Remove unused Windows dependenciesLinus Färnstrand1-1/+0
2022-11-21Always return the correct settings path on Windows in mullvad_pathsDavid Lönnhager4-1/+277
2022-11-07Split up talpid-coreEmīls Piņķis1-1/+1
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-02-05Upgrade err-derive dependency to 0.3.0Linus Färnstrand1-1/+1
2021-01-12Replace the old cache directoryDavid Lönnhager2-30/+17
2021-01-04Always prefer the last used API addressDavid Lönnhager2-1/+24
2021-01-04Migrate from deprecated dirs dependencyDavid Lönnhager3-3/+3
2020-10-12Add 'clear-history' subcommand to mullvad-setupEmīls1-1/+5
2020-09-16Upgrade dependenciesDavid Lönnhager1-1/+1
2020-05-07Use embeded TLS certificatesEmīls1-6/+0
2020-01-21Add `publish = false` to all Cargo.toml filesLinus Färnstrand1-0/+1
2020-01-15Remove usage of Mullvad email in crate manifestsJanito Vaqueiro Ferreira Filho1-1/+1
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand2-3/+3
2019-09-23Upgrade dirsLinus Färnstrand1-1/+1
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand2-5/+4
2019-04-03Configure resources path on AndroidJanito Vaqueiro Ferreira Filho1-11/+18
2019-04-03Configure RPC socket path on AndroidJanito Vaqueiro Ferreira Filho1-1/+5
2019-04-03Configure settings path on AndroidJanito Vaqueiro Ferreira Filho2-7/+14
2019-04-03Configure mullvad log directory on AndroidJanito Vaqueiro Ferreira Filho1-6/+13
2019-04-03Implement cache path for AndroidJanito Vaqueiro Ferreira Filho2-7/+19
2019-03-29Remove error-chain from mullvad-pathsLinus Färnstrand4-25/+23
2018-12-12Upgrade mullvad-paths to Rust 2018Linus Färnstrand7-19/+10
2018-12-03Make daemon create log dir with correct permissionsLinus Färnstrand4-4/+21
2018-11-16Add log directory to help outputLinus Färnstrand2-5/+7