| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-11 | Make `once_cell` a workspace dependency | Markus Pettersson | 1 | -1/+1 | |
| 2023-09-19 | Simplify immediate retry strategy | David Lönnhager | 1 | -6/+4 | |
| 2023-09-11 | Make env_logger a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-09-11 | Make err-derive a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-08-07 | Make clap a workspace dependency and activate features used by all | Linus Färnstrand | 1 | -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-04 | Replace all use of `lazy_static` with `once_cell` | Markus Pettersson | 2 | -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-14 | Move tokio dependency to be a workspace dependency | Linus Färnstrand | 1 | -1/+1 | |
| 2023-07-14 | Set package fields in workspace and inherit in packages | Linus Färnstrand | 1 | -5/+6 | |
| 2023-06-28 | Do not consider removing a revoked device to be an error. | Markus Pettersson | 1 | -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-03 | Update CLI for mullvad-setup | David Lönnhager | 2 | -34/+31 | |
| 2023-05-03 | And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵ | David Lönnhager | 1 | -6/+6 | |
| the builder | |||||
| 2023-02-08 | Make async fns without awaits into regular fns | Linus Färnstrand | 1 | -2/+2 | |
| 2023-02-01 | Upgrade env_logger to 0.10.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-11-21 | Always return the correct settings path on Windows in mullvad_paths | David Lönnhager | 3 | -291/+1 | |
| 2022-11-07 | Split up talpid-core | Emīls Piņķis | 1 | -4/+7 | |
| 2022-10-10 | Adapt all crates to use mullvad-version | Linus Färnstrand | 3 | -11/+3 | |
| 2022-10-10 | Set all Rust crate versions to 0.0.0 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-10-05 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-28 | Bump windows-sys to 0.42.0 | David Lönnhager | 2 | -5/+4 | |
| 2022-09-26 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-09-01 | Replace winapi with windows-sys for all remaining crates | David Lönnhager | 2 | -63/+61 | |
| 2022-08-19 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-08-10 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-07-28 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-07-05 | Update version in package files | David Lönnhager | 1 | -1/+1 | |
| 2022-06-27 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-06-21 | Fix the large majority of clippy warnings | Jonathan | 1 | -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-13 | Bump desktop versions to 2022.2 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-05-17 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-05-12 | Distinguish between logged-out and revoked device states | David Lönnhager | 1 | -2/+2 | |
| 2022-05-05 | Hide private device type in `mullvad-daemon` | David Lönnhager | 1 | -1/+1 | |
| 2022-03-23 | Rename `mullvad_api::MullvadRpcRuntime` to `mullvad_api::Runtime` | David Lönnhager | 1 | -3/+3 | |
| 2022-03-23 | Rename mullvad-rpc to mullvad-api | David Lönnhager | 2 | -5/+5 | |
| 2022-03-14 | Delete device cache in mullvad-setup | David Lönnhager | 1 | -2/+2 | |
| 2022-03-14 | Rename wireguard key removal function | David Lönnhager | 1 | -7/+7 | |
| 2022-03-14 | Implement device concept | David Lönnhager | 1 | -35/+37 | |
| 2022-03-01 | Add proxy config generator to daemon | David Lönnhager | 1 | -4/+12 | |
| 2022-03-01 | Remove API address rotation | David Lönnhager | 1 | -1/+1 | |
| 2022-03-01 | Updating version in package files | Oskar Nyberg | 1 | -1/+1 | |
| 2022-02-22 | Updating version in package files | Oskar Nyberg | 1 | -1/+1 | |
| 2022-02-17 | Remove superfluous whitespace in feature arrays | Emīls | 1 | -2/+2 | |
| 2022-02-17 | Allow initializing firewall without args | Emīls | 1 | -10/+5 | |
| 2022-02-15 | Updating version in package files | Linus Färnstrand | 1 | -1/+1 | |
| 2022-02-15 | Upgrade err-derive to at least 0.3.1 | Linus Färnstrand | 1 | -1/+1 | |
| 2022-02-14 | Upgrade clap to 3.0 | David Lönnhager | 2 | -17/+13 | |
| 2022-01-11 | Change copyright from 2021 to 2022 in product metadata and readme | Linus Färnstrand | 1 | -1/+1 | |
| 2021-12-10 | Rework firewall exclusion rules | Emīls | 1 | -1/+1 | |
| 2021-12-10 | Add custom resolver | Emīls | 1 | -0/+2 | |
| 2021-12-02 | Make initial allowed endpoint mandatory | David Lönnhager | 1 | -3/+2 | |
| 2021-12-01 | Bump widestring crate to version 0.5 | David Lönnhager | 1 | -1/+1 | |
