summaryrefslogtreecommitdiffhomepage
path: root/mullvad-setup
AgeCommit message (Collapse)AuthorFilesLines
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-19Simplify immediate retry strategyDavid Lönnhager1-6/+4
2023-09-11Make env_logger a workspace dependencyDavid Lönnhager1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-07Make clap a workspace dependency and activate features used by allLinus Färnstrand1-1/+1
Both mullvad-setup and mullvad-problem-report had not specified the "derive" feature. Moving it to workspace dependency is probably nicer.
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson2-5/+4
To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`.
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-06-28Do not consider removing a revoked device to be an error.Markus Pettersson1-4/+13
Sometimes when removing a device when uninstalling the app, a `404` is returned if the device has already been revoked from the account. However, removing a non-existent device should not be considered an error if the end goal is to not have the device on the account. That goal has clearly already been achieved.
2023-05-03Update CLI for mullvad-setupDavid Lönnhager2-34/+31
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵David Lönnhager1-6/+6
the builder
2023-02-08Make async fns without awaits into regular fnsLinus Färnstrand1-2/+2
2023-02-01Upgrade env_logger to 0.10.0Linus Färnstrand1-1/+1
2022-11-21Always return the correct settings path on Windows in mullvad_pathsDavid Lönnhager3-291/+1
2022-11-07Split up talpid-coreEmīls Piņķis1-4/+7
2022-10-10Adapt all crates to use mullvad-versionLinus Färnstrand3-11/+3
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-10-05Updating version in package filesLinus Färnstrand1-1/+1
2022-09-28Bump windows-sys to 0.42.0David Lönnhager2-5/+4
2022-09-26Updating version in package filesLinus Färnstrand1-1/+1
2022-09-01Replace winapi with windows-sys for all remaining cratesDavid Lönnhager2-63/+61
2022-08-19Updating version in package filesLinus Färnstrand1-1/+1
2022-08-10Updating version in package filesLinus Färnstrand1-1/+1
2022-07-28Updating version in package filesLinus Färnstrand1-1/+1
2022-07-05Update version in package filesDavid Lönnhager1-1/+1
2022-06-27Updating version in package filesLinus Färnstrand1-1/+1
2022-06-21Fix the large majority of clippy warningsJonathan1-3/+3
This commit fixes most of the remaining clippy warnings in the codebase. These warnings were the more semantically difficult ones to fix. There are some warnings that remain from the rebase that will be fixed in the upcoming PR.
2022-06-13Bump desktop versions to 2022.2Linus Färnstrand1-1/+1
2022-05-17Updating version in package filesLinus Färnstrand1-1/+1
2022-05-12Distinguish between logged-out and revoked device statesDavid Lönnhager1-2/+2
2022-05-05Hide private device type in `mullvad-daemon`David Lönnhager1-1/+1
2022-03-23Rename `mullvad_api::MullvadRpcRuntime` to `mullvad_api::Runtime`David Lönnhager1-3/+3
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager2-5/+5
2022-03-14Delete device cache in mullvad-setupDavid Lönnhager1-2/+2
2022-03-14Rename wireguard key removal functionDavid Lönnhager1-7/+7
2022-03-14Implement device conceptDavid Lönnhager1-35/+37
2022-03-01Add proxy config generator to daemonDavid Lönnhager1-4/+12
2022-03-01Remove API address rotationDavid Lönnhager1-1/+1
2022-03-01Updating version in package filesOskar Nyberg1-1/+1
2022-02-22Updating version in package filesOskar Nyberg1-1/+1
2022-02-17Remove superfluous whitespace in feature arraysEmīls1-2/+2
2022-02-17Allow initializing firewall without argsEmīls1-10/+5
2022-02-15Updating version in package filesLinus Färnstrand1-1/+1
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2022-02-14Upgrade clap to 3.0David Lönnhager2-17/+13
2022-01-11Change copyright from 2021 to 2022 in product metadata and readmeLinus Färnstrand1-1/+1
2021-12-10Rework firewall exclusion rulesEmīls1-1/+1
2021-12-10Add custom resolverEmīls1-0/+2
2021-12-02Make initial allowed endpoint mandatoryDavid Lönnhager1-3/+2
2021-12-01Bump widestring crate to version 0.5David Lönnhager1-1/+1