summaryrefslogtreecommitdiffhomepage
path: root/mullvad-paths
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
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
2018-11-16Print MULLVAD_ path variable defaults in help textLinus Färnstrand5-17/+29
2018-11-07Update paths to start with crate:: etcLinus Färnstrand4-14/+14
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand2-2/+1